PDA

View Full Version : spamassassin/clamav setup problem


dipeshmehta
20th December 2008, 06:46
Hello,

I have setup my ubuntu 8.04 LTS server as guided in "The Perfect Server (by Falko)". I have not installed ISPConfig.

Since, this howto do not include spamassassin and clamav setup, I have setup them, as guided in "Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 8.04 LTS)".

I am not using MySQL as well as virtual users, I am using system users, therefore I jumped directly to "9 Install amavisd-new, SpamAssassin, And ClamAV" part of the said howto.

Now, my mails transmitted into internal network, do not get delivered to destinations. If I comment out the added lines in postfix's main.cf and master.cf, it works fine without spamassasin / clamav interaction.

I know, there should be some silly matter which needs to be configured but cannot figure it out myself. Any suggestions welcome.

Dipesh

falko
21st December 2008, 15:16
What's in your mail log?

What's in /etc/postfix/main.cf and /etc/postfix/master.cf?

dipeshmehta
20th February 2009, 08:47
Hello,

Sorry for re-opening the thread after a long time. Since, the setup is on my production server, I have not been able to run test cases as much.

Please check my postfix config files as under:

=======================
main.cf
=======================
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
append_dot_mydomain = no
readme_directory = no
# TLS parameters
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_use_tls = yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
#
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
smtp_generic_maps = hash:/etc/postfix/generic
myorigin = /etc/mailname
mydestination = hostname.domain.com, localhost.domain.com, localhost.localdomain, localhost, domain.com
sender_dependent_relayhost_maps = hash:/etc/postfix/sender_relay
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_command =
mailbox_size_limit = 0
message_size_limit = 25600000
recipient_delimiter = +
inet_protocols = all
smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_sasl_authenticated_header = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject _unauth_destination
smtpd_tls_auth_only = no
smtp_use_tls = yes
smtpd_tls_note_starttls_offer = yes
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
home_mailbox = Maildir/
sender_bcc_maps = hash:/etc/postfix/sender_bcc
recipient_bcc_maps = hash:/etc/postfix/recipient_bcc
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options =
content_filter = amavis:[127.0.0.1]:10024
receive_override_options = no_address_mappings


=====================
master.cf
=====================
#
# Postfix master process configuration file. For details on the format
# of the file, see the master(5) manual page (command: "man 5 master").
#
# Do not forget to execute "postfix reload" after editing this file.
#
# ================================================== ========================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ================================================== ========================
smtp inet n - - - - smtpd
#submission inet n - - - - smtpd
# -o smtpd_tls_security_level=encrypt
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticate d,reject
# -o milter_macro_daemon_name=ORIGINATING
#smtps inet n - - - - smtpd
# -o smtpd_tls_wrappermode=yes
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticate d,reject
# -o milter_macro_daemon_name=ORIGINATING
#628 inet n - - - - qmqpd
pickup fifo n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - - 300 1 oqmgr
tlsmgr unix - - - 1000? 1 tlsmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
proxywrite unix - - n - 1 proxymap
smtp unix - - - - - smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay unix - - - - - smtp
-o smtp_fallback_relay=
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - - - - showq
error unix - - - - - error
retry unix - - - - - error
discard unix - - - - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - - - - lmtp
anvil unix - - - - 1 anvil
scache unix - - - - 1 scache
#
# ================================================== ==================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent. See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ================================================== ==================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
#
# See the Postfix UUCP_README file for configuration details.
#
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
#
# Other external delivery methods.
#
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
mailman unix - n n - - pipe
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
${nexthop} ${user}

amavis unix - - - - 2 smtp
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes

127.0.0.1:10025 inet n - - - - smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restictions=
-o smtpd_recipient_restictions=permit_mynetworks,reje ct
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
-o receive_override_options=no_unknown_recipient_chec ks,no_header_body_checks
-o smtpd_bind_address=127.0.0.1
==================

I have noticed that while sending mails postfix do not read sender_dependent_relayhost_maps and smtp_generic_maps if amavis-new is there in postfix config files. Mails sent to local users do not deliver at all - and mail que status is "mail transport unavailable". Whereas for mails sent to out of the world, it does not being relayed through my ISP mail server, and therefore almost all recipient server reject it.

At present I have comented out the lines related to amavis, and content filter, and the set up is running very fine.

Please help me out.

Thanks in advance.

Dipesh

