Displaying 1 result from an estimated 1 matches for "postloggin".
Did you mean:
postlogin
2009 Jun 11
1
Problem with Courier POP3 Migration to dovecot POP3
...nnections = 10
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
}
auth_verbose = yes
auth_debug = yes
auth default {
mechanisms = plain
passdb sql {
args = /etc/dovecot-mysql.conf
}
userdb sql {
args = /etc/dovecot-mysql.conf
}
user = root
}
dict {
}
plugin {
}
----
my postloggin script --
$ cat /usr/libexec/dovecot/postpop3.sh
#!/bin/sh
# WARNING: Be sure to use mail_drop_priv_before_exec=yes,
# otherwise the files are created as root!
/usr/libexec/dovecot/courier-dovecot-migrate.pl --quiet --to-dovecot
--recursive --convert ${HOME}
# This is for pop3
exec /usr/libexec/...