# tar zxf postfix-2.1.5.tar.gz
# cd postfix-2.1.5 # make # make installいくつか質問されますが,デフォルトのままでOKです.
# cd postfix-2.1.5 # make tidy (以前コンパイルした場合) # make makefiles CCARGS="-DUSE_SASL_AUTH -I/usr/include" AUXLIBS="-L/usr/lib -lsasl" # make # make installいくつか質問されますが,デフォルトのままでOKです.
queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/libexec/postfix mail_owner = postfix myhostname = mail.kmisu.net #メールサーバのドメイン名を含めたホスト名 mydomain = kmisu.net # メールサーバのドメイン名 myorigin = $mydomain inet_interfaces = all mydestination = $myhostname, localhost.$mydomain, $mydomain, thisserver.$mydomain # 受信するドメイン名 unknown_local_recipient_reject_code = 450 mynetworks_style = subnet mynetworks = 192.168.0.0/24, 127.0.0.0/8 # ルータの内側にいるので,プライベートアドレスで指定 relay_domains = $mydestination relayhost = [smtp.xxx.ne.jp] #プロバイダのSMTPサーバを指定 alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin xxgdb $daemon_directory/$process_name $process_id & sleep 5 sendmail_path = /usr/sbin/sendmail newaliases_path = /usr/bin/newaliases mailq_path = /usr/bin/mailq setgid_group = postdrop manpage_directory = /usr/local/man sample_directory = /etc/postfix readme_directory = no allow_mail_to_commands = alias,forward,include # fmlのための設定 ## SASL認証のための設定 smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = $mydomain smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination smtpd_sasl_security_options = noanonymous broken_sasl_auth_clients = yes ## Reject_Listのための設定 smtpd_client_restrictions=permit_mynetworks,check_client_access hash:/etc/postfix/reject_list,reject_unauth_destination # ClamSMTP + ClamAV のための設定 content_filter = scan:127.0.0.1:10025 receive_override_options = no_address_mappings html_directory = no |
# /usr/sbin/postmap /etc/postfix/reject_list # service postfix reloadとコマンド入力します.
smtp inet n - n - - smtpd pickup fifo n - n 60 1 pickup cleanup unix n - n - 0 cleanup qmgr fifo n - n 300 1 qmgr rewrite unix - - n - - trivial-rewrite bounce unix - - n - 0 bounce defer unix - - n - 0 bounce flush unix n - n 1000? 0 flush proxymap unix - - n - - proxymap smtp unix - - n - - smtp relay unix - - n - - smtp showq unix n - n - - showq error unix - - n - - error local unix - n n - - local virtual unix - n n - - virtual lmtp unix - - n - - lmtp maildrop unix - n n - - pipe flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient} old-cyrus unix - n n - - pipe flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user} cyrus unix - n n - - pipe user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user} uucp unix - n n - - pipe flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)ifmail unix - n n - - pipe flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient) bsmtp unix - n n - - pipe flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient trace unix - - n - 0 bounce verify unix - - n - 1 verify ### ClamSMTP + ClamAVのための設定 ### scan unix - - n - 16 smtp -o smtp_send_xforward_command=yes 127.0.0.1:10026 inet n - n - 16 smtpd -o content_filter= -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks -o smtpd_helo_restrictions= -o smtpd_client_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o mynetworks_style=host -o smtpd_authorized_xforward_hosts=127.0.0.0/8 |
# vi pwcheck_method: saslauthd saslauthd_version: 2
# saslpasswd2 -c -u kmisu.net user1 # 最初は『-c』をつける # saslpasswd2 -u kmisu.net user2 # 2人目以降 # saslpasswd2 -u kmisu.net user3
# saslpasswd2 -d -u kmisu.net UserName
# sasldblistusers2 user1@kmisu.net: userPassword user2@kmisu.net: userPassword user3@kmisu.net: userPassword
# chgrp smmsp /etc/sasldb2 # chmod 640 /etc/sasldb2
『AntiVir MailGate Personal Edition』の無償提供がなくなったので,
今後は,「ClamSMTP + ClamAV」を使っていく予定です.
なお,Linux版
『AntiVir Workstation Personal Edition Classic』は無償提供されており,
これを用いたメールフィルタの構築法が
こちらで公開されています.
これまでの「Postfix + AntVir Mailgate」についての情報は,
こちらを参照して下さい(今後更新しません).
このサイト上で提供しているインストール法,設定例を,
適用した結果生じたいかなる障害・損害に対しても,
私(K.Misu)は責任を負いません.
このサイト上で提供している情報を利用する場合は,
各人の自己責任にて判断,適用して下さい.