The local.conf file is incorrect and will not allow remote logins

add this to the local.conf file to correct

disable_plaintext_auth = no

cat > /etc/dovecot/local.conf <<- EOF

    protocols = imap
    disable_plaintext_auth = no
    ssl = no
    # The next line is only needed if you have no IPv6 network interfaces
    listen = *
    mail_location = mbox:~/Mail:INBOX=/var/mail/%u
    userdb {
        driver = passwd
    }
    passdb {
        driver = shadow

    }

EOF


--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to