|
dogbone:
Hey, you may use sendmail with dovecot.
But sendmail needs correct configration.
First you need enable sendmail to listen to the public interface by uncomment
This line in /etc/mail/sendmail.mc
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
To be
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
Then you must compile sendmail to generate new sendmail.cf file
By running # m4 /etc/mail/sendmail.mc > /etc/mail/sendmail/cf
The second is to add your domain name in the local-host-names file in the /etc/mail
That all you want do to simply establish sendmail.
Waiting for your log
Last edited by AHanbali; 8th January 2006 at 07:38 AM.
|