Why do I see emails "to=<amavis@mail.example.com>" in my logs? #3721
-
|
DMS v13.0.1 is running great and I'm not having any issues. Spam is getting classified well and moved into Junk automatically. I'm not missing any emails that I'm aware of. All is good. There is just the matter of some log entries that I'm curious about. Also, my setup includes the changes suggested here - https://docker-mailserver.github.io/docker-mailserver/latest/faq/#how-can-i-make-spamassassin-better-recognize-spam ... except for So, I have some noob questions here...
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
I am on the go so only a very brief answer:
I think so
Nowhere at the moment. You should create an alias, pointing to a real address:
Take a look after creating the alias. IIRC it informs about mails that were quarantined. PS: There were discussions/open issues about this in the past, you may look for them also. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you! Your brief answer helped immensely 😀 |
Beta Was this translation helpful? Give feedback.
-
They end up in This is because of the It succeeds to Our docs should say somewhere about adding an alias for Postmaster (which mail for root should get aliased to implicitly by us), but might not mention Amavis. Those aliases are configured in a different file as they're separate from what |
Beta Was this translation helpful? Give feedback.
I am on the go so only a very brief answer:
I think so
Nowhere at the moment. You should create an alias, pointing to a real address:
./setup.sh alias add amavis somerealaddress@yourdomain.comTake a look after creating the alias. IIRC it informs about mails that were quarantined.
PS: There were discussions/open issues about this in the past, you may look for them also.