hi for all and thanks for falko i was implementing this artical http://www.howtoforge.com/perfect-server-centos-6.4-x86_64-apache2-dovecot-ispconfig-3 and all work fine except the mail server gives me on roundcube and SquirrelMail i already create from ispconfig users and mail boxes but cant connect to mail server and i cant login this is example webmail account to my mail server https://sadgull.com/webmail/ user:[email protected] pass@ssw0rd
Have a look in /var/log/maillog see if you can spot any errors. What port is your imap server running on? Is it running? "netstat -A inet -nlp" or similar might show you if your imap server is running. In roundcube main.inc.php config file, what do you have $rcmail_config['default_host'] and $rcmail_config['default_port'] set to? Does roundcube config match your imap config? I have dovecot listening on ports 143 and 993. However, my firewall rules dicate that outside users can only access IMAPS on 993. Roundcube running on the same machine is set to connect on 143.
http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-sq I'm having this issue also, made a lot of changes so I'm going to have to go through the tutorial again and try to cross and dot everything again. It's when I log in correctly, if I don't log in correctly, it works as expected, ~"You have failed to login,etc." The issue certainly starts at the email not being sent correctly. /etc/aliases: (newaliases was run) /var/log/maillog when trying to mailx [email protected]:
Mail Server help I've done all the checks for making sure the imap, smtp and all the ports are open and process are running. Still I can not configure my mail server or login to Squirrelmail. I installed my server using the The Perfect Server - Fedora 15 x86_64 [ISPConfig 3] and followed all the steps and it works great. but when i came to putting my username and password in the Squirrelmail "Webmail" page I could not get in. Is there a "step-by-step configuration tutorial on how to setup squirrelmail after installing and configuring the server from using The Perfect Server - Fedora 15 x86_64 [ISPConfig 3]? I would certainly appreciate al help in this area. Thanks in advance!
vincej97 Watch the mail log file see if you get any errors when you attempt a login to squirrelmal. "tail -f /var/log/maillog" in your console should do it. You could also try a "tail -f /var/log/httpd/error.log" or "tail -f /var/www/<domain>/log/error.log and watch to see if you get any errors from apache when you login in. Is there any particular reason why you chose Fedora 15? According to Redhat site, official support for that ended 26JUN12. If its a Redhat derivative you're most comfortable with, perhaps look at CentOS 6.4 instead? Of course that won't automatically get your mail working but just something to consider.
oldretiredman, Code: unable to look up host mail.example.com: Name or service not known is most likely to be a dns lookup error. Your "netstat" output does not appear to show any listening dns server, did you configure dns at all? Or are you using name resolution external to that machine? Do a "cat /etc/resolv.conf" and find out your nameservers. The error above is likely due to the dns servers you are using cannot resolve the name.