>>>>> "Ian!" == Ian! D Allen <[email protected]> writes:
Ian!> On Sun, Mar 03, 2019 at 03:51:35PM -0500, Wietse Venema wrote:
>> smtp unix - - n - - smtp
>> -o { smtp_generic_maps = inline:{{[email protected] = you@college}}}
Ian!> Am I right that since my master.cf already has a "smtp unix" entry, the
Ian!> above "smtp unix" line would over-ride it and change the From lines in
Ian!> *all* my outgoing messages?
>> Which keeps it all together in one place.
Ian!> Am I right that I actually have to do these two things (two places):
Ian!> 1. Change my existing College transport map to select a unique service
name,
Ian!> and
Ian!> 2. make main.cf use the same new service name
Ian!> Like this (two places, not just one)?
Ian!> transport:
Ian!> mycollege.com smtpcollege:[outlook.office365.com]:submission
Ian!> main.cf:
Ian!> smtpcollege unix - - n - - smtp
Ian!> -o { smtp_generic_maps = inline:{{[email protected] =
[email protected]}}}
doesn't this need to go in master.cf instead?