Re: SMTP port being blocked on Fedora 4.
- From: Paul Black <nospam@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 26 Jan 2006 07:02:06 GMT
Ken Tew wrote:
> I'm trying to get the sendmail server working under Fedora 4, but the
> SMTP port (tcp/25) is being blocked by something and I can't find what
> is doing it.
The default configuration is that sendmail only listens on the loopback
address; in sendmail.mc:
dnl # The following causes sendmail to only listen on the IPv4 loopback
address
dnl # 127.0.0.1 and not on any other network devices. Remove the loopback
dnl # address restriction to accept email from the internet or intranet.
dnl #
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
Amend this and regenerate the sendmail.cf file.
Paul
.
- References:
- SMTP port being blocked on Fedora 4.
- From: Ken Tew
- SMTP port being blocked on Fedora 4.
- Prev by Date: SMTP port being blocked on Fedora 4.
- Next by Date: Re: setting up symmetric NAT
- Previous by thread: SMTP port being blocked on Fedora 4.
- Next by thread: Re: SMTP port being blocked on Fedora 4.
- Index(es):