falko
21st February 2009, 18:44
What's in your mail log when you try to send a mail to one of your accounts?

dipeshmehta
22nd February 2009, 08:56
What's in your mail log when you try to send a mail to one of your accounts?

Hello Falko,

Following are logs:

1. When I sent mail to local user:
#/var/log/mail.log
Feb 22 10:17:21 banrjt postfix/smtpd[13514]: connect from unknown[192.168.1.34]
Feb 22 10:17:21 banrjt postfix/smtpd[13514]: 25939358204: client=unknown[192.168.1.34], sasl_method=LOGIN, sasl_username=dipeshmehta
Feb 22 10:17:49 banrjt postfix/cleanup[13519]: 25939358204: message-id=<000801c994a8$a5bfb230$2201a8c0@BANLABS.COM>
Feb 22 10:17:49 banrjt postfix/qmgr[13509]: 25939358204: from=<dipeshmehta@banlabs.net>, size=1438, nrcpt=1 (queue active)
Feb 22 10:17:49 banrjt postfix/smtpd[13514]: disconnect from unknown[192.168.1.34]
Feb 22 10:18:17 banrjt postfix/smtpd[13548]: connect from localhost.localdomain[127.0.0.1]
Feb 22 10:18:17 banrjt postfix/smtpd[13548]: BFAE53582C7: client=localhost.localdomain[127.0.0.1]
Feb 22 10:18:17 banrjt postfix/cleanup[13519]: BFAE53582C7: message-id=<000801c994a8$a5bfb230$2201a8c0@BANLABS.COM>
Feb 22 10:18:17 banrjt postfix/smtpd[13548]: disconnect from localhost.localdomain[127.0.0.1]
Feb 22 10:18:17 banrjt postfix/qmgr[13509]: BFAE53582C7: from=<edp@banlab.com>, size=1879, nrcpt=2 (queue active)
Feb 22 10:18:17 banrjt amavis[23565]: (23565-03) Passed CLEAN, LOCAL [192.168.1.34] [192.168.1.34] <edp@banlab.com> -> <edp@banlab.com>, Message-ID: <000801c994a8$a5bfb230$2201a8c0@BANLABS.COM>, mail_id: cY5VQIjwX8fQ, Hits: 0.486, size: 1422, queued_as: BFAE53582C7, 28033 ms
Feb 22 10:18:17 banrjt postfix/smtp[13524]: 25939358204: to=<manishoza@banlabs.net>, relay=127.0.0.1[127.0.0.1]:10024, delay=57, delays=29/0.01/0.01/28, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as BFAE53582C7)
Feb 22 10:18:17 banrjt postfix/qmgr[13509]: 25939358204: removed
Feb 22 10:18:17 banrjt postfix/local[13549]: BFAE53582C7: to=<receivedlog@banlabs.net>, relay=local, delay=0.2, delays=0.08/0.01/0/0.11, dsn=2.0.0, status=sent (delivered to maildir)
Feb 22 10:18:25 banrjt postfix/smtp[13550]: BFAE53582C7: to=<edp@banlab.com>, relay=2020503.mx2.banlab.com[209.62.87.245]:25, delay=7.8, delays=0.08/0.02/7.3/0.37, dsn=5.7.1, status=bounced (host 2020503.mx2.banlab.com[209.62.87.245] said: 550 5.7.1 Client host rejected: cannot find your reverse hostname, [59.96.84.206] (in reply to RCPT TO command))
Feb 22 10:18:25 banrjt postfix/cleanup[13519]: DA6683582CE: message-id=<20090222044825.DA6683582CE@banrjt.banlabs.net>
Feb 22 10:18:25 banrjt postfix/bounce[13553]: BFAE53582C7: sender non-delivery notification: DA6683582CE
Feb 22 10:18:25 banrjt postfix/qmgr[13509]: DA6683582CE: from=<>, size=3939, nrcpt=1 (queue active)
Feb 22 10:18:25 banrjt postfix/qmgr[13509]: BFAE53582C7: removed
Feb 22 10:18:32 banrjt postfix/smtp[13550]: DA6683582CE: to=<edp@banlab.com>, relay=2020503.mx2.banlab.com[209.62.87.245]:25, delay=6.9, delays=0.09/0/6.5/0.39, dsn=5.7.1, status=bounced (host 2020503.mx2.banlab.com[209.62.87.245] said: 550 5.7.1 Client host rejected: cannot find your reverse hostname, [59.96.84.206] (in reply to RCPT TO command))
Feb 22 10:18:33 banrjt postfix/qmgr[13509]: DA6683582CE: removed

