[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[postfix-jp: 1683] Re: プロパイダのsmtpホストが smtp authを要求してる場合



> 今まで通りに利用するならば、postfixのrelayhostへの接続時に
> smtp auth をpostfixがしてくれるならば、万歳なのですが、
> 私が調べた限りでは、そんな設定はないと思っています
> 
> 同じような境遇に遭われている方々はどうしているのでしょうか
> また、有識者の方々、何か良いアイデアは無いでしょうか。
> 
> ※実際は relayhost ではなく、transportマップで以下の様に
> 書いています


私は、relayhostを使用し、下記のようにしています。

/etc/postfix/main.cf:
    smtp_sasl_auth_enable = yes
    smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
    smtp_sasl_security_options =    (通常は空欄)

/etc/postfix/sasl_passwd:
    example.com             username:password
    example.net             username

参考になれば幸いです。
以上

マッキー
_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list

Follow-Ups
[postfix-jp: 1684] Re: プロパイダのsmtpホストが smtp authを要求してる場合, NISHIMURA

[検索ページ] [Postfix-JP ML Home]