On 2022-06-23 16:24, Austin Witmer wrote:
I had seen in a tutorial somewhere that mydestination should be:
mydestination = localhost
Is that correct?
no, mydestination is only for recieve system accounts mails, this is
fine if you dont have many domains, eq over one, then consider limit
mydestination to domains not in public dns, this would make sense that
one only need local mails to go to mydestination, and all the other go
to virtual
both can end up in dovecot anyway, try keep postfix not to be lda is the
best
if you have one or more system users that want email from outside of
mynetworks, then add that user to virtual_alias with no @ in the mail
address
from postfix own system alias:
root: m...@junc.eu
newalises && postfix reload
virtual alias is full email adress on both key and results
in hope that i have shared my knowledge or not, others can complete it