2a. When I sent mail to my yahoo id:
#/var/log/mail.log
Feb 22 10:19:33 banrjt postfix/smtpd[13514]: connect from unknown[192.168.1.34]
Feb 22 10:19:33 banrjt postfix/smtpd[13514]: 4AD39358204: client=unknown[192.168.1.34], sasl_method=LOGIN, sasl_username=dipeshmehta
Feb 22 10:19:33 banrjt postfix/cleanup[13519]: 4AD39358204: message-id=<000f01c994a8$f48519f0$2201a8c0@BANLABS.COM>
Feb 22 10:19:33 banrjt postfix/qmgr[13509]: 4AD39358204: from=<dipeshmehta@banlabs.net>, size=1417, nrcpt=1 (queue active)
Feb 22 10:19:33 banrjt postfix/smtpd[13514]: disconnect from unknown[192.168.1.34]
Feb 22 10:19:47 banrjt postfix/smtpd[13548]: connect from localhost.localdomain[127.0.0.1]
Feb 22 10:19:47 banrjt postfix/smtpd[13548]: 2EDA13582C7: client=localhost.localdomain[127.0.0.1]
Feb 22 10:19:47 banrjt postfix/cleanup[13519]: 2EDA13582C7: message-id=<000f01c994a8$f48519f0$2201a8c0@BANLABS.COM>
Feb 22 10:19:47 banrjt postfix/qmgr[13509]: 2EDA13582C7: from=<edp@banlab.com>, size=1871, nrcpt=1 (queue active)
Feb 22 10:19:47 banrjt postfix/smtpd[13548]: disconnect from localhost.localdomain[127.0.0.1]
Feb 22 10:19:47 banrjt amavis[24135]: (24135-02) Passed CLEAN, LOCAL [192.168.1.34] [192.168.1.34] <edp@banlab.com> -> <d_i_p_z@yahoo.com>, Message-ID: <000f01c994a8$f48519f0$2201a8c0@BANLABS.COM>, mail_id: OmSWuaFTePM7, Hits: 0.599, size: 1408, queued_as: 2EDA13582C7, 13827 ms
Feb 22 10:19:47 banrjt postfix/smtp[13542]: 4AD39358204: to=<d_i_p_z@yahoo.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=14, delays=0.11/0/0/14, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 2EDA13582C7)
Feb 22 10:19:47 banrjt postfix/qmgr[13509]: 4AD39358204: removed
Feb 22 10:20:25 banrjt postfix/smtp[13550]: 2EDA13582C7: to=<d_i_p_z@yahoo.com>, relay=g.mx.mail.yahoo.com[206.190.53.191]:25, delay=38, delays=0.05/0/7.1/31, dsn=2.0.0, status=sent (250 ok dirdel)
Feb 22 10:20:25 banrjt postfix/qmgr[13509]: 2EDA13582C7: removed


