postfix 如何限制使用者寄信或拒收來信
如何限制某一使用者從 Postfix 寄信
在 /etc/postfix/main.cf 中加入 smtpd_sender_restrictions = hash:/etc/postfix/access
在 /etc/postfix/access 加入 user@ REJECT sorry,we don't provide smtp service for you (閱讀全文)
小豬的備忘錄,對錯完全不負責
在 /etc/postfix/main.cf 中加入 smtpd_sender_restrictions = hash:/etc/postfix/access
在 /etc/postfix/access 加入 user@ REJECT sorry,we don't provide smtp service for you (閱讀全文)