[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] RAQ3 - How to require esmtp for all relaying -stop local attempts - SOLVED



> I don't want there to be any local mailing attempts at all on the RAQ3.
> Everything needs to be relayed by my mail server (totally
> different machine)

After posing this question numerous times to this list, Cobalt support, and
various sendmail/procmail newsgroups, only to be completely left in the
cold, I've found a way to solve my problem on my own.

In /etc/sendmail.cf, I modified

<snip>
# who gets all local email traffic ($R has precedence for unqualified names)
DH
</snip>

to this:

<snip>
# who gets all local email traffic ($R has precedence for unqualified names)
DHmail.mydomain.com
</snip>

Hopefully, this will be of some value to a future user.

Landon