Answer the question
In order to leave comments, you need to log in
Postfix as a forwarder: how to configure it as securely as possible?
I use Postfix only for forwarding mail from non-existent "boxes" like [email protected] to [email protected] On your VPS.
To do this, set up aliases in the file:
/etc/postfix/virtual
[email protected] [email protected]
And set up the file (4 lines): main.cf
virtual_alias_domains = mydomain.com
virtual_alias_maps = hash:/etc/postfix/virtual
smtp_tls_security_level = may
smtp_tls_loglevel = 1
Everything works (although mail does not get through from all domains, but gmail is probably filtering here ...).
Question: what to do to close all the holes (I'm not an admin, but it's obvious that I didn't take into account something).
Thanks
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question