I have finally got everything working as it should. Postfix accepts only mails for users in the mysql database, and courier will accept imap and pop connections authenticating against the same database.
What I'd like to do now, is secure everything and be able to use the mail server for sending users mails. Currently, I have to use the mail server of whichever ISP I am using.. Pop-before-smtp is an option, but I'd prefer to do it using a secure connection for the moment.
Check the Postfix documentation for SMTP AUTH and STARTTLS.
So, if someone can point me in the direction of a decent howto on how to create secure connections to imapd and pop3d, I'd be very grateful.
http://www.courier-mta.org/install.html#imapssl http://www.courier-mta.org/install.html#pop3ssl
If you built rpm packages, I belive these are mostly taken care of for you. Just turn on the imap-ssl and pop3-ssl services.
Also, is there anyway I can check to see that I installed courier with the --with-ssl option? And if I didn't, how can I add it in?
ls -l /usr/lib/courier/bin/couriertls
If it's there, you have SSL support. If not, make sure your openssl installation is complete and rebuild courier.
------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
