[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
- Subject: RE: [cobalt-users] RAQ3 - How to require esmtp for all relaying -stop local attempts - SOLVED
- From: "Landon Jenkins" <landonak@xxxxxxxxxxx>
- Date: Tue Apr 10 08:55:34 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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