David Newman wrote: >On 1/15/10 7:33 PM, Mark Sapiro wrote: >> >> My guess is that on the old server, domain.tld was in Postfix's >> mydestination so that addr...@domain.tld was a local address and only >> referred to alias_maps and not virtual_alias_maps, whereas on the new >> server domain.tld is a virtual_mailbox_domain, thus postfix is looking >> in virtual_mailbox_maps for addr...@domain.tld and not finding it.. > >Curiouser and curiouser. > >First, thanks, this provided a clue for a fix. > >Second, both old and new servers used the same postfix main.cf and >master.cf files. Both main.cf files had this line: > >mydestination = $myhostname, localhost.$mydomain, localhost > >which shouldn't have worked since (1) $mydomain wasn't defined anywhere >and (2) domain.tld wasn't invoked and (3) mail never was addressed to >localhost.$mydomain.
mydomain defaults to myhostname minus the first component. E.g., myhostname = mail.example.com => mydomain = example.com. myhostname has a default which is the value returned by gethostname() or `uname -n` >On the new server I changed this to: > >mydomain = domain.tld >mydestination = $myhostname, $mydomain, localhost You still probably want localh...@local_domain in mydestination however local_domain is determined because sooner or later some program somewhere on your server will mail to that domain. >and now list mail goes to either <listname>@mail.domain.tld or ><listname>domain.tld, as desired. > >Puzzling, but thanks again. Was myhostname different on the old server? -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org