Displaying 1 result from an estimated 1 matches for "plain_passwd".
2009 Oct 31
2
Post login script issue with pop3 protocol
...e, etc)  
with dovecot, followed dovecot tutorial[1], and it now works with  
IMAP, but failed with POP3. i don't know why.
My script:
----
LDAP_URI='ldap://127.0.0.1:389'
LDAP_BASEDN='o=domains,dc=iredmail,dc=org'
BIND_DN='cn=vmailadmin,dc=iredmail,dc=org'
BIND_PW='plain_passwd'
if [ X"${USER}" != X"dump-capability" ]; then
     ldapmodify -c -x \
         -H "${LDAP_URI}" \
         -D "${BIND_DN}" \
         -w "${BIND_PW}" <<EOF
dn: mail=${USER},ou=Users,domainName=$(echo ${USER} | awk -F'@'  
'{p...