On Thursday, Sep 11, 2003, at 14:29 Europe/Berlin, Ohrberg, Mick
(OTP-KC) wrote:
> Thank you for your response. Unfortunately it didn't seem to make a
> difference. I'm still getting the error of not being able to send to
> :include:s, as if sendmail doesn't expand the included file if it's an
> alias
> refering to another alias (in your example, test pointing to
> test-outgoing,
> in turn doing the :include:. The -h and -s flags came from some old
> documentation (snippet from an O'Reilly "Managing Internet Information
> Services" book). Is there anything else about the syntax that
> shouldn't be
> there?
>
Hello Mick,
There is a problem with your sendmail setup, I would guess.
:include: can be a security risk.
If mail is sent to :include:file sendmail will basically take file and
try to use each line as recepient.
For example,if it was allowed to issue RCPT TO::include:file in the
SMTP-Session you could read any file on the mailserver, because
sendmail would repeat each line in the resulting error-messages.
How did you send your mail to list-out? From a remote client or
invoking sendmail from your shell on the mailserver?
Did you try both?
What is your setup, do you use the MSP/MTA default setup? The UseMSP is
one of the conditions on which mail to :include: will result in a
reject (take a look into the sendmail-source.)
What does your mail-logfile say?
Regards
Susan Barnes
References:
|
|