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                   |[EMAIL PROTECTED]
Reporter DSINet                |[EMAIL PROTECTED]
Projectleader Mostly-Harmless  |[EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to