ホーム > Linux > Postfix (Catch-All)

Postfix (Catch-All)

メールの受信テストでどんなメールでも受け付ける設定をしたくて調べたのでメモ、要はUserUnknown返さずにCatch-Allするアカウントを作成する方法。
/etc/postfix/main.cf

local_recipient_maps =
luser_relay = catchall
catchall は 受信したいアカウント名

「local_recipient_maps」で、ローカルユーザのリストを空にして、「luser_relay」に設定したアドレスへ配送先がなかったメールを転送する。
http://www.postfix-jp.info/trans-2.2/jhtml/postconf.5.html#luser_relay

カテゴリー: Linux タグ:

CAPTCHA