2b. Headers received at yahoo:
Return-Path: <edp@banlab.com>
Authentication-Results: mta209.mail.re2.yahoo.com from=banlab.com; domainkeys=neutral (no sig); from=banlab.com; dkim=neutral (no sig)
Received: from 59.96.84.206 (EHLO banrjt.banlabs.net) (59.96.84.206) by mta209.mail.re2.yahoo.com with SMTP; Sat, 21 Feb 2009 20:49:56 -0800
Received: from localhost (localhost.localdomain [127.0.0.1]) by banrjt.banlabs.net (Postfix) with ESMTP id 2EDA13582C7 for <d_i_p_z@yahoo.com>; Sun, 22 Feb 2009 10:19:47 +0530 (IST)
Received: from banrjt.banlabs.net ([127.0.0.1]) by localhost (banrjt.banlabs.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OmSWuaFTePM7 for <d_i_p_z@yahoo.com>; Sun, 22 Feb 2009 10:19:33 +0530 (IST)
Received: from EDP2 (unknown [192.168.1.34]) (Authenticated sender: dipeshmehta) by banrjt.banlabs.net (Postfix) with ESMTPA id 4AD39358204 for <d_i_p_z@yahoo.com>; Sun, 22 Feb 2009 10:19:33 +0530 (IST)
Message-ID: <000f01c994a8$f48519f0$2201a8c0@BANLABS.COM>
From: "Dipesh Mehta" <edp@banlab.com>
To: <d_i_p_z@yahoo.com>
Subject: Test2
Date: Sun, 22 Feb 2009 10:19:23 +0530
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_000C_01C994D7.082D0F20"
Content-Length: 729


3. When I sent mail to yahoo, after commenting out the lines related to content-filter and amavis into main.cf and master.cf
#/var/log/mail.log
Feb 22 11:04:43 banrjt postfix/smtpd[14353]: connect from unknown[192.168.1.34]
Feb 22 11:04:43 banrjt postfix/smtpd[14353]: C3EBA3582A5: client=unknown[192.168.1.34], sasl_method=LOGIN, sasl_username=dipeshmehta
Feb 22 11:05:09 banrjt postfix/cleanup[14357]: C3EBA3582A5: message-id=<000801c994af$44515ba0$2201a8c0@BANLABS.COM>
Feb 22 11:05:09 banrjt postfix/qmgr[13912]: C3EBA3582A5: from=<dipeshmehta@banlabs.net>, size=1417, nrcpt=2 (queue active)
Feb 22 11:05:09 banrjt postfix/smtpd[14353]: disconnect from unknown[192.168.1.34]
Feb 22 11:05:09 banrjt postfix/local[14369]: C3EBA3582A5: to=<sentlog@banlabs.net>, relay=local, delay=26, delays=26/0.02/0/0.08, dsn=2.0.0, status=sent (delivered to maildir)
Feb 22 11:05:11 banrjt postfix/smtp[14368]: C3EBA3582A5: to=<d_i_p_z@yahoo.com>, relay=smtp.banlab.com[67.15.47.13]:25, delay=28, delays=26/0.03/1.5/0.7, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 8694116B8682)
Feb 22 11:05:11 banrjt postfix/qmgr[13912]: C3EBA3582A5: removed


and headers received at yahoo
Return-Path: <edp@banlab.com>
Authentication-Results: mta144.mail.ac4.yahoo.com from=banlab.com; domainkeys=neutral (no sig); from=banlab.com; dkim=neutral (no sig)
Received: from 67.15.47.13 (EHLO mailbox-us-s-5a.mailhostingserver.com) (67.15.47.13) by mta144.mail.ac4.yahoo.com with SMTP; Sat, 21 Feb 2009 21:35:12 -0800
Received: from banrjt.banlabs.net (unknown [59.96.84.206]) (Authenticated sender: mail@banlab.com) by mailbox-us-s-5a.mailhostingserver.com (Postfix) with ESMTPA id 8694116B8682 for <d_i_p_z@yahoo.com>; Sun, 22 Feb 2009 05:35:11 +0000 (GMT)
Received: from EDP2 (unknown [192.168.1.34]) (Authenticated sender: dipeshmehta) by banrjt.banlabs.net (Postfix) with ESMTPA id C3EBA3582A5 for <d_i_p_z@yahoo.com>; Sun, 22 Feb 2009 11:04:43 +0530 (IST)
Message-ID: <000801c994af$44515ba0$2201a8c0@BANLABS.COM>
From: "Dipesh Mehta" <edp@banlab.com>
To: <d_i_p_z@yahoo.com>
Subject: Test5
Date: Sun, 22 Feb 2009 11:04:34 +0530
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C994DD.57FB9AC0"
Content-Length: 729

4. Following is generic maps:
#/etc/postfix/generic
...
dipeshmehta@banlabs.net edp@banlab.com
manishbuch@banlabs.net admin@banlab.com
manishoza@banlabs.net edp@banlab.com
...


5. Following is sender_dependant_relay_maps:
#/etc/postfix/sender_relay
...
dipeshmehta@banlabs.net smtp.banlab.com
harshallalwani@banlabs.net smtp.banlab.com
himanshusatani@banlabs.net mail.sending.not.allowed
indrajitshukla@banlabs.net mail.sending.not.allowed
ipc@banlabs.net mail.sending.not.allowed
jayeshgohel@banlabs.net mail.sending.not.allowed
lizapanchsheriya@banlabs.net mail.sending.not.allowed
...

Hope this would suffice the need for investigation, if any more information is required, please tell.

Dipesh

