Everything seems to be okay...just some roundcube settings.

But, you can test IMAP and Submssion from the command line as follows:

IMAP:

# openssl s_client -crlf -connect localhost:993

imap> tag login [email protected]  $userpassword


Submission:

# cd /usr/local/bin
# wget http://www.jetmore.org/john/code/swaks/latest/swaks
# chown root.root swaks
# chmod +x swaks

# swaks --to [email protected] --from [email protected] --server $yourqmthost --port 587 --ehlo test -tls --auth login --auth-user  [email protected] --auth-password $userpassword


On 10/3/2018 6:24 PM, Eric Broch wrote:
I've been contacted by someone who removed the clear text password from an account and had issued logging into Dovecot even after a restart. The fix of course is to reset the password with /home/vpopmail/bin/vpasswd. Does anyone else want to confirm/refute my findings that w/o the clear text password Dovecot will work?


--
Eric Broch
White Horse Technical Consulting (WHTC)

Reply via email to