Thank you,
my problem has been solved.
Are passwords stored as clear text in the sql database? I think apop
authentication requires that dovecot have the clear text password.
[...]
auth default {
mechanisms = plain login apop cram-md5
passdb sql {
args = /usr/local/etc/dovecot-sql.conf
On 4/6/2010 5:03 AM, Yavuz Maşlak wrote:
>
> Thank you. dovecot starts. But i have a problem. I can't login as apop.
> How can I correct that?
Are passwords stored as clear text in the sql database? I think apop
authentication requires that dovecot have the clear text password.
[...]
> auth d
Thank you. dovecot starts. But i have a problem. I can't login as apop.
How can I correct that?
my dovecot.conf;
## Dovecot configuration file
base_dir = /var/run/dovecot/
auth_debug = yes
protocols = imap imaps pop3 pop3s
disable_plaintext_auth = no
ssl = yes
ssl_cert_file = /etc/ssl/doveco
On 11:59 AM, Yavuz Maşlak wrote:
> Hello
>
> I installed postfix, mysql, dovecot on freebsd7.3. Yet I can't start
> dovecot service. I get some errors;
> Apr 4 17:03:14 postfix dovecot: auth(default): Fatal: Socket already
> exists: /var/spool/postfix/private/auth
> Apr 4 17:03:14 postfix dovec