Using the page:
https://help.ubuntu.com/10.04/servergui ... ering.html
I am running into issues with Amavisd-New, cannot get it running right. When I try to restart it, is says it isn't running.
And when I try to telnet to test it I get this:
Code:
$ sudo telnet localhost 10024
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
But I noticed that in the postfix config file, this line is set to 10025 not 10024.
Code:
127.0.0.1:10025 inet n - - - - smtpd
So I tried to telnet localhost 10025 and get this:
Code:
$ telnet localhost 10025
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
220 hostname.mydomain.com ESMTP Postfix (Ubuntu)
No mention of amavisd-new service...
My log has these lines:
Code:
Nov 11 18:48:49 localhost amavis[23975]: (!)Net::Server: 2010/11/11-13:48:49 Bad fork [Cannot allocate memory]\n at line 166 in file /usr/share/perl5/Net/Server/PreForkSimple.$
Any ideas as what i have done wrong in getting this to work?