Top >>RaspberryPi >>Raspberry Pi - 作業記録
25 July 2013
Raspberry Pi - 作業記録
postfix smtp-authの設定を行う
パッケージの追加
root@raspberrypi:~# apt-get install sasl2-bin
/etc/postfix/main.cf の修正
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous,noplaintext
smtpd_sasl_local_domain = $myhostname
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
sasl パスワードの登録
saslpasswd2 -c -u myhostname username
sasl パスワードDBをpostfixから参照できるようにする
chgrp postfix /etc/sasldb2
chmod 640 /etc/sasldb2
ln /etc/sasldb2 /var/spool/postfix/etc/sasldb2
参考ページ
debian postfix dovecot sasl - わすれないうちにメモしよう
パッケージの追加
root@raspberrypi:~# apt-get install sasl2-bin
/etc/postfix/main.cf の修正
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous,noplaintext
smtpd_sasl_local_domain = $myhostname
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
sasl パスワードの登録
saslpasswd2 -c -u myhostname username
sasl パスワードDBをpostfixから参照できるようにする
chgrp postfix /etc/sasldb2
chmod 640 /etc/sasldb2
ln /etc/sasldb2 /var/spool/postfix/etc/sasldb2
参考ページ
debian postfix dovecot sasl - わすれないうちにメモしよう
TrackBack
トラックバックフォームComments
No comments yet
Add Comments
このBlogへコメントを追加するにはメンバーとしてログインしなければいけません。