Oliver,
| iam using amavisd-new now, ans i tries all versions before!!
| but now everthing looks good in the amavis.log file but the
| e-mails comes not to there mailboxes...
| iam using send,ail. 8.12.3 with non milter...
|
| Dec 12 23:04:42 gruenfail amavisd[2357]: (XXy7m1tx)
| warnsender_with_pass=, dsn_needed=0, exit=0, 250 2.5.0 Ok,
| id=XXy7m1tx, continue delivery
You have $forward_method in amavisd.conf empty, so amavisd-new does
not do explicit forwarding by itself, it just tells the helper program
its verdict. This is appropriate for milter setup, and the setup
where amavis.c helper program calls local delivery agent.
You did not tell which setup you are using. If using old sendmail
relay setup, you need to follow 'SENDMAIL (old non-milter setup, as relay)'
comment in amavisd.conf, setting $forward_method to 'pipe:...'.
If you want amavis(.c) helper prigram to call LDA,
then you need to specify it as amavis(.c) arguments,
following the '--' argument.
Hardly anyone still uses these two setups.
Mark
|