i just went through this. take a look at the /etc/mail/sendmail.mc file
for this line:

DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')

you can either change it to:

DAEMON_OPTIONS(`Port=smtp,Addr=0.0.0.0, Name=MTA')

or comment it out (i think that will work)

and then rerun m4 on the file

m4 /etc/mail/sendmail.mc > /etc/sendmail.cf

and sendmail should now be accepting mail from outside of localhost.


On Fri, 2002-02-01 at 09:55, Reuben D Budiardja wrote:
> 
> Hello,
> It seems that my machine cannot receive mail from outside. I am in LAN 
> network, and my machine has its name from DHCP, which stays the same. I tried 
> to change the file /etc/mail/local-host-names and add my machine name there:
> 
> machine_name.domain.edu
> 
> and restart sendmail, but no result. When I send e-mail to 
> [EMAIL PROTECTED], it will just gone. 
> 
> Any help on this? I am using Redhat 7.2, with the default sendmail included.
> 
> Thanks in advance.
> Reuben D. Budiardja
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
-- 
Jack Wallen, Jr.                                  
Track Editor - Linux/UNIX and Infrastructure         
TechRepublic (CNET Networks)                       L   I   N   U   X
http://www.techproguild.com
502-814-7741                                       R   O   C   K   S

Key fingerprint = B7C9 3A5A 0031 5FBC B050  6822 1269 7711 B37B 4F83
sub  1024g/00E9A596 2001-05-11



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to