[Dovecot] about postlogin in dovecot2
bmalik
bmalik at ihlas.net.tr
Mon Aug 13 12:54:43 EEST 2012
hello
how can i do a login script by tcp port ?
I use cdb database
my dovecot.conf -n;
# doveconf -n
# 2.1.8: /usr/local/etc/dovecot/dovecot.conf
# OS: FreeBSD 8.2-RELEASE amd64
auth_mechanisms = plain login digest-md5 cram-md5 apop
disable_plaintext_auth = no
first_valid_gid = 89
first_valid_uid = 89
last_valid_gid = 89
last_valid_uid = 89
login_greeting = Dovecot ready2.
mail_gid = 89
mail_plugin_dir = /usr/lib/dovecot
mail_uid = 89
namespace inbox {
inbox = yes
location =
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
args = webmail=127.0.0.1
driver = vpopmail
}
protocols = imap pop3
service pop3-postlogin {
executable = script-login /usr/local/bin/postlogin_pop3.sh
user = root
}
service pop3 {
executable = pop3 pop3-postlogin
}
ssl = no
userdb {
args = quota_template=quota_rule=*:backend=%q
driver = vpopmail
}
protocol imap {
mail_max_userip_connections = 20
}
protocol pop3 {
mail_max_userip_connections = 20
}
--
View this message in context: http://dovecot.2317879.n4.nabble.com/about-postlogin-in-dovecot2-tp5993p37047.html
Sent from the Dovecot mailing list archive at Nabble.com.
More information about the dovecot
mailing list