amavisd-new postfix issue
    Remko Lodder 
    remko at elvandar.org
       
    Tue Jun 29 09:46:02 PDT 2004
    
    
  
dave wrote:
> Hello,
>     Thanks for your reply. The strange thing is amavisd isn't logging, i've
> got logging set to a file and i'm not getting any feedback. Here's something
> strange, i stopped postfix, started up amavisd, then restarted postfix
> forgetting inadvertently to uncomment the content_filter line, it didn't
> matter because i got the same behavior from smtpd on postfix.
>     Keep the ideas coming.
> Thanks.
> Dave.
> 
My amavis logs to syslog:
# true (e.g. 1) => syslog;  false (e.g. 0) => logging to file
$DO_SYSLOG = 1;                   # (defaults to false)
#$SYSLOG_LEVEL = 'user.info';     # (defaults to 'mail.info')
there is something in your logfile there? (/var/log/maillog or 
/var/log/messages or something :-))
Perhaps you sould look at that.
Also changing in your master.cf file
# ==========================================================================
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (100)
# ==========================================================================
smtp      inet  n       -       n       -       -       smtpd
to
smtp      inet  n       -       n       -       -       smtpd -v
should give you verbose logging, that might help solving the problem...
Let us know what happends ...
-- 
Kind regards,
Remko Lodder                   |remko at elvandar.org
Reporter DSINet                |remko at dsinet.org
Projectleader Mostly-Harmless  |remko at mostly-harmless.nl
    
    
More information about the freebsd-questions
mailing list