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-tp5993p3704... Sent from the Dovecot mailing list archive at Nabble.com.