|
Prev: Sending a "raw" file directly from unix command line
Next: SOLVED Re: no mail coming in, all rejected with relaying denied
From: urgrue on 10 Jul 2008 05:25 How can I disable MAILER(local)? I have a sendmail host whose task is to do nothing but send mail, I don't want it to receive much less deliver anything locally. Mail originates both remotely (via port 25) as well as locally (via various scripts).
From: Grant Taylor on 10 Jul 2008 11:36 On 07/10/08 04:25, urgrue wrote: > How can I disable MAILER(local)? I have a sendmail host whose task is > to do nothing but send mail, I don't want it to receive much less > deliver anything locally. > Mail originates both remotely (via port 25) as well as locally (via > various scripts). Rather than going this route, why not make Sendmail not be responsible for any domains. That why it is a send only system. Just make sure that the emails that you are sending are from a valid email address as more and more spam filters require a valid (envelope) sending email address. Grant. . . .
From: urgrue on 14 Jul 2008 02:27
On Jul 10, 6:36 pm, Grant Taylor <gtay...(a)riverviewtech.net> wrote: > Rather than going this route, why not make Sendmail not be responsible > for any domains. That why it is a send only system. Just make sure > that the emails that you are sending are from a valid email address as > more and more spam filters require a valid (envelope) sending email address. I tried this (removed Cwlocalhost), but mail sent locally to users (without specifying domain) are still delivered to /var/spool/mail. Any ideas? |