hello all i have just upgraded to ubuntu 10.04 and ispconfig 3.0.3.3 and now i am having troubles
first thing is in ispconfig under Status of Services it shows dns- server is not running and smtp server is not running.
now i restarted postfix
Code:
sudo /etc/init.d/postfix restart
and it is running but it still shows not running under under ispconfig.
when i goto a site and send an email i am getting the following error
Code:
(connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
i i found that this could mean that amavis is not running so i did the following
Code:
postconf -e 'content_filter = amavis:[127.0.0.1]:10024'
Reload/Restart postfix ..
And check if amavis is running..
Code:
netstat -tap | grep amavis
(you should see a LISTEN port..) but i dont get anything
any ideas
kwick