ÎÞ·¨·¢ËÍÓʼþ
ÎÒÓõÄÊÇRed Hat Enterprise Linux 4ϵͳ
ÎÒÔÚÕâ¸öϵͳÏÂÓÃpostfix+cyrus imapd+squirrelmail ´î½¨Á˸ömail·þÎñÆ÷
ÏÖÔÚ³öÏÖÁËÒÔϵÄÎÊÌ⣬ÎÒÓÃWindowsϵͳµÄ Outlook ExpressÁ¬½ÓÎÒµÄmail·þÎñÆ÷ºó£¬¿ÉÒÔÁ¬½ÓµÄÉÏ£¬µ«Ö»ÒªÒ»·¢Óʼþ¾ÍÁ¬½Ó²»µ½·þÎñÆ÷ÁË£¬´ó¼Ò°ïÎÒ¿´ÏÂÊÇÎÒµÄÄÇÀï³öÁËÎÊÌâÄØ£¿
ÎÒÓõ½µÄÈí¼þ¶¼ÊÇÒѾ°²×°ºÃµÄ^_^
#service sendmail stop
#chkconfig sendmail off
#vi /var/named/chroot/etc/named.cof
zone "test.com"{
type master;
file "test.com";
};
#vi /var/named/chroot/var/named/test.com
$ttl 38400
test.com. IN SOA dns.test.com. admin.test.com.(
2005090509
10800
3600
604800
38400 )
example.com. IN NS dns.example.com.
dns.example.com. IN A 192.168.16.177
mail.example.com. IN A 192.168.16.177
example.com. IN MX 10 mail.example.com
#vi /etc/postfix/main.cf
ÐÞ¸Ä68ÐеÄΪ myhostname = mail.test.com
ÐÞ¸Ä76ÐеÄΪ mydomain = test.com
ÐÞ¸Ä254ÐеÄΪ mynetworks = 192.168.0.0/16
ÔÚĩβ¼ÓÉÏ virtual_alias_maps = hash:/etc/postfix/virtual
#vi /etc/postfix/virtual
tom@test.com gdxs_tom@test.com
#vi /etc/aliases
st0322: st0322001£¬st0322002£¬st0322003£¬st0322004
#postalias /etc/aliases
#postfix reload
#/etc/init.d/saslauthd start
#chkconfig saslauthd on
#vi /etc/postfix/main.cf
ÔÚÎļþµÄĩβ¼ÓÉÏ
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = ''
smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated, reject_unauth_destination
broken_sasl_auth_clients=yes
smtpd_client_restrictions = permit_sasl_authenticated
smtpd_sasl_security_options = noanonymous
#vi /etc/dovecot.conf
ÐÞ¸Ä14ÐÐΪ protocols = pop3
ÐÞ¸Ä22ÐÐΪ pop3_listen = *
#vi /etc/postfix/main.cf
ÔÚĩβ¼ÓÉÏ mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp
#service cyrus-imapd start
#chkconfig cyrus-imapd on
#/usr/share/squirrelmail/config/conf.pl ´ò¿ªsquirrelmailÅäÖù¤¾ßºóÉèÖÃĬÈÏÓïÑÔ£¬ºÍIMAP·þÎñÆ÷ÀàÐÍ£¬ºÍ·þÎñÆ÷ÓòÃû£¬×îºóÑ¡Ôñ¡°Ö÷²Ëµ¥¡±Ñ¡ÏîS±£´æËù×öµÄÐÞ¸Ä
È»ºóÔÚ²âÊÔµÄʱºò¾Í³öÁËÎÒÉÏÃæËù˵µÄÎÊÌâ¡£
°ÝÍдó¼Ò°ïÎÒ¿´¿´Ð»Ð»ÁË£¡:time:1

