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

Got a little bit closer to the solution.
The startup was missing some parameters aparently (don't know how i came to that comclulsion), but i modified the `/etc/rc.d/saslauthd` with the following outcome:

Code:
daemon_flags="-a getpwent -m /var/run/courier-auth/"
getpwent was the part i was missing, now testsaslauthd -u anton -p PassWord123 -f /storage/spool/postfix/var/run/courier-auth/mux gives me:
Code:
0: OK "Success."
Also these changes and made a config change to master.cf un-chrooting postfix (for now) it all works!
However IMAP has stoped working, and i don't know why..

Code:
Jul  1 10:50:13 HOST imapd-ssl: authentication error: Connection refused
Jul  1 10:50:14 HOST imapd-ssl: authdaemon: s_connect() failed: Connection refused
Jul  1 10:50:14 HOST imapd-ssl: [Hint: perhaps authdaemond is not running?]
SMTP works, so i can send e-mails, now i just can't view them with a client..

Last edited by Torxed; 1st July 2013 at 09:01 AM.
Reply With Quote