Re: Sendmail on a LAN
- From: Chris Adams <cmadams@xxxxxxxxxx>
- Date: Tue, 17 Aug 2010 14:53:35 -0500
Once upon a time, JD <jd1008@xxxxxxxxx> said:
Well, that would require that sendmail would have to listen
on that alternate port. How is that accomplished?
Change DaemonPortOptions.
If you are using the .mc (recommended) way of configuring sendmail, do
something like:
dnl for local connections
DAEMON_OPTIONS(`Port=smtp, Name=MTA')
dnl for outside connections redirected
DAEMON_OPTIONS(`Port=1234, Name=EMTA')
If your system has multiple IPs (e.g. a router with outside and inside
interfaces), you could restrict which IP and port combos are used (if
you do this, you usually want to listen on localhost as well):
dnl for local connections
DAEMON_OPTIONS(`Port=smtp, Address=192.168.1.1, Name=MTA')
DAEMON_OPTIONS(`Port=smtp, Address=127.0.0.1, Name=LMTA')
dnl for outside connections redirected
DAEMON_OPTIONS(`Port=1234, Address=10.1.1.1, Name=EMTA')
--
Chris Adams <cmadams@xxxxxxxxxx>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
- Follow-Ups:
- Re: Sendmail on a LAN
- From: JD
- Re: Sendmail on a LAN
- References:
- Sendmail on a LAN
- From: JD
- Re: Sendmail on a LAN
- From: Gregory Woodbury
- Re: Sendmail on a LAN
- From: Tim
- Re: Sendmail on a LAN
- From: JD
- Re: Sendmail on a LAN
- From: fred smith
- Re: Sendmail on a LAN
- From: JD
- Sendmail on a LAN
- Prev by Date: KMail and IMAP: how to put sent messages directly on the server ?
- Next by Date: Re: SSSD and Kerberos tickets
- Previous by thread: Re: Sendmail on a LAN
- Next by thread: Re: Sendmail on a LAN
- Index(es):