Replies: 1 comment
-
Here's what I'm currently using. All sent emails are to local mailboxes. The table.chain strips the username from the email in order to lookup the subdomain, which in turn prevents
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have Maddy up and running which is great. Thank you!
I'm configuring postfix on other hosts to send email to a local mailbox on Maddy. (Not a relay.) Here's what I need to do to get it to work.
Add the hostname to the
$(local_domains)
.Add an alias to map the remote email (user@hostname) to the local user.
Then in postfix, specify the hostname of the sender.
While this works, adding many hostnames to
$(local_domains)
gets messy. Is$(local_domains)
domains or hostnames? I thought this would work but it doesn't.I saw some references to tables and using tables as a k/v pair lookup. I could probably do this with the aliases but I don't see how to do this with
$(local_domains)
. What's the best approach?Is there a way to send from postfix to Maddy while preserving the hostname and not having tons of hostnames appended to
$(local_domains)
?Beta Was this translation helpful? Give feedback.
All reactions