Quarantine Release Fails

Discuss our MailScanner install script and MailScanner itself
Post Reply
skanwhost2
Junior Member
Posts: 2
Joined: 01 Apr 2008, 15:56

Quarantine Release Fails

Post by skanwhost2 »

When I try to release a file from quarantine I receive the following error:

Release: error (unable to add recipient [usr@domain.com]: Invalid response code received from server)

This process had always worked and I just recently started receiving this error. I have not made any changes to MailScanner it is a new install.

Has anyone else seen this issue?

Thanks, Sydney
mikelegg
Junior Member
Posts: 46
Joined: 10 Nov 2007, 03:10

Re: Quarantine Release Fails

Post by mikelegg »

I just started having this problem as well.
Sarah
Moderator
Posts: 934
Joined: 09 Dec 2006, 22:49

Re: Quarantine Release Fails

Post by Sarah »

Check the file /usr/local/cpanel/whostmgr/docroot/cgi/mailwatch/conf.php for this line:

Code: Select all

define(QUARANTINE_FROM_ADDR, 'postmaster@[hostname]'); 
Try changing it to a "real" email address rather than postmaster @ your server's hostname.

If that doesn't work, check the setting for this line:

Code: Select all

define(QUARANTINE_USE_SENDMAIL, false);


and try changing it to true instead of false.
Post Reply