Skip to content

Avoid accepting mail to xyz@localhost from remote systems

Robin Raymond requested to merge tokudan:mydestination into master

Created by: tokudan

This prevents accepting emails addressed to xyz@localhost and thus avoids detecting valid account names from remote systems. This does not affect email that is sent e.g. through the sendmail command, but the target addresses (or the two localhost and $myhostname domain) should be aliased to other users, or they will bounce and the bounce deleted, as it's not deliverable.

Merge request reports