search for: dovecot_passwords

Displaying 3 results from an estimated 3 matches for "dovecot_passwords".

2014 May 04
0
Unknown user when sending internal email
I use MySQL to store my virtual users, domains and aliases. My database is setup as follows: |CREATE| |TABLE| |`dovecot_passwords` (| |||`username` ||varchar||(100) ||NOT| |NULL||,| |||`appname` ||varchar||(50) ||NOT| |NULL||,| |||`||password||` varbinary(256) ||NOT| |NULL||,| |||PRIMARY| |KEY| |(`username`,`appname`)| |) I then add a users: | |INSERT| |INTO| |dovecot_passwords (username, appname, ||password||) ||VALUES||(...
2009 Jul 12
1
How to create managesieve core dumps
I've found this in my dovecot.log: ,--[ /path/to/dovecot.log ]-- | Jul 11 01:44:29 dovecot: Info: Dovecot v1.2.1 starting up | ... | Jul 11 01:50:21 auth(default): Info: client in: AUTH 1 PLAIN service=sieve lip=192.168.111.222 rip=192.168.111.122 lport=12000 rport=35084 resp=<hidden> | Jul 11 01:50:21 auth(default): Info: sql(j.doe at
2020 Apr 03
1
Mailfiles gets duplicated
...??? name = Sent ? } ? mailbox { ??? special_use = \Sent ??? name = Sent Messages ? } ? mailbox { ??? auto = subscribe ??? special_use = \Trash ??? name = Trash ? } ? prefix = ? separator = / ? type = private ? name = inbox } passdb { ? driver = pam } passdb { ? args = /home/pi/Mails/dovecot_passwords ? driver = passwd-file } protocols = " imap" service replication-notify-fifo { ? name = aggregator } service anvil-auth-penalty { ? name = anvil } service auth-worker { ? name = auth-worker } service auth-client { ? name = auth } service config { ? name = config } service dict { ?...