Miscellaneous first checks
Affected Component(s)
postfix
What happened and when does this occur?
With SPOOF_PROTECTION=1, the following warning appears in mail.log when an email is send:
The following warning is shown, when submitting or receiving an email on port 25 and SPOOF_PROTECTION=1 is set.
Feb 25 22:47:39 mail postfix/smtpd[4800]: warning: restriction `reject_authenticated_sender_login_mismatch' ignored: no SASL support
reject_authenticated_sender_login_mismatch is added here:
|
function _setup_spoof_protection |
|
{ |
|
_log 'trace' 'Configuring spoof protection' |
|
sed -i \ |
|
's|smtpd_sender_restrictions =|smtpd_sender_restrictions = reject_authenticated_sender_login_mismatch,|' \ |
|
/etc/postfix/main.cf |
What did you expect to happen?
No warning.
How do we replicate the issue?
- Send or receive an unauthenticated email
...
DMS version
edge
What operating system is DMS running on?
Linux
Which operating system version?
Debian 11
What instruction set architecture is DMS running on?
AMD64 / x86_64
What container orchestration tool are you using?
Docker
docker-compose.yml
No response
Relevant log output
No response
Other relevant information
I think this is a regression introduced with #3006
What level of experience do you have with Docker and mail servers?
Code of conduct
Improvements to this form?
No response
Miscellaneous first checks
Affected Component(s)
postfix
What happened and when does this occur?
WithSPOOF_PROTECTION=1, the following warning appears inmail.logwhen an email is send:The following warning is shown, when submitting or receiving an email on port 25 and
SPOOF_PROTECTION=1is set.Feb 25 22:47:39 mail postfix/smtpd[4800]: warning: restriction `reject_authenticated_sender_login_mismatch' ignored: no SASL supportreject_authenticated_sender_login_mismatchis added here:docker-mailserver/target/scripts/startup/setup-stack.sh
Lines 486 to 491 in ae05e6a
What did you expect to happen?
No warning.
How do we replicate the issue?
...
DMS version
edge
What operating system is DMS running on?
Linux
Which operating system version?
Debian 11
What instruction set architecture is DMS running on?
AMD64 / x86_64
What container orchestration tool are you using?
Docker
docker-compose.yml
No response
Relevant log output
No response
Other relevant information
I think this is a regression introduced with #3006
What level of experience do you have with Docker and mail servers?
Code of conduct
Improvements to this form?
No response