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

Re: SMTP on Seawolf?



On Sat, Jun 16, 2001 at 08:47:25AM +0700, loeung vidol wrote:
> Hi all:
> 
> I could not connect from a client to my SMTP server. Seawolf seems to reject
> connection from eth0 automatically. When I do a netstat command:
> 
> netstat -na | grep tcp
> 
> I see something like this:
> 
> . . .
> . . .    127.0.0.1:25    . . .
> . . .
> 
> which, I think, means it accepts connection from the localhost only.
> 
> What to do to have it also accept connections from other interfaces such as
> eth0.
> 
> 
> Regards,
> Vidol
You need to do two things:
1. Fillow the instructions in the Release Notes which are
to comment out the line in the /etc/mail/sendmail.mc file
that deals with DAEMON_OPTIONS. You do that in this m4 code
by putting a dnl at the beginning of the line. Then
execute: m4 /etc/mail/sendmail.mc > /etc/senfmail.cf

2. In the hosts.allow file put the line:
sendmail: <domains you want to allow>
-- 
-------------------------------------------
Aaron Konstam
Computer Science
Trinity University
715 Stadium Dr.
San Antonio, TX 78212-7200

telephone: (210)-999-7484
email:akonstam trinity edu





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