View Single Post
  #4   (View Single Post)  
Old 1st July 2013
Torxed Torxed is offline
Port Guard
 
Join Date: Jul 2013
Location: Sweden
Posts: 10
Default

Quote:
Originally Posted by J65nko View Post
Usually pkg_add displays a message with some configuration hints. You could use pkg_info -M <package_name> to see whether there are any of those.
Yepp followed those to the letter.

Code:
# pkg_info -M courier-imap
Information for inst:courier-imap-4.11.0

Install notice:
You now need to edit appropriately the Courier-IMAP configuration files
installed in /etc/courier/.

Pay particular attention to the details in imapd.cnf, and read ssl(8) if
necessary. You MUST set the CN in imapd.cnf to the hostname by which
your IMAP server is accessed, or else clients will complain. When this
is done, you can use the 'mkimapdcert' script to automatically generate
a server certificate, which is installed into /etc/ssl/imapd.pem
First of all, 80% of that text cares for the generation of certificates (and that part works fine).
The last few lines tells me to edit IMAP configuration files in /etc/courier/ which is a no-brainer..

So it leaves me with:
  • A working SMTP (as of this morning)
  • Broken Courier IMAP support
  • Working SASL2 auth
Reply With Quote