Hi folks. I'm tearing my hair out here. I migrrated to a new server using the ISPConfig3 migration tool and following the Perfect Server 16.04 instructions. Everything appears to be ok but... Basic websites work ok , wordpress based ones just give a blank page. http://webmail.<domainname> gives the default apache2 webpage rather than the roundcube login page. E-mails going in or leaving from my server bounce with a '530 5.7.0 Must issue a STARTTLS command first (in reply to end of DATA command)' And I don't know what to do. I've checked everything I can think of, including smiling at the server and saying please, but to no avail. The thing is that I'm not a commercial operation, my clients are local charitable organisations or friends so I don't have any money to pay for help with. Please... HELP! Simon.
http://<domainname>/roundcube seems to work but it would be nice for webmail/<domainname> to work too.
I was under the impression you could set up autto-repsond messages, such as 'Out of Office' in roundcube but I can't find that functionality.
A run of postfix check gave me this. I wonder what is actually relevant. root@laphroaig:/etc/postfix# postfix check postfix: Postfix is running with backwards-compatible default settings postfix: See http://www.postfix.org/COMPATIBILITY_README.html for details postfix: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload" postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./libpostfix-util.so.1 postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./libpostfix-tls.so.1 postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./sbin/lmtp postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./libpostfix-global.so.1 postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./libpostfix-master.so.1 postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./libpostfix-dns.so.1 postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/sbin/./lmtp I've also noticed that postfix's restrictions on sender addresses maps to 'FILTER amavis:[127.0.0.1]:10026' and 'FILTER amavis:[127.0.0.1]:10024' Whic I suspect is wrong.
Check the error.log of the website. A blank page is often a 500 error and this ca be caused if code of the websites is not compatible with the new php 7 version on Ubuntu 16.04. Webmail on the perfect server can be reached under domain.tld/webmail or domain.tld/roundcube depending on the installed webmail application and not webmail.domain.tld. This was the case in all perfect servers etups that we published. If you used a different approach to reach webmail, then you will have to add that to the new server as well as such a config is not part of ispconfig and therefore does not get migrated automatically. Most likely a typo in the postfix master.cf file. Check that you removed the # in front of the smtps and submission lines as shown in the perfect server guide.
There is no such functionality in roundcube itself, but there is a ispconfig roundcube addon which provides such functions.
I tried accessing one of the wordpress sites and then checked /var/apache2/error.log. No entries in it that are related to that attempt to access. The # on the front are now removed and email is now coming in but not leaving. I tried sending an email and this is the mail.log bit that's related to it. 127.0.0.1]:10026; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<[192.168.1.5]> Dec 28 22:46:35 laphroaig postfix/smtpd[14041]: C1BCD2001A96: client=router[192.168.1.254], sasl_method=PLAIN, sasl_username=[email protected] Dec 28 22:46:35 laphroaig postfix/cleanup[14989]: C1BCD2001A96: message-id=<[email protected]> Dec 28 22:46:35 laphroaig postfix/qmgr[11305]: C1BCD2001A96: from=<[email protected]>, size=100662, nrcpt=1 (queue active) Dec 28 22:46:35 laphroaig postfix/smtpd[14041]: disconnect from router[192.168.1.254] ehlo=2 starttls=1 auth=1 mail=1 rcpt=1 data=1 quit=1 commands=8 Dec 28 22:46:37 laphroaig amavis[13433]: (13433-03) (!)connect to 127.0.0.1:* failed, attempt #1: Can't connect to socket 127.0.0.1:* using module IO::Socket::IP: Connection refused Dec 28 22:46:37 laphroaig amavis[13433]: (13433-03) (!)8FmB7KSVvba4 FWD from <[email protected]> -> <[email protected]>, 451 4.5.0 From MTA() during fwd-connect (All attempts (1) failed connecting to smtp:127.0.0.1:*): id=13433-03 Dec 28 22:46:37 laphroaig amavis[13433]: (13433-03) Blocked MTA-BLOCKED {TempFailedOutbound}, ORIGINATING LOCAL [192.168.1.254]:61858 <[email protected]> -> <[email protected]>, Queue-ID: C1BCD2001A96, Message-ID: <[email protected]>, mail_id: 8FmB7KSVvba4, Hits: 0.806, size: 100662, 1457 ms Dec 28 22:46:37 laphroaig postfix/smtp[14990]: C1BCD2001A96: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10026, delay=1.6, delays=0.1/0.01/0/1.5, dsn=4.5.0, status=deferred (host 127.0.0.1[127.0.0.1] said: 451 4.5.0 id=13433-03 - Temporary MTA failure on relaying, From MTA() during fwd-connect (All attempts (1) failed connecting to smtp:127.0.0.1:*): id=13433-03 (in reply to end of DATA command))
E-mail now seems to be working. HOORAY! Thank you Till. Wordpress is still giving me grief though. I'll get there in the end.