OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: Amavis on a postfix system
From: Lars Hecking (lheckingnmrc.ucc.ie)
Date: Tue May 23 2000 - 08:48:02 CDT


alexbhangartner.com writes:
> Hello out there...
> I included amavis-perl-6 on my postfix system...
> i started both postfix and it works without any errors..
>
> but now if i send a E-mail i receive the following error Message in
> /var/log/mail:
>
> May 23 16:21:32 hchaali7 amavis[3575]: ERROR: Missing arguments to
> sendmail
> May 23 16:21:32 hchaali7 postfix/pipe[3567]: 29D6A1B656:
> to=<roothangartner.com>, relay=mailscan, delay=0, status=bounced
> (internal software error)
 
 Have you configured amavis with --enable-postfix and --enable-relay?
 The latter option is new in amavis-perl-6.

> my mailscan transport:
>
> mailscan unix - n n - - pipe
> user=mailscan argv=/usr/sbin/amavis -f $sender $recipient
>
> what did i wrong??? any ideas??