Displaying 1 result from an estimated 1 matches for "dofer".
Did you mean:
defer
2007 Mar 02
1
Some question about "auth default", "auth default_with_listener" and others
...}
socket listen {
client {
user = mailnull # User running Dovecot LDA
group = mail # Or alternatively mode 0660 + LDA user in this group
path = /var/run/auth-smtp-plain
mode = 0660
}
}
}
Main problem - dovecot-mysql.conf and smtp_auth.conf have doferent sql querys inside, and if user try to auth via pop3 service
but thru the "auth smtp_auth", than it's failed in any way.
Quetion - Is exist any way to limit default doecot auth process to use just "auth default" for authintification ?
maybe some options like "serv...