Hmm … what I have implemented in Postfix are virtual domains such that [email protected] <mailto:[email protected]> has a mailbox on yugi.us <http://yugi.us/> and yugi.us <http://yugi.us/> is the mail server for xyz.com <http://xyz.com/> domain
[email protected] <mailto:[email protected]> goes to yugi.us <http://yugi.us/> with IMAP to pick up mail. Postfix implements the alias lookup with mysql tables, but in the case of @yugi.us <http://yugi.us/> addresses somehow it defers to the virtual_alias_domain or it might just be a need to reverse the lookup order, i.e. to lookup aliases in virtual_alias_domains file last I suppose this might be a Postfix virtual domain question vs. Mailman. Thank you, Caesar. > On Aug 17, 2016, at 10:57 PM, Mark Sapiro <[email protected] > <mailto:[email protected]>> wrote: > > On 08/12/2016 05:18 PM, Caesar Samsi wrote: > > > Sometimes people are off line for long periods, in this case from Aug 5 > to now. Be patient. > > > > > So yugi.us <http://yugi.us/> is a virtual alias domain. This means EVERY > address @yugi.us <http://yugi.us/> > must have a virtual alias mapping > > > > > So you need a virtual alias mapping, perhaps something like > > [email protected] <mailto:[email protected]> > myemailaddress@localhost > > and similarly for every other [email protected] <mailto:[email protected]> address, or > perhaps you really > want yugi.us <http://yugi.us/> to be a local rather than a virtual domain. > > -- > Mark Sapiro <[email protected] <mailto:[email protected]>> The highway > is for gamblers, > San Francisco Bay Area, California better use your sense - B. Dylan > ------------------------------------------------------ > Mailman-Users mailing list [email protected] > <mailto:[email protected]> > https://mail.python.org/mailman/listinfo/mailman-users > <https://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: > https://mail.python.org/mailman/options/mailman-users/mailinglist%40samsi.us >> Resurrecting this for the weekend crew … >> I’ve been able to track it down to this line (but don’t know what to do >> about it): >> >> virtual_alias_domains = yugi.us <http://yugi.us/> <http://yugi.us/ >> <http://yugi.us/>> >> >> If I comment the line out, email is received just fine. >> >> >>> On Aug 8, 2016, at 6:36 PM, Caesar Samsi <[email protected] >>> <mailto:[email protected]> <mailto:[email protected] >>> <mailto:[email protected]>>> wrote: >>> >>> I’m not able to send email to addresses on the same domain as the mailing >>> list. >>> >>> My postfix is configured to process virtual domains. >>> I currently have mailman configured for yugi.us <http://yugi.us/> and >>> mailing lists work great (e.g. [email protected] >>> <mailto:[email protected]>) >>> >>> However, I can’t send anything to regular email addresses even though they >>> have mailboxes there e.g. [email protected] >>> <mailto:[email protected]> >>> >>> Postfix complains about the recipient does not exist in the virtual alias >>> map. ------------------------------------------------------ Mailman-Users mailing list [email protected] https://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: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
