delivering local mail

I'm running a server 'abc.server.com'. The MX record for 'server.com'
points to 'mail.server.com'.

However, when I use SMTP on 'abc.server.com' with a RCPT TO:
'user [at] server.com', it returns 'local user unknown.'

How to I tell Sendmail that email going to 'user [at] server.com' should go
to 'mail.server.com'? And of course, truly local mail such as 'root'
should go to 'abc.server.com'.
developer [ Fr, 05 Oktober 2007 09:54 ] [ ID #1837921 ]

Re: delivering local mail

In article <2007100500540516807-imagedev [at] gmailcom> Developer
<imagedev [at] gmail.com> writes:
>I'm running a server 'abc.server.com'. The MX record for 'server.com'
>points to 'mail.server.com'.
>
>However, when I use SMTP on 'abc.server.com' with a RCPT TO:
>'user [at] server.com', it returns 'local user unknown.'
>
>How to I tell Sendmail that email going to 'user [at] server.com' should go
>to 'mail.server.com'? And of course, truly local mail such as 'root'
>should go to 'abc.server.com'.

Try this (from cf/README):

confDONT_PROBE_INTERFACES DontProbeInterfaces
[False] If set, sendmail will _not_
insert the names and addresses of any
local interfaces into class {w}
(list of known "equivalent" addresses).
If you set this, you must also include
some support for these addresses (e.g.,
in a mailertable entry) -- otherwise,
mail to addresses in this list will
bounce with a configuration error.
If set to "loopback" (without
quotes), sendmail will skip
loopback interfaces (e.g., "lo0").

--Per Hedeland
per [at] hedeland.org
per [ Fr, 05 Oktober 2007 20:37 ] [ ID #1837923 ]
Miscellaneous » comp.mail.sendmail » delivering local mail

Vorheriges Thema: Certificates for TLS
Nächstes Thema: masquerade exception