falko
23rd February 2009, 19:28
Feb 22 10:18:25 banrjt postfix/smtp[13550]: BFAE53582C7: to=<edp@banlab.com>, relay=2020503.mx2.banlab.com[209.62.87.245]:25, delay=7.8, delays=0.08/0.02/7.3/0.37, dsn=5.7.1, status=bounced (host 2020503.mx2.banlab.com[209.62.87.245] said: 550 5.7.1 Client host rejected: cannot find your reverse hostname, [59.96.84.206] (in reply to RCPT TO command))Please create a PTR record for the server.

dipeshmehta
25th February 2009, 05:48
Please create a PTR record for the server.

Hello Falko,

The Static IP 59.96.84.206 has been provided by my ISP, and following details has been given by him:
IP 59.96.84.206 is part of AS
9829 BSNL-NIB National Internet Backbone
and the Networks 59.96.64.0/18 59.96.80.0/20

Reverse DNS (PTR) exists and claimes to be: static.vadodara.bb.59.96.84.206/24.bsnl.in

Forward DNS for static.vadodara.bb.59.96.84.206/24.bsnl.in is: 59.96.84.206

DNS ist consistent.


Moreover, if the said error occurs it means that my mail has not been relayed and fired directly. Similarly, what about internal emails?

Regards,

Dipesh

falko
26th February 2009, 20:52
Does 2020503.mx2.banlab.com use valid nameservers in /etc/resolv.conf?

dipeshmehta
27th February 2009, 10:40
Does 2020503.mx2.banlab.com use valid nameservers in /etc/resolv.conf?

Hello Falko,

Thanks for showing interest to solve my problem.

At this point, I think we are going towards something wrong way. So please let me give a brief idea about my system and environment.

The host banrjt.banlabs.net is my ubuntu server which has been situated at my office. About more than 50 machines running Windows XP / vista are connected to the same. I have been using ubuntu server as mail server for my internal mails.

The domain banlab.com is being hosted at my ISP for webhosting as well as email hosting. We have some 15 different mail ids at banlab.com.

I use getmail (http://www.howtoforge.com/debian_etch_getmail) to fetch mails from ISP POP Mailboxes. (*@banlab.com). The mails are fetched for pop_ispmailid@banlabs.net and there I use .forward for forwarding the mails to associated internal user accounts.

To send mails internal (i.e. user1@banlabs.net to user2@banlabs.net), I do not need to configure anything, it works fine. To send mails to outside world, I use sender_dependant_relay_maps, to relay through ISP mail servers (i.e. smtp.banlab.com). Further I use generic maps (http://www.postfix.org/ADDRESS_REWRITING_README.html#generic) to rewrite from: address for outside world.

All these setup runs without any problem, if I remove
#content_filter = amavis:[127.0.0.1]:10024
#receive_override_options = no_address_mappings
from /etc/postfix/main.cf and
#amavis unix - - - - 2 smtp
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes

#127.0.0.1:10025 inet n - - - - smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restictions=
-o smtpd_recipient_restictions=permit_mynetworks,reje ct
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
-o receive_override_options=no_unknown_recipient_chec ks,no_header_body_checks
-o smtpd_bind_address=127.0.0.1
from /etc/postfix/master.cf

Now coming again to my problem, if I enable above lines in main.cf and master.cf. In the above mentioned log entry 1, you may notice that...
i. The mail is originated by dipeshmehta@banlabs.net (generic map: dipeshmehta@banlabs.net edp@banlab.com)for manishoza@banlabs.net (generic map: manishoza@banlabs.net edp@banlab.com)
ii. The mail is transported as from edp@banlab.com to edp@banlab.com, that means it didn't recognised that the mail is internal, and therefore passed through generic maps.
iii. The mail transported as from edp@banlab.com but didn't relayed through smtp.banlab.com (sender_dependant_relay_maps: dipeshmehta@banlabs.net smtp.banlab.com)
iv. Due to security measures opted by ISP at banlab.com, the mail was rejected.
v. For this mail sender_bcc is not generated, which recipient_bcc is generated.

The similar things happens for log entry 2a & 2b, the mail is transported directly i.e. without relay, and received at yahoo.

Thanks again for sparing your time to diagnose.

Dipesh

dipeshmehta
6th March 2009, 11:52
* bump *

falko
7th March 2009, 15:54
I'm afraid I don't know what's wrong with your system.

dipeshmehta
8th March 2009, 05:51
I'm afraid I don't know what's wrong with your system.

Thanks Falko for sparing your time to sort out the issues, no matter whether solved or not.

Btw, if you wish, I PM you with access rights to my server, to check the things.

Dipesh