Please excuse my questions, I am just learning this. More response below
On 2016-07-25 04:33 PM, Viktor Dukhovni wrote:
On Jul 25, 2016, at 6:28 PM, Bob <[email protected]> wrote:
transport_maps = hash:/etc/postfix/transport
Here is the file, which explains why mail is going to mailman as well, but I am
not sure how to change it. I want mail coming in to go to the
[email protected], as well as [email protected] rather than using
[email protected].
/etc/postfix/transport
lists.faithwalk.ca mailman:
faithwalk.ca mailman:
There's your mistake, you can't deliver non-list mail via mailman, it only
handles mailing lists. Only the "lists" subdomain should be routed to
"mailman".
If you want lists of the form "[email protected]" you'll need to alias them
to "[email protected]".
I understand, but don't know how to make this happen.
As I look this up, what I find is changing the line "faithwalk.ca mailman" to
"faithwalk.ca smtp:faithwalk.ca" but it seems wrong to me as I look at it. Do I need to
change to virtual domains to use mailman?
Local domains should, and by default do, get delivered by local(8) not smtp(8).
So, should I take out "faithwalk.ca mailman" if it works by default?