I am getting the following error when I try to send email on my Postfix server:
========================================================
email:~# postqueue -p
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
EB43BC4C419 355 Wed Aug 13 10:15:38 [EMAIL PROTECTED]
(host 127.0.0.1[127.0.0.1] said: 450 4.4.1 Can't connect to 127.0.0.1
port 10025, (Bad file descriptor) at (eval 42) line 145, <GEN21> line
17., MTA([127.0.0.1]:10025), id=02269-01 (in reply to end of DATA
command))
[EMAIL PROTECTED]
========================================================
My /etc/amavis/conf.d/50-user is shown below:
$sa_tag_level_deflt = -5; # add spam info headers if at, or above that level
$sa_tag2_level_deflt = 4; # add 'spam detected' headers at that level
$sa_kill_level_deflt = 10000; # triggers spam evasive actions
$sa_dsn_cutoff_level = 10; # spam level beyond which a DSN is not sent
$forward_method = 'smtp:[127.0.0.1]:10025';
$notify_method = $forward_method;
$virus_admin = '[EMAIL PROTECTED]'; # due to D_DISCARD default
#inform recipients about a blocked mail
$warnbannedrecip = 1;
$warnvirusrecip = 1;
$final_banned_destiny = D_PASS;
$log_level = 2; # (defaults to 0), -d
$DO_SYSLOG = 1; # log via syslogd (preferred)
# ### http://www.clamav.net/
['ClamAV-clamd',
\&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd.ctl"],
qr/\bOK$/, qr/\bFOUND$/,
qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ],
# # NOTE: run clamd under the same user as amavisd, or run it under its own
# # uid such as clamav, add user clamav to the amavis group, and then add
# # AllowSupplementaryGroups to clamd.conf;
# # NOTE: match socket name (LocalSocket) in clamav.conf to the socket name in
# # this entry; when running chrooted one may prefer socket "$MYHOME/clamd".
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/