Project

General

Profile

Actions

Bug #239

closed

spam-retrain@ should accept emails with invalid domain when authenticated

Added by Arnaud Fontaine over 12 years ago. Updated over 12 years ago.

Status:
Resolved
Priority:
Normal
Category:
Service :: Mail
Start date:
2011-08-09
Due date:
% Done:

100%

Estimated time:
Patch Available:
No
Confirmed:
Yes
Branch:
Entity:
DuckCorp
Security:
No
Help Needed:

Description

When forwarding spam to be retrained to , it's rejected if the domain could not be found:

msmtp: recipient address not accepted by the server
msmtp: server message: 450 4.1.8 <>: Sender address rejected: Domain not found

I'm using a SSH tunnel and is authenticated (even though the last step is certainly not necessary at all).

Actions #1

Updated by Arnaud Fontaine over 12 years ago

  • Confirmed changed from No to Yes
Actions #2

Updated by Arnaud Fontaine over 12 years ago

  • Assignee set to Arnaud Fontaine
Actions #3

Updated by Arnaud Fontaine over 12 years ago

As far as I can see from main.cf:

smtpd_sender_restrictions =
        check_sender_access hash:$config_directory/sender_access
        reject_unknown_sender_domain
        permit_mynetworks
        reject_non_fqdn_sender
        permit

Perhaps permit_sasl_authenticated should be added before reject_unknown_sender_domain?

Actions #4

Updated by Arnaud Fontaine over 12 years ago

  • Status changed from New to In Progress
Actions #5

Updated by Marc Dequènes over 12 years ago

Seems right. Go ahead and test please.

Actions #6

Updated by Arnaud Fontaine over 12 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100

I just modified the configuration and tested and it's working well.

Actions

Also available in: Atom PDF