Displaying 3 results from an estimated 3 matches for "mailbox_domain".
2004 Jun 18
1
Info: Internal login failure:
...l config file
db_host = localhost
#db_port = 3306
db_unix_socket = /var/lib/mysql/mysql.sock
db = ADMIN
db_user = mailmaster
db_passwd = ********
db_client_flags = 0
default_pass_scheme = PLAIN
password_query = SELECT MAILBOX_PASSWORD AS password FROM MAIL WHERE MAILBOX_USERNAME = '%n' AND MAILBOX_DOMAIN = '%d'
#user_query = SELECT MAILBOX_ROOT AS home,uid,gid FROM MAIL WHERE MAILBOX_USERNAME = '%n' and MAILBOX_DOMAIN='%d'
dovecot config file
base_dir = /var/run/dovecot/
protocols = imap pop3
imap_listen = *
pop3_listen = *
ssl_disable = yes
log_path = /var/log/dovecot_log...
2015 Mar 13
1
Configuring Shared Mailbox Dictionaries
Hello, list!
I am in the midst of configuring a new Dovecot IMAP server, and I'm
preparing to setup shard mailboxes as part of the ocnfiguration. In
order to get these setup the way I want, I've figured out that I'm going
to have to setup an acl_shared_dict. This is where things start to get
confusing for me, as I have had difficulty finding thorough explanations
of dictionary
2015 May 19
0
Can't achieve alias working with SQL
..._dbname = $mysql_dbname
gid_maps_hosts = $mysql_host
gid_maps_password = $mysql_passwd
gid_maps_select_field = gid
gid_maps_table = users
gid_maps_user = $mysql_user
gid_maps_where_field = concat(username,'@',domain)
inet_interfaces = all
mailbox_command = procmail -a "$EXTENSION"
mailbox_domains_dbname = $mysql_dbname
mailbox_domains_hosts = $mysql_host
mailbox_domains_password = $mysql_passwd
mailbox_domains_select_field = domain
mailbox_domains_table = domains
mailbox_domains_user = $mysql_user
mailbox_domains_where_field = domain
mailbox_maps_dbname = $mysql_dbname
mailbox_maps_hosts =...