Sysop:Amavis

Aus immerda
Zur Navigation springen Zur Suche springen

How can I recover a Mail from the quarantine

You can use amavisd-release.

amavisd-release $mail_id
# $mail_id you got from the inform mail

Preconfigurations

If you a running amavisd on a local smtp socket you have to do the following preconfigurations:

  • amavisd.conf
$inet_socket_port = [10024, 9998];
$interface_policy{'9998'} = 'AM.PDP';
$policy_bank{'AM.PDP'} = {
    protocol=>'AM.PDP',
    auth_required_release => 0,
    };
  • amavisd-release:
$socketname = '127.0.0.1:9998';