amuck-landowner

ISPConfig 3 AutoInstaller for Latest Debian/Ubuntu

xdigital

New Member
Just run the script on my virtual server Ubuntu Server 14.04

I mainly use it as an email server. So far I have only tested email functions nothing else.

The scripts works perfectly

However I did have to make some changes:

  1. First, I was unable to receive email, because the domain I added to ISPConfig is the main domain, so I got this 
    warning: do not list domain mydomain.com in BOTH mydestination and virtual_mailbox_domains
    So I removed mydomain.com from mydestination in /etc/postfix/main.cf
    mydestination = localhost, localhost.localdomain
    Restart postfix, email went to new inbox with no issue
  2. Getting ClamAV error:
    amavis[5047]: (05047-06) (!)connect to /var/run/clamav/clamd.ctl failed
    For now I don't need to use ClamAV, I commented them out in /etc/postfix/main.cf
    #content_filter and #receive_override_options
  3. Enable squirrelmail by:
    #sudo ln -s /etc/squirrelmail/apache.conf /etc/apache2/sites-available/squirrelmail.conf
    #sudo a2ensite squirrelmail
 

agentmishra

New Member
ok

i got one question

how to correct the problem of webmail redirection?

every time i try to put it in the address bar, it gives a 502 error
 
Top
amuck-landowner