Displaying 2 results from an estimated 2 matches for "email_accounts".
2014 Oct 04
0
Dovecot does not update maildirsize after expunge
...p {
mail_max_userip_connections = 20
}
protocol pop3 {
mail_max_userip_connections = 20
}
cat dovecot-sql.conf.ext
driver = mysql
connect = host=xx user=mailadmin password=xx dbname=xx
default_pass_scheme = SHA512-CRYPT
password_query = \
SELECT email as user, password \
FROM email_accounts WHERE email = '%u' AND smtp > IF('%s'='smtp', 0, -1)
user_query = \
SELECT CONCAT('/home/vmail/', '%d', '/', '%n') as home, 5000 as uid, 5000
as gid, CONCAT('*:bytes=', quota) as quota_rule \
FROM email_accounts WHERE emai...
2012 Apr 12
3
[OT] Outlook identities
Nothing to do with Dovecot, but I figured this is the best place to ask.
Do any of the newer versions of Outlook have proper identities support
like Thunderbird, mutt, Roundcube, i.e. every other mail client on Earth?
We have customers who set up ten different mailboxes for one person
because otherwise Outlook won't Do the Right Thing. Is there some way to
make it behave like the others?
*