OK, I have this mostly working. I can use webmail fine. I can receive mail through POP fine. I can get to the ISPConfig web page fine. When I try to send mail from Outlook, I just keep getting the login password box. I am running ispconfig 3.0.1.1. I followed http://www.howtoforge.com/perfect-server-fedora-10-ispconfig-3 I also can't login via ftp, but I'm not as concerned about that. Let me know if you need other information, and Thanks! uname -a: /var/log/secure: /var/log/maillog: /var/log/messages: And here's some config files: /etc/pam.d/smtp /usr/lib64/sasl2/smtpd.conf /etc/postfix/main.cf
From reading and trying a few things, killing saslauthd and starting it using: Code: saslauthd -a pam -n 5 -V -c -m /var/spool/postfix/var/run/saslauthd -r -d from the command line works. I'm guesing it's the -r that I need. not sure how to make this automatic, though. Edit: OK, got it. In /etc/sysconfig/saslauthd I added -r to the flags line. Any drawbacks to doing this?
Strange - I didn't have to do this when I wrote the tutorial... Anyways, I'm glad that it's working now for you.
Vas unable to send and recive after fresh installation - but solved Did fallow the tutorial http://howtoforge.com/perfect-server-ubuntu-9.04-ispconfig-2 and everything worked out well but I was unable to send and recive e-mail and. The solution was to delete previous certificates and make new ones according to http://howtoforge.com/perfect-server-ubuntu-9.04-ispconfig-2-p5 Did also try out the ispconfig3 setup but the email did not work. Must be because unable to config the internet interface with the static ip address and have to use dhcp /etc/network/interfaces ####### # The primary network interface auto eth1 iface eth1 inet dhcp #######