Displaying 2 results from an estimated 2 matches for "icmail".
Did you mean:
dcmail
2007 Apr 19
2
Dovecot 1.0.0 and Seive 1.0.1 on FreeBSD
...formation. It's
typically
# used to give Dovecot's local delivery agent access to userdb so it
# can find mailbox locations.
path = /var/run/dovecot/auth-master
mode = 0600
# Default user/group is the one who started dovecot-auth (root)
user = icmail
group = icmail
}
client {
user = postfix
group = postfix
path = /var/spool/postfix/private/auth
mode = 0660
}
}
}
#dict {
#quota = mysql:/etc/dovecot-dict-quota.conf
#}
auth_debug = yes
auth_debug_passwords = yes
verbose_ssl =...
2006 Sep 29
1
dovecot starts and then exit
...user = postfix
group = postfix
path = /var/spool/postfix/private/auth
mode = 0660
}
}
}
#dict {
#quota = mysql:/etc/dovecot-dict-quota.conf
#}
dovecot-sql.conf
driver = mysql
connect = host=db1.sandiegort.com user=dovecot password=BuatSmiT
dbname=icmail
default_pass_scheme = PLAIN
password_query = SELECT password FROM emails WHERE account = '%n' AND domain
= '%d' AND alias = 0