Hello,
I'm not sure if I should send this to the Postfix or to this mailing
list, as I don't know where the error is.

I've got the following setup: Postfix (2.5.5), Dovecot (1.1.11),
Amavisd-new (2.6.2) on Ubuntu 9.04 Server. Amavis is set up according to
the official Ubuntu Server guide [1], however, no mails seem to arrive
at Amavis.

This is the output of "telnet localhost 10024":

<snip>
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost (127.0.0.1).
Escape character is '^]'.
220 [127.0.0.1] ESMTP amavisd-new service ready
ehlo localhost
250-[127.0.0.1]
250-VRFY
250-PIPELINING
250-SIZE
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-DSN
250 XFORWARD NAME ADDR PORT PROTO HELO SOURCE
</snip>

I've even increased the loglevel in Amavis, but there is absolutely no
activity in the log when new mails arrive. I'm absolutely lost here,
googling unsuccessfully for hours and hours. I've got the feeling it's
just a minor configuration issue somewhere, but I can't seem to find out.
Below is my 50-user; if you need more information or log excerpts, just
let me know. I didn't want to bloat this mail with unnecessary logs.

<snip of /etc/amavis/conf.d/50-user>
$DO_SYSLOG = 0;
$LOGFILE = "/var/log/amavis.log";  # (defaults to empty, no log)
$log_level = 2;

@local_domains_acl = qw(.);

$final_virus_destiny      = D_DISCARD;
$final_banned_destiny     = D_BOUNCE;
$final_spam_destiny       = D_PASS;
$spam_quarantine_to  = undef;
$final_bad_header_destiny = D_PASS;

$sa_spam_subject_tag = '***SPAM*** ';
$sa_tag_level_deflt = undef;
$sa_tag2_level_deflt = 5;
$sa_kill_level_deflt = 20;
$sa_dsn_cutoff_level = 10;


#------------ Do not modify anything below this line -------------
1;  # ensure a defined return
</snip>

Cheers,
Robert

[1] https://help.ubuntu.com/9.04/serverguide/C/mail-filtering.html

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 

Reply via email to