Added reject_sender_login_mismatch#819
Added reject_sender_login_mismatch#819johansmitsnl merged 1 commit intodocker-mailserver:masterfrom TechnicLab:patch-1
Conversation
|
Hmm.. I might got this wrong, but don't you need a mapping file to make that work? Is this really denying a logged in user to spoof it's FROM address? I always had to implement a mapping file. Which would probably look like: and the All from memory, but it took me quite a while back than to figure that out.. So it sticks! ;) |
|
Great idea! It is not working in my implemention, I actually created another pull request but there was a problem with requipment of mapping users. Could you fix this please? |
|
I will fix it, if you implement a test for it! ;) |
|
I am not familiar with tests that are used in this image, but I could try... |
|
#825 - here is another pull request. Unfortunately working only with ldap. |
|
Oh, great find! :) That would probably be replaceable with my idea.. I'll have a look |
Added reject_sender_login_mismatch parameter to prevent users from sending email using arbitrary email address. #811