On Tue, 02 Dec 2008, Rupa Schomaker wrote:
> Dec  2 10:12:47 hosted postfix/smtpd[15500]: warning: Illegal address syntax 
> from localhost.localdomain[127.0.0.1] in MAIL command: <[EMAIL PROTECTED]>
> Dec  2 10:12:47 hosted amavis[22351]: (22351-01) Negative SMTP resp. to DATA: 
> 503 5.5.1 Error: need RCPT command
> 
> I'm using the default configs.  myhostname is defined in 05-node_id:
> chomp($myhostname = `hostname --fqdn`);
> 
> I even tried to override virus_admin in 20-debian_defaults but that isn't what
> sets this:
> 
> $virus_admin = "[EMAIL PROTECTED]"; # due to D_DISCARD default

The problem might be on mailfrom_notify_*, as well.

Try setting all of these to proper addresses:

# $mailfrom_notify_admin = undef;
# $mailfrom_notify_recip = undef;
# $mailfrom_notify_spamadmin = undef;

## these are after-defaults:
# $hdrfrom_notify_sender = "\"Content-filter at $myhostname\"
# <[EMAIL PROTECTED]>";
# $hdrfrom_notify_recip     = ... derived from $mailfrom_notify_recip
# $hdrfrom_notify_admin     = ... derived from $mailfrom_notify_admin
# $hdrfrom_notify_spamadmin = ... derived from $mailfrom_notify_spamadmin
# $hdrfrom_notify_release   = $hdrfrom_notify_sender;
# $hdrfrom_notify_report    = $hdrfrom_notify_sender;

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to