As I said in a previous reply the server is going great. In fact I can even send mail via it. (On the really old server I'm moving from I couldn't get authentication for outbound to work.) I now have a couple of small issues to deal with before moving completely off the old system. Virtual domains aliases? My reading seems to indicate that Postfix only handles aliases in one place/file. Ie., I can't use a /var/mail/vhosts/domain.tld/aliases. This is probably a Postfix question but I'm asking anyway. I am pretty sure there are some Postfix people-of-significance hanging out here. :-) Thanks, Rod --
Roderick A. Anderson wrote:> As I said in a previous reply the server is going great. In fact I can > even send mail via it. (On the really old server I'm moving from I > couldn't get authentication for outbound to work.) > > I now have a couple of small issues to deal with before moving > completely off the old system. > > Virtual domains aliases? My reading seems to indicate that Postfix only > handles aliases in one place/file. Ie., I can't use a > /var/mail/vhosts/domain.tld/aliases. > > This is probably a Postfix question but I'm asking anyway. I am pretty > sure there are some Postfix people-of-significance hanging out here. :-) >You can configure multiple virtual alias tables in Postfix: virtual_alias_maps = hash:/etc/postfix/virtual, hash:/etc/postfix/virtual2, hash:/etc/postfix/virtual3 Obviously change the map type to suit your environment. ~Seth
On 10/7/2008, Roderick A. Anderson (raanders at acm.org) wrote:> Virtual domains aliases? My reading seems to indicate that Postfix > only handles aliases in one place/file. Ie., I can't use a > /var/mail/vhosts/domain.tld/aliases.Do you want actual aliases, or just virtual domains/mailboxes? Seth already answered for aliases, but for just plain virtual domains/mailboxes, you want to use virtual_domain_maps and virtual_mailbox_maps. -- Best regards, Charles