| Welcome to the Zimbra :: Forums! | |
Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
|  | | 
07-09-2011, 03:10 PM
| | | postfix deferred delivery with invalid argument I can receive mail just find, but I can't send any email out.
Everything it tries to connect to gets a line in the log such as the following: Code: Jul 9 14:58:17 trobb postfix/error[20922]: C27A889E063: to=<skralg@gmail.com>, relay=none, delay=0.03, delays=0.01/0.01/0/0.01, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to gmail.com[74.125.224.151]:25: Invalid argument)
or like this: Code: Jul 9 15:14:56 trobb postfix/smtp[30579]: connect to gmail.com[74.125.224.150]:25: Invalid argument
I've searched the forums, wikis, google, and was told that 'zimbra' was a bad word in a postfix chatroom. Anyone have any ideas about this? | 
07-10-2011, 12:32 AM
| | | Can you bring out more details from that log? By doing 'grep' with message id like
'grep C27A889E063 /var/log/zimbra.log'
A few things, check if its just to one location that mails get defferred to. Confirm if you are not in any blacklists. Email Blacklist Check - See if your server is blacklisted
You can get details of your queue with these commands.
# su - zimbra
$ sudo ~/libexec/zmqstat
$ postqueue -p | 
07-10-2011, 06:15 AM
| | | Quote:
Originally Posted by fyd Can you bring out more details from that log? By doing 'grep' with message id like
'grep C27A889E063 /var/log/zimbra.log'
A few things, check if its just to one location that mails get defferred to. Confirm if you are not in any blacklists. Email Blacklist Check - See if your server is blacklisted
You can get details of your queue with these commands.
# su - zimbra
$ sudo ~/libexec/zmqstat
$ postqueue -p | All outgoing mails get deferred, not just to gmail.com.
I'm not listed in any blacklists, except for some weird incorrect IRC blacklist for rogue rDNS. Code: LNSGBLOCK LISTED Abused DNS - Rogue rDNS used to abuse IRC
Return codes were: 127.0.0.9 43120 94 Snipped out some of the repetitive bits from below, due to post length. Code: [zimbra@trobb ~]$ grep C27A889E063 /var/log/zimbra.log
Jul 9 14:58:17 trobb postfix/smtpd[20921]: C27A889E063: client=localhost.localdomain[127.0.0.1]
Jul 9 14:58:17 trobb postfix/cleanup[20515]: C27A889E063: message-id=<vt66-2mi4jhp-txc-e@snailcoral.com>
Jul 9 14:58:17 trobb postfix/qmgr[15330]: C27A889E063: from=<jrudolph@skralg.com>, size=18113, nrcpt=1 (queue active)
Jul 9 14:58:17 trobb amavis[11380]: (11380-02) FWD via SMTP: <jrudolph@skralg.com> -> <skralg@gmail.com>,BODY=7BIT 250 2.0.0 Ok, id=11380-02, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as C27A889E063
Jul 9 14:58:17 trobb amavis[11380]: (11380-02) Passed CLEAN, MYNETS LOCAL [72.20.16.183] [64.17.36.164] <jrudolph@skralg.com> -> <skralg@gmail.com>, Message-ID: <vt66-2mi4jhp-txc-e@snailcoral.com>, mail_id: ESO8115MVRxe, Hits: 7.468, size: 18194, queued_as: C27A889E063, 1065 ms
Jul 9 14:58:17 trobb postfix/smtp[20650]: A0CF089DDBF: to=<skralg@gmail.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=1.2, delays=0.08/0/0/1.1, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=11380-02, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as C27A889E063)
Jul 9 14:58:17 trobb postfix/error[20922]: C27A889E063: to=<skralg@gmail.com>, relay=none, delay=0.03, delays=0.01/0.01/0/0.01, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to gmail.com[74.125.224.151]:25: Invalid argument)
Jul 9 15:04:56 trobb postfix/qmgr[15330]: C27A889E063: from=<jrudolph@skralg.com>, size=18113, nrcpt=1 (queue active)
Jul 9 15:04:56 trobb postfix/smtp[24677]: C27A889E063: to=<skralg@gmail.com>, relay=none, delay=398, delays=398/0.01/0.07/0, dsn=4.4.1, status=deferred (connect to gmail.com[74.125.224.55]:25: Invalid argument)
Jul 9 15:14:56 trobb postfix/qmgr[15330]: C27A889E063: from=<jrudolph@skralg.com>, size=18113, nrcpt=1 (queue active)
Jul 9 15:14:56 trobb postfix/smtp[30579]: C27A889E063: to=<skralg@gmail.com>, relay=none, delay=999, delays=999/0.01/0/0, dsn=4.4.1, status=deferred (connect to gmail.com[74.125.224.152]:25: Invalid argument)
Jul 9 15:34:56 trobb postfix/qmgr[15330]: C27A889E063: from=<jrudolph@skralg.com>, size=18113, nrcpt=1 (queue active)
Jul 9 15:34:56 trobb postfix/smtp[10373]: C27A889E063: to=<skralg@gmail.com>, relay=none, delay=2199, delays=2199/0.02/0.07/0, dsn=4.4.1, status=deferred (connect to gmail.com[74.125.224.54]:25: Invalid argument)
Jul 9 16:12:55 trobb postfix/qmgr[31829]: C27A889E063: from=<jrudolph@skralg.com>, size=18113, nrcpt=1 (queue active)
Jul 9 16:12:55 trobb postfix/error[9869]: C27A889E063: to=<skralg@gmail.com>, relay=none, delay=4478, delays=4478/0.28/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to alt4.gmail-smtp-in.l.google.com[74.125.77.27]:25: Invalid argument)
Jul 9 17:22:55 trobb postfix/qmgr[31829]: C27A889E063: from=<jrudolph@skralg.com>, size=18113, nrcpt=1 (queue active)
Jul 9 17:22:55 trobb postfix/error[18317]: C27A889E063: to=<skralg@gmail.com>, relay=none, delay=8678, delays=8678/0.03/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to alt4.gmail-smtp-in.l.google.com[209.85.229.27]:25: Invalid argument) Code: [zimbra@trobb ~]$ sudo ~/libexec/zmqstat
hold=0
corrupt=0
deferred=93
active=0
incoming=0 Snipped out some of the repetitive bits from below, due to post length. Code: [zimbra@trobb ~]$ postqueue -p
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
2FE3489E053 3167 Sat Jul 9 14:49:57 root@trobb.skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.79.27]:25: Invalid argument)
skralg@gmail.com
28FB589E060 4704 Sat Jul 9 14:05:39 MAILER-DAEMON
(connect to mx-0.loosefoot.com[208.68.107.13]:25: Invalid argument)
simple@eggheads.org
29CBF89E0BB 3141 Sat Jul 9 21:12:41 root@trobb.skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.39.27]:25: Invalid argument)
skralg@gmail.com
24FA189E045 3056 Sat Jul 9 15:59:17 MAILER-DAEMON
(connect to mx-0.loosefoot.com[208.68.107.13]:25: Invalid argument)
root@eggheads.org
4781989E04C 3056 Sat Jul 9 15:59:53 MAILER-DAEMON
(connect to mx-0.loosefoot.com[208.68.107.13]:25: Invalid argument)
root@eggheads.org
40C5489E0AE 7054 Sat Jul 9 15:34:57 root@trobb.skralg.com
(connect to mail2.dshield.org[74.208.112.68]:25: Invalid argument)
reports@dshield.org
4D2AD89E062 5146 Sat Jul 9 14:05:40 MAILER-DAEMON
(connect to mx-0.loosefoot.com[208.68.107.13]:25: Invalid argument)
simple@eggheads.org
4D5C289DDB1 5258 Sat Jul 9 14:08:41 MAILER-DAEMON
(connect to mx-0.loosefoot.com[208.68.107.13]:25: Invalid argument)
simple@eggheads.org
4DC2189E0C3 5071 Sun Jul 10 02:43:15 root@trobb.skralg.com
(connect to mail2.dshield.org[74.208.112.68]:25: Invalid argument)
reports@dshield.org
4A39C89DDCC 957 Sat Jul 9 14:12:44 root@trobb.skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.39.27]:25: Invalid argument)
skralg@gmail.com
B785089E054 2997 Sat Jul 9 14:05:39 root@trobb.skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.39.27]:25: Invalid argument)
skralg@gmail.com
B2CF189DDC6 2798 Sat Jul 9 14:08:40 jrudolph@brutus.skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.39.27]:25: Invalid argument)
skralg@gmail.com
59A2189E0BF 3148 Sun Jul 10 00:45:08 root@trobb.skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.79.27]:25: Invalid argument)
skralg@gmail.com
5190289E0B8 82795 Sat Jul 9 20:43:11 root@trobb.skralg.com
(connect to mail2.dshield.org[74.208.112.68]:25: Invalid argument)
reports@dshield.org
509EA89E0B6 2762 Sat Jul 9 20:26:10 root@trobb.skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.79.27]:25: Invalid argument)
skralg@gmail.com
511D689DDB3 14835 Sat Jul 9 14:08:39 root@trobb.skralg.com
(connect to mail2.dshield.org[74.208.112.68]:25: Invalid argument)
reports@dshield.org
515A889DDD3 3269 Sat Jul 9 19:40:30 root@trobb.skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[209.85.229.27]:25: Invalid argument)
skralg@gmail.com
5EB7C89E0C5 3143 Sun Jul 10 04:33:25 root@trobb.skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.79.27]:25: Invalid argument)
skralg@gmail.com
5577B89DDB5 4173 Sat Jul 9 14:08:41 MAILER-DAEMON
(connect to mx-0.loosefoot.com[208.68.107.13]:25: Invalid argument)
simple@eggheads.org
5F45289E04F 3056 Sat Jul 9 16:03:27 MAILER-DAEMON
(delivery temporarily suspended: connect to mx-0.loosefoot.com[208.68.107.13]:25: Invalid argument)
root@eggheads.org
5DB3B89DDC3 3824 Sat Jul 9 14:05:39 root@trobb.skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.39.27]:25: Invalid argument)
skralg@gmail.com
A3D3D89DDBD 3317 Sat Jul 9 14:06:38 root@trobb.skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.39.27]:25: Invalid argument)
skralg@gmail.com
A39B089DDB0 4934 Sat Jul 9 14:08:41 root@trobb.skralg.com
(delivery temporarily suspended: connect to alt4.gmail-smtp-in.l.google.com[74.125.39.27]:25: Invalid argument)
skralg@gmail.com
AFA0189E0C4 3148 Sun Jul 10 04:31:34 root@trobb.skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.79.27]:25: Invalid argument)
skralg@gmail.com
A415089E064 9973 Sat Jul 9 15:02:58 jrudolph@skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[209.85.229.27]:25: Invalid argument)
skralg@gmail.com
AE08F89DDAD 1758 Sat Jul 9 14:08:40 mingbeast@brutus.skralg.com
(delivery temporarily suspended: connect to alt4.gmail-smtp-in.l.google.com[74.125.39.27]:25: Invalid argument)
skralg@gmail.com
AD19689E058 2852 Sat Jul 9 14:49:57 noreply@geocaching.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.79.27]:25: Invalid argument)
skralg@gmail.com
AED5189E0B0 2863 Sat Jul 9 15:38:47 jrudolph@skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.79.27]:25: Invalid argument)
skralg@gmail.com
8407189E061 1046 Sat Jul 9 15:04:59 jrudolph@skralg.com
(delivery temporarily suspended: connect to alt4.gmail-smtp-in.l.google.com[74.125.39.27]:25: Invalid argument)
skralg@gmail.com
81A5389E0B3 2762 Sat Jul 9 20:26:16 root@trobb.skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.79.27]:25: Invalid argument)
skralg@gmail.com
0A8B989DDA5 3585 Sat Jul 9 14:50:00 root@trobb.skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.79.27]:25: Invalid argument)
skralg@gmail.com
05F2589E04D 3056 Sat Jul 9 16:01:52 MAILER-DAEMON
(connect to mx-0.loosefoot.com[208.68.107.13]:25: Invalid argument)
root@eggheads.org
03EF189E050 5489 Sat Jul 9 14:50:00 root@trobb.skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.79.27]:25: Invalid argument)
skralg@gmail.com
01D5B89DDA7 3540 Sat Jul 9 14:50:00 root@trobb.skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.79.27]:25: Invalid argument)
skralg@gmail.com
0EC1B89DDAC 8172 Sat Jul 9 14:43:12 root@trobb.skralg.com
(connect to mail2.dshield.org[74.208.112.68]:25: Invalid argument)
reports@dshield.org
05EE789DE65 1797 Sat Jul 9 15:49:16 jrudolph@skralg.com
(connect to alt4.gmail-smtp-in.l.google.com[74.125.39.27]:25: Invalid argument)
skralg@gmail.com
05FF989E05E 3025 Sat Jul 9 14:06:39 root@trobb.skralg.com
(delivery temporarily suspended: connect to alt4.gmail-smtp-in.l.google.com[74.125.39.27]:25: Invalid argument)
skralg@gmail.com
E6ECC89DDB2 2362 Sat Jul 9 14:08:39 noreply@geocaching.com
(delivery temporarily suspended: connect to alt4.gmail-smtp-in.l.google.com[74.125.39.27]:25: Invalid argument)
skralg@gmail.com
-- 730 Kbytes in 93 Requests. | 
07-10-2011, 06:35 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,314
| | You should update your forum profile with the output of the following command (do not post the output in this thread): Is this a new install or an upgrade? How long have you had this problem (and when did it start)? Have you made any changes to the Zimbra (postfix) configuration? Are you trying to relay through another server (gmail, perhaps)?
__________________
Regards
Bill
| 
07-10-2011, 07:10 AM
| | | Quote:
Originally Posted by phoenix You should update your forum profile with the output of the following command (do not post the output in this thread): | I dont see anywhere in my forum profile or my CP to edit any information other than my signature. Quote:
Originally Posted by phoenix Is this a new install or an upgrade? How long have you had this problem (and when did it start)? Have you made any changes to the Zimbra (postfix) configuration? Are you trying to relay through another server (gmail, perhaps)? | This is a new install. Rather than bother with migrating from a 32-bit to a 64-bit, I just installed the 64-bit version on the new server, and manually recreated everything and changed my MX records and reverse DNS about 2 weeks ago.
It's never been able to send.
I did make changes to the postfix config, to try to make it only bind to 1 ip addresses, but that was a colossal failure, so i reinstalled to overwrite everything.
I'm not trying to relay through anything. The gmail references are from a forwarding rule from jrudolph@skralg.com to skralg@gmail.com. | 
07-10-2011, 07:27 AM
| | | Quote:
Originally Posted by skralg I dont see anywhere in my forum profile or my CP to edit any information other than my signature. | The edit profile has been missing under userCP for a while now, I did notice it last night. This is the page that phoenix referred to http://www.zimbra.com/forums/profile.php?do=editprofile
Hi Bill, please look into this. | 
07-10-2011, 07:44 AM
| | | Thanks. Profile updated | 
07-10-2011, 07:49 AM
| | | I am wrong in guessing it could be a blacklisting, if yes it would have been a message saying recepient rejected with a code. This is happening within the server.
The commands to monitor/view queue is for your understanding only, so you will know whats happening. Do not post mail accounts in public forums, and if you have to you have to make sure you remove the ids. | 
07-10-2011, 10:18 AM
| | | After the reinstall, it's working. But it's sending email from the wrong IP address (127.0.0.1, and then egresses through eth0, rather than what the mail server's hostname resolves to, which is on interface eth0:7). All IPs are public. | 
07-10-2011, 10:35 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,314
| | Why are you trying to do the following? Quote:
Originally Posted by skralg but trying to set a zimbraSmtpHost results in Code: LDAP: error code 17 - zimbraSmtpHost: attribute type undefined |
__________________
Regards
Bill
| | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |