Displaying 2 results from an estimated 2 matches for "alias_domain".
2013 Mar 14
8
Question regarding Postfix and Dovecot
...in =
Mar 13 20:23:55 andromeda postfix/smtpd[15316]: cfg_get_str: /etc/postfix/
mysql_va_maps.cf: hosts = 127.0.0.1
Mar 13 20:23:55 andromeda postfix/smtpd[15316]: dict_open:
mysql:/etc/postfix/mysql_va_maps.cf
Mar 13 20:23:55 andromeda postfix/smtpd[15316]: cfg_get_str: /etc/postfix/
mysql_virtual_alias_domainaliases_maps.cf: user = mail
Mar 13 20:23:55 andromeda postfix/smtpd[15316]: cfg_get_str: /etc/postfix/
mysql_virtual_alias_domainaliases_maps.cf: password = hidden
Mar 13 20:23:55 andromeda postfix/smtpd[15316]: cfg_get_str: /etc/postfix/
mysql_virtual_alias_domainaliases_maps.cf: dbname = mail
Mar...
2010 Jun 22
1
Postfix, MySQL, Dovecot LDA and alias domains
...;/home/vmail/', maildir) as userdb_home,
concat('maildir:/home/vmail/', maildir) as userdb_mail, 5000 as
userdb_uid, 5000 as userdb_gid FROM mailbox WHERE username = '%u' AND
active = '1'
The problem is fairly simple: Dovecot isn't being told anything about
the 'alias_domain' table that pairs alias domains with actual ones.
So the question is: do I add a second "user_query" in dovecot.sql, or
is there an "alias_query" directive, or similar? And does anyone have
a query that would point an alias domain to the real maildir?
- Darek