ken_nogi/NodeJS/postfixConsole_org/postfix/allowed_external_senders.regexp
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00

6 lines
252 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 許可する MAIL FROMエンベロープFromをアドレス単位で列挙
/^kenichiro\.nogi@nexthd\.jp$/ OK
# それ以外は拒否
/.*/ REJECT 5.7.1 Envelope sender is not permitted for external delivery.