|
Extraordin-Air Team Final Project
|
|
|
Project #11 (second part)
Configure sendmail to accept email messages to group members at
"user"@team4.nesser.com"
-
need to start ipop3
change "disable" line in /etc/xinetd.d/ipop3 to no
"service xinetd restart"
-
edit "/etc/mail/local-host-names" to add
team4.nesser.com
-
edit /etc/mail/sendmail.mc to add "dnl" (comment out) to the beginning of the line
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
-
edit /etc/mail/sendmail.mc to add "dnl" (comment out) to the beginning of the line
dnl FEATURE(`accept_unresolvable_domains')dnl
-
create sendmail.cf file
m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
-
mv /etc/sendmail.cf to /etc/sendmail_orig.cf
-
create a link in /etc to /etc/mail/sendmail.cf
ln -s /etc/mail/sendmail.cf /etc/sendmail.cf
-
restart mail daemon
service sendmail restart
-
TEST by sending mail from outside domain to root@team4.nesser.com
|
|
|
|