(05-15-2009 07:13 PM)juanper Wrote: After installing it, now Squirrelmail not work . When I send a message I come up against the following error:
Message not sent. Server replied:
Connection refused
111 Can't open SMTP stream.
But from the mail server Outlook, works correct , all send and receive very well.
Only fail in Webmail-Squirrelmail.
My server is in a router in the internal I.P. 192.168.2.3
And in isppcomega server status, show me :
192.168.2.3 (Port 25) SMTP DOWN
Before install spamassassin, the mail worked well. In Webmail and in Outlook.
Please can you help me that I have done wrong ?
Thank you very much and congratulations for the instruction manual.
Juanper.
Hi
i´m quite new to ispcp, but i had the same problem when i setting up my first installation yesterday.
my solution:
postfix wasn´t able to run, cause there was an error in the postfix/master.cf
so i copied the one from rbtux
restart postfix
--> postfix will work again :-)
greetz
timo
Hi
i setup the amavis/clamav/spamassasin like rbtux descriped it. everything works fine, so thx to rbtux
now i´m trying to forward the recognized spam to the user in a "spam folder", like gmx.de do.
but how can i handle that. i´m quite new to the linux stuff :-)
i think i have to chane this
Code:
$final_spam_destiny = D_REJECT;
to this
Code:
$final_spam_destiny = D_PASS;
but where i specify the destination folder?
please help
timo