I have a 10.2 box running as a postfix mail gateway for a couple of domains I have. This box is running spamassassin, maia mailguard and clamav. Local mail is disabled on this machine. I've setup postfix so that myhostname = mail.domain.com relay_domains = domain.com anotherdomain.com mydomain = domain.com relayhost = 1.2.3.4
The transport file has domain.com smtp:[w.x.y.z] anotherdomain.com smtp:[w.x.y.z] The virtual file has root [EMAIL PROTECTED] vscan [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] Here's the qwerky part that I can't figure out. When the maia script runs in the vscan crontab it sends a mail message to [EMAIL PROTECTED] I see this in the log file: Jan 21 19:00:11 mail postfix/pickup[22275]: D07832078F: uid=65 from=<vscan> Jan 21 19:00:11 mail postfix/cleanup[22582]: D07832078F: message-id=<[EMAIL PROTECTED]> Jan 21 19:00:11 mail postfix/qmgr[5929]: D07832078F: from=<[EMAIL PROTECTED]>, size=837, nrcpt=1 (queue active) Jan 21 19:00:11 mail postfix/error[22584]: D07832078F: to=<[EMAIL PROTECTED]>, orig_to=<vscan>, relay=none, delay=0.19, delays=0.18/0/0/0.01, dsn=5.0.0, status=bounced (local mail delivery is disabled) Jan 21 19:00:11 mail postfix/bounce[22585]: D07832078F: sender non-delivery notification: D4BE62078D Jan 21 19:00:11 mail postfix/qmgr[5929]: D07832078F: removed So, my first question is why is it trying to deliver it locally? It should be sending it to the alias [EMAIL PROTECTED] as defined in the virtual file. Second, in the log files I see the following: Jan 21 19:00:11 mail postfix/cleanup[22582]: D4BE62078D: message-id=<[EMAIL PROTECTED]> Jan 21 19:00:11 mail postfix/bounce[22585]: D07832078F: sender non-delivery notification: D4BE62078D Jan 21 19:00:11 mail postfix/qmgr[5929]: D4BE62078D: from=<>, size=2674, nrcpt=1 (queue active) Jan 21 19:00:13 mail postfix/smtp[22586]: D4BE62078D: to=<[EMAIL PROTECTED]>, orig_to=<[EMAIL PROTECTED]>, relay=1.2.3.4[1.2.3.4]:25, delay=1.2, delays=0.01/0/0.18/1, dsn=2.0.0, status=sent (250 2.0.0 l0M00Cju028485 Message accepted for delivery) Jan 21 19:00:13 mail postfix/qmgr[5929]: D4BE62078D: removed Why is it trying to send this message to [EMAIL PROTECTED] through the relay server 1.2.3.4 when it knows (via transport file) that this domain should be sent to w.x.y.z? I've done this same setup on a 10.1 box previously and it is working just fine. Any ideas what I'm missing? I'm just confused. Thanks for any suggestions. Brian -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
