Getting UCS to use External Mail Server

I have been trying for 4 days now to get UCS to use our External Mail Server. We have an HmailServer set-up to handle ALL our email both in and out of the company. All application mail servers send to and receive from this HmailServer. We have our UCS defined in HMailServer allowed RELAY list, just like our other application based email servers. However our UCS emails do not go through, they just sit in queue. We use authentication for both sending and receiving emails though the HmailServer

I have Univention Configuration Registry variable mail/relayauth must be set to yes.
I also have Univention Configuration Registry variable mail/relayhost set to mail.bebconsultingservices.com , which is the FQDN for our email server.

I also have in /etc/postfix/smtp_auth
FQDN-Relayhost administrator@bebconsultingservices.com:<the password for this account/user - NOT ACTUALLY DISPLAYING HERE>

I have run
postmap /etc/postfix/smtp_auth

After configuring, and emails will still not route to our HmailServer, looking at the HmailServer logs I see that it connects, but nothing is forwarded though. Looking at the UCS Mail logs, message are just sitting there waiting in the queue.

Not sure what I am missing…

This should indicate that at least “mail/relayhost” is working.
I am a bit surprised that these connection attempts are not recorded in mail.log. Can you post redacted snippets from this log?

Feb 23 09:54:24 bebucsmtasvrp5 postfix/smtpd[11216]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 09:54:24 bebucsmtasvrp5 postfix/smtpd[11216]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 09:57:44 bebucsmtasvrp5 postfix/anvil[11218]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 09:54:24
Feb 23 09:57:44 bebucsmtasvrp5 postfix/anvil[11218]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 09:54:24
Feb 23 09:57:44 bebucsmtasvrp5 postfix/anvil[11218]: statistics: max cache size 1 at Feb 23 09:54:24
Feb 23 10:04:24 bebucsmtasvrp5 postfix/smtpd[12905]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 10:04:24 bebucsmtasvrp5 postfix/smtpd[12905]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 10:07:44 bebucsmtasvrp5 postfix/anvil[12907]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 10:04:24
Feb 23 10:07:44 bebucsmtasvrp5 postfix/anvil[12907]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 10:04:24
Feb 23 10:07:44 bebucsmtasvrp5 postfix/anvil[12907]: statistics: max cache size 1 at Feb 23 10:04:24
Feb 23 10:13:06 bebucsmtasvrp5 postfix/pickup[31649]: 3F7582C63A5: uid=107 from=
Feb 23 10:13:06 bebucsmtasvrp5 postfix/cleanup[14544]: 3F7582C63A5: message-id=20170223171306.3F7582C63A5@bebucsmtasvrp5.ucs.bebconsultingservices.com
Feb 23 10:13:06 bebucsmtasvrp5 postfix/qmgr[11875]: 3F7582C63A5: from=nagios@ucs.bebconsultingservices.com, size=753, nrcpt=1 (queue active)
Feb 23 10:13:07 bebucsmtasvrp5 postfix/smtpd[14550]: connect from localhost[127.0.0.1]
Feb 23 10:13:07 bebucsmtasvrp5 postfix/smtpd[14550]: 5C0BD2C64DB: client=localhost[127.0.0.1]
Feb 23 10:13:07 bebucsmtasvrp5 postfix/cleanup[14544]: 5C0BD2C64DB: message-id=20170223171306.3F7582C63A5@bebucsmtasvrp5.ucs.bebconsultingservices.com
Feb 23 10:13:07 bebucsmtasvrp5 postfix/qmgr[11875]: 5C0BD2C64DB: from=nagios@ucs.bebconsultingservices.com, size=1311, nrcpt=1 (queue active)
Feb 23 10:13:07 bebucsmtasvrp5 amavis[14006]: (14006-01) Passed CLEAN {RelayedOpenRelay}, nagios@ucs.bebconsultingservices.com -> root@localhost, Message-ID: 20170223171306.3F7582C63A5@bebucsmtasvrp5.ucs.bebconsultingservices.com, mail_id: QllQntu5nOFM, Hits: 1.246, size: 753, queued_as: 5C0BD2C64DB, 1107 ms
Feb 23 10:13:07 bebucsmtasvrp5 postfix/smtp[14546]: 3F7582C63A5: to=root@localhost, relay=127.0.0.1[127.0.0.1]:10024, delay=1.2, delays=0.11/0.01/0/1.1, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 5C0BD2C64DB)
Feb 23 10:13:07 bebucsmtasvrp5 postfix/qmgr[11875]: 3F7582C63A5: removed
Feb 23 10:13:07 bebucsmtasvrp5 postfix/local[14551]: 5C0BD2C64DB: to=systemmail@bebucsmtasvrp5.ucs.bebconsultingservices.com, orig_to=root@localhost, relay=local, delay=0.1, delays=0.05/0/0/0.05, dsn=2.0.0, status=sent (delivered to mailbox)
Feb 23 10:13:07 bebucsmtasvrp5 postfix/qmgr[11875]: 5C0BD2C64DB: removed
Feb 23 10:14:24 bebucsmtasvrp5 postfix/smtpd[14655]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 10:14:24 bebucsmtasvrp5 postfix/smtpd[14655]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 10:17:44 bebucsmtasvrp5 postfix/anvil[14657]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 10:14:24
Feb 23 10:17:44 bebucsmtasvrp5 postfix/anvil[14657]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 10:14:24
Feb 23 10:17:44 bebucsmtasvrp5 postfix/anvil[14657]: statistics: max cache size 1 at Feb 23 10:14:24
Feb 23 10:18:07 bebucsmtasvrp5 postfix/smtpd[14550]: timeout after END-OF-MESSAGE from localhost[127.0.0.1]
Feb 23 10:18:07 bebucsmtasvrp5 postfix/smtpd[14550]: disconnect from localhost[127.0.0.1]
Feb 23 10:24:24 bebucsmtasvrp5 postfix/smtpd[16093]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 10:24:24 bebucsmtasvrp5 postfix/smtpd[16093]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 10:27:44 bebucsmtasvrp5 postfix/anvil[16095]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 10:24:24
Feb 23 10:27:44 bebucsmtasvrp5 postfix/anvil[16095]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 10:24:24
Feb 23 10:27:44 bebucsmtasvrp5 postfix/anvil[16095]: statistics: max cache size 1 at Feb 23 10:24:24
Feb 23 10:34:24 bebucsmtasvrp5 postfix/smtpd[17286]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 10:34:24 bebucsmtasvrp5 postfix/smtpd[17286]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 10:37:44 bebucsmtasvrp5 postfix/anvil[17288]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 10:34:24
Feb 23 10:37:44 bebucsmtasvrp5 postfix/anvil[17288]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 10:34:24
Feb 23 10:37:44 bebucsmtasvrp5 postfix/anvil[17288]: statistics: max cache size 1 at Feb 23 10:34:24
Feb 23 10:44:24 bebucsmtasvrp5 postfix/smtpd[18555]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 10:44:24 bebucsmtasvrp5 postfix/smtpd[18555]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 10:47:44 bebucsmtasvrp5 postfix/anvil[18557]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 10:44:24
Feb 23 10:47:44 bebucsmtasvrp5 postfix/anvil[18557]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 10:44:24
Feb 23 10:47:44 bebucsmtasvrp5 postfix/anvil[18557]: statistics: max cache size 1 at Feb 23 10:44:24
Feb 23 10:54:24 bebucsmtasvrp5 postfix/smtpd[19950]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 10:54:24 bebucsmtasvrp5 postfix/smtpd[19950]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 10:57:44 bebucsmtasvrp5 postfix/anvil[19952]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 10:54:24
Feb 23 10:57:44 bebucsmtasvrp5 postfix/anvil[19952]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 10:54:24
Feb 23 10:57:44 bebucsmtasvrp5 postfix/anvil[19952]: statistics: max cache size 1 at Feb 23 10:54:24
Feb 23 11:04:24 bebucsmtasvrp5 postfix/smtpd[21267]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 11:04:24 bebucsmtasvrp5 postfix/smtpd[21267]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 11:07:44 bebucsmtasvrp5 postfix/anvil[21269]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 11:04:24
Feb 23 11:07:44 bebucsmtasvrp5 postfix/anvil[21269]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 11:04:24
Feb 23 11:07:44 bebucsmtasvrp5 postfix/anvil[21269]: statistics: max cache size 1 at Feb 23 11:04:24
Feb 23 11:14:24 bebucsmtasvrp5 postfix/smtpd[22747]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 11:14:24 bebucsmtasvrp5 postfix/smtpd[22747]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 11:17:44 bebucsmtasvrp5 postfix/anvil[22749]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 11:14:24
Feb 23 11:17:44 bebucsmtasvrp5 postfix/anvil[22749]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 11:14:24
Feb 23 11:17:44 bebucsmtasvrp5 postfix/anvil[22749]: statistics: max cache size 1 at Feb 23 11:14:24
Feb 23 11:24:24 bebucsmtasvrp5 postfix/smtpd[24027]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 11:24:24 bebucsmtasvrp5 postfix/smtpd[24027]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 11:27:44 bebucsmtasvrp5 postfix/anvil[24029]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 11:24:24
Feb 23 11:27:44 bebucsmtasvrp5 postfix/anvil[24029]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 11:24:24
Feb 23 11:27:44 bebucsmtasvrp5 postfix/anvil[24029]: statistics: max cache size 1 at Feb 23 11:24:24
Feb 23 11:34:24 bebucsmtasvrp5 postfix/smtpd[25439]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 11:34:24 bebucsmtasvrp5 postfix/smtpd[25439]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 11:37:44 bebucsmtasvrp5 postfix/anvil[25441]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 11:34:24
Feb 23 11:37:44 bebucsmtasvrp5 postfix/anvil[25441]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 11:34:24
Feb 23 11:37:44 bebucsmtasvrp5 postfix/anvil[25441]: statistics: max cache size 1 at Feb 23 11:34:24
Feb 23 11:44:24 bebucsmtasvrp5 postfix/smtpd[26761]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 11:44:24 bebucsmtasvrp5 postfix/smtpd[26761]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 11:47:44 bebucsmtasvrp5 postfix/anvil[26763]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 11:44:24
Feb 23 11:47:44 bebucsmtasvrp5 postfix/anvil[26763]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 11:44:24
Feb 23 11:47:44 bebucsmtasvrp5 postfix/anvil[26763]: statistics: max cache size 1 at Feb 23 11:44:24
Feb 23 11:54:24 bebucsmtasvrp5 postfix/smtpd[28174]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 11:54:24 bebucsmtasvrp5 postfix/smtpd[28174]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 11:57:44 bebucsmtasvrp5 postfix/anvil[28176]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 11:54:24
Feb 23 11:57:44 bebucsmtasvrp5 postfix/anvil[28176]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 11:54:24
Feb 23 11:57:44 bebucsmtasvrp5 postfix/anvil[28176]: statistics: max cache size 1 at Feb 23 11:54:24
Feb 23 12:04:24 bebucsmtasvrp5 postfix/smtpd[29690]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 12:04:24 bebucsmtasvrp5 postfix/smtpd[29690]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 12:07:44 bebucsmtasvrp5 postfix/anvil[29692]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 12:04:24
Feb 23 12:07:44 bebucsmtasvrp5 postfix/anvil[29692]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 12:04:24
Feb 23 12:07:44 bebucsmtasvrp5 postfix/anvil[29692]: statistics: max cache size 1 at Feb 23 12:04:24
Feb 23 12:14:24 bebucsmtasvrp5 postfix/smtpd[31381]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 12:14:24 bebucsmtasvrp5 postfix/smtpd[31381]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 12:17:44 bebucsmtasvrp5 postfix/anvil[31383]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 12:14:24
Feb 23 12:17:44 bebucsmtasvrp5 postfix/anvil[31383]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 12:14:24
Feb 23 12:17:44 bebucsmtasvrp5 postfix/anvil[31383]: statistics: max cache size 1 at Feb 23 12:14:24
Feb 23 12:24:24 bebucsmtasvrp5 postfix/smtpd[339]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 12:24:24 bebucsmtasvrp5 postfix/smtpd[339]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 12:27:44 bebucsmtasvrp5 postfix/anvil[341]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 12:24:24
Feb 23 12:27:44 bebucsmtasvrp5 postfix/anvil[341]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 12:24:24
Feb 23 12:27:44 bebucsmtasvrp5 postfix/anvil[341]: statistics: max cache size 1 at Feb 23 12:24:24
Feb 23 12:34:24 bebucsmtasvrp5 postfix/smtpd[1784]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 12:34:24 bebucsmtasvrp5 postfix/smtpd[1784]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 12:37:44 bebucsmtasvrp5 postfix/anvil[1786]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 12:34:24
Feb 23 12:37:44 bebucsmtasvrp5 postfix/anvil[1786]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 12:34:24
Feb 23 12:37:44 bebucsmtasvrp5 postfix/anvil[1786]: statistics: max cache size 1 at Feb 23 12:34:24
Feb 23 12:44:24 bebucsmtasvrp5 postfix/smtpd[3181]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 12:44:24 bebucsmtasvrp5 postfix/smtpd[3181]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 12:47:44 bebucsmtasvrp5 postfix/anvil[3183]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 12:44:24
Feb 23 12:47:44 bebucsmtasvrp5 postfix/anvil[3183]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 12:44:24
Feb 23 12:47:44 bebucsmtasvrp5 postfix/anvil[3183]: statistics: max cache size 1 at Feb 23 12:44:24
Feb 23 12:54:24 bebucsmtasvrp5 postfix/smtpd[5524]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 12:54:24 bebucsmtasvrp5 postfix/smtpd[5524]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 12:57:44 bebucsmtasvrp5 postfix/anvil[5526]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 12:54:24
Feb 23 12:57:44 bebucsmtasvrp5 postfix/anvil[5526]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 12:54:24
Feb 23 12:57:44 bebucsmtasvrp5 postfix/anvil[5526]: statistics: max cache size 1 at Feb 23 12:54:24
Feb 23 13:04:24 bebucsmtasvrp5 postfix/smtpd[7646]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 13:04:24 bebucsmtasvrp5 postfix/smtpd[7646]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 13:06:10 bebucsmtasvrp5 postfix/smtpd[7646]: connect from unknown[195.22.126.189]
Feb 23 13:06:11 bebucsmtasvrp5 postfix/smtpd[7646]: disconnect from unknown[195.22.126.189]
Feb 23 13:09:31 bebucsmtasvrp5 postfix/anvil[7648]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 13:04:24
Feb 23 13:09:31 bebucsmtasvrp5 postfix/anvil[7648]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 13:04:24
Feb 23 13:09:31 bebucsmtasvrp5 postfix/anvil[7648]: statistics: max cache size 1 at Feb 23 13:04:24
Feb 23 13:13:06 bebucsmtasvrp5 postfix/pickup[28626]: 47B0B2C648B: uid=107 from=
Feb 23 13:13:06 bebucsmtasvrp5 postfix/cleanup[9329]: 47B0B2C648B: message-id=20170223201306.47B0B2C648B@bebucsmtasvrp5.ucs.bebconsultingservices.com
Feb 23 13:13:06 bebucsmtasvrp5 postfix/qmgr[11875]: 47B0B2C648B: from=nagios@ucs.bebconsultingservices.com, size=753, nrcpt=1 (queue active)
Feb 23 13:13:08 bebucsmtasvrp5 postfix/smtpd[9336]: connect from localhost[127.0.0.1]
Feb 23 13:13:08 bebucsmtasvrp5 postfix/smtpd[9336]: 04D0C2C6495: client=localhost[127.0.0.1]
Feb 23 13:13:08 bebucsmtasvrp5 postfix/cleanup[9329]: 04D0C2C6495: message-id=20170223201306.47B0B2C648B@bebucsmtasvrp5.ucs.bebconsultingservices.com
Feb 23 13:13:08 bebucsmtasvrp5 postfix/qmgr[11875]: 04D0C2C6495: from=nagios@ucs.bebconsultingservices.com, size=1311, nrcpt=1 (queue active)
Feb 23 13:13:08 bebucsmtasvrp5 postfix/smtpd[9336]: disconnect from localhost[127.0.0.1]
Feb 23 13:13:08 bebucsmtasvrp5 amavis[14005]: (14005-02) Passed CLEAN {RelayedOpenRelay}, nagios@ucs.bebconsultingservices.com -> root@localhost, Message-ID: 20170223201306.47B0B2C648B@bebucsmtasvrp5.ucs.bebconsultingservices.com, mail_id: QChqA0i2DuqX, Hits: 1.247, size: 753, queued_as: 04D0C2C6495, 1713 ms
Feb 23 13:13:08 bebucsmtasvrp5 postfix/smtp[9331]: 47B0B2C648B: to=root@localhost, relay=127.0.0.1[127.0.0.1]:10024, delay=1.8, delays=0.13/0.01/0/1.7, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 04D0C2C6495)
Feb 23 13:13:08 bebucsmtasvrp5 postfix/qmgr[11875]: 47B0B2C648B: removed
Feb 23 13:13:08 bebucsmtasvrp5 postfix/local[9346]: 04D0C2C6495: to=systemmail@bebucsmtasvrp5.ucs.bebconsultingservices.com, orig_to=root@localhost, relay=local, delay=0.08, delays=0.05/0/0/0.03, dsn=2.0.0, status=sent (delivered to mailbox)
Feb 23 13:13:08 bebucsmtasvrp5 postfix/qmgr[11875]: 04D0C2C6495: removed
Feb 23 13:14:24 bebucsmtasvrp5 postfix/smtpd[9443]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 13:14:24 bebucsmtasvrp5 postfix/smtpd[9443]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 13:14:58 bebucsmtasvrp5 postfix/master[3743]: reload – version 2.9.6, configuration /etc/postfix
Feb 23 13:14:58 bebucsmtasvrp5 postfix/anvil[9445]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 13:14:24
Feb 23 13:14:58 bebucsmtasvrp5 postfix/anvil[9445]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 13:14:24
Feb 23 13:14:58 bebucsmtasvrp5 postfix/anvil[9445]: statistics: max cache size 1 at Feb 23 13:14:24
Feb 23 13:24:24 bebucsmtasvrp5 postfix/smtpd[14353]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 13:24:24 bebucsmtasvrp5 postfix/smtpd[14353]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 13:27:44 bebucsmtasvrp5 postfix/anvil[14356]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 13:24:24
Feb 23 13:27:44 bebucsmtasvrp5 postfix/anvil[14356]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 13:24:24
Feb 23 13:27:44 bebucsmtasvrp5 postfix/anvil[14356]: statistics: max cache size 1 at Feb 23 13:24:24
Feb 23 13:34:24 bebucsmtasvrp5 postfix/smtpd[15774]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 13:34:24 bebucsmtasvrp5 postfix/smtpd[15774]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 13:37:44 bebucsmtasvrp5 postfix/anvil[15776]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 13:34:24
Feb 23 13:37:44 bebucsmtasvrp5 postfix/anvil[15776]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 13:34:24
Feb 23 13:37:44 bebucsmtasvrp5 postfix/anvil[15776]: statistics: max cache size 1 at Feb 23 13:34:24
Feb 23 13:44:24 bebucsmtasvrp5 postfix/smtpd[17124]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 13:44:24 bebucsmtasvrp5 postfix/smtpd[17124]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 13:47:44 bebucsmtasvrp5 postfix/anvil[17126]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 13:44:24
Feb 23 13:47:44 bebucsmtasvrp5 postfix/anvil[17126]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 13:44:24
Feb 23 13:47:44 bebucsmtasvrp5 postfix/anvil[17126]: statistics: max cache size 1 at Feb 23 13:44:24
Feb 23 13:54:24 bebucsmtasvrp5 postfix/smtpd[18562]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 13:54:24 bebucsmtasvrp5 postfix/smtpd[18562]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 13:57:44 bebucsmtasvrp5 postfix/anvil[18564]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 13:54:24
Feb 23 13:57:44 bebucsmtasvrp5 postfix/anvil[18564]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 13:54:24
Feb 23 13:57:44 bebucsmtasvrp5 postfix/anvil[18564]: statistics: max cache size 1 at Feb 23 13:54:24
Feb 23 14:02:24 bebucsmtasvrp5 postfix/smtpd[19859]: connect from ec2-54-241-145-152.us-west-1.compute.amazonaws.com[54.241.145.152]
Feb 23 14:02:24 bebucsmtasvrp5 postfix/smtpd[19859]: SSL_accept error from ec2-54-241-145-152.us-west-1.compute.amazonaws.com[54.241.145.152]: lost connection
Feb 23 14:02:24 bebucsmtasvrp5 postfix/smtpd[19859]: lost connection after STARTTLS from ec2-54-241-145-152.us-west-1.compute.amazonaws.com[54.241.145.152]
Feb 23 14:02:24 bebucsmtasvrp5 postfix/smtpd[19859]: disconnect from ec2-54-241-145-152.us-west-1.compute.amazonaws.com[54.241.145.152]
Feb 23 14:04:24 bebucsmtasvrp5 postfix/smtpd[20017]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 14:04:24 bebucsmtasvrp5 postfix/smtpd[20017]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 14:07:44 bebucsmtasvrp5 postfix/anvil[19861]: statistics: max connection rate 1/60s for (25:54.241.145.152) at Feb 23 14:02:24
Feb 23 14:07:44 bebucsmtasvrp5 postfix/anvil[19861]: statistics: max connection count 1 for (25:54.241.145.152) at Feb 23 14:02:24
Feb 23 14:07:44 bebucsmtasvrp5 postfix/anvil[19861]: statistics: max cache size 1 at Feb 23 14:02:24
Feb 23 14:14:24 bebucsmtasvrp5 postfix/smtpd[21705]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 14:14:24 bebucsmtasvrp5 postfix/smtpd[21705]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 14:17:44 bebucsmtasvrp5 postfix/anvil[21707]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 14:14:24
Feb 23 14:17:44 bebucsmtasvrp5 postfix/anvil[21707]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 14:14:24
Feb 23 14:17:44 bebucsmtasvrp5 postfix/anvil[21707]: statistics: max cache size 1 at Feb 23 14:14:24
Feb 23 14:24:24 bebucsmtasvrp5 postfix/smtpd[23112]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 14:24:24 bebucsmtasvrp5 postfix/smtpd[23112]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 14:27:44 bebucsmtasvrp5 postfix/anvil[23114]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 14:24:24
Feb 23 14:27:44 bebucsmtasvrp5 postfix/anvil[23114]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 14:24:24
Feb 23 14:27:44 bebucsmtasvrp5 postfix/anvil[23114]: statistics: max cache size 1 at Feb 23 14:24:24
Feb 23 14:34:24 bebucsmtasvrp5 postfix/smtpd[24524]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 14:34:24 bebucsmtasvrp5 postfix/smtpd[24524]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 14:37:44 bebucsmtasvrp5 postfix/anvil[24526]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 14:34:24
Feb 23 14:37:44 bebucsmtasvrp5 postfix/anvil[24526]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 14:34:24
Feb 23 14:37:44 bebucsmtasvrp5 postfix/anvil[24526]: statistics: max cache size 1 at Feb 23 14:34:24
Feb 23 14:44:24 bebucsmtasvrp5 postfix/smtpd[25851]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 14:44:24 bebucsmtasvrp5 postfix/smtpd[25851]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 14:47:44 bebucsmtasvrp5 postfix/anvil[25853]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 14:44:24
Feb 23 14:47:44 bebucsmtasvrp5 postfix/anvil[25853]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 14:44:24
Feb 23 14:47:44 bebucsmtasvrp5 postfix/anvil[25853]: statistics: max cache size 1 at Feb 23 14:44:24
Feb 23 14:54:24 bebucsmtasvrp5 postfix/smtpd[27266]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 14:54:24 bebucsmtasvrp5 postfix/smtpd[27266]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 14:57:44 bebucsmtasvrp5 postfix/anvil[27268]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 14:54:24
Feb 23 14:57:44 bebucsmtasvrp5 postfix/anvil[27268]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 14:54:24
Feb 23 14:57:44 bebucsmtasvrp5 postfix/anvil[27268]: statistics: max cache size 1 at Feb 23 14:54:24
Feb 23 15:04:24 bebucsmtasvrp5 postfix/smtpd[28733]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 15:04:24 bebucsmtasvrp5 postfix/smtpd[28733]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 15:07:44 bebucsmtasvrp5 postfix/anvil[28735]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 15:04:24
Feb 23 15:07:44 bebucsmtasvrp5 postfix/anvil[28735]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 15:04:24
Feb 23 15:07:44 bebucsmtasvrp5 postfix/anvil[28735]: statistics: max cache size 1 at Feb 23 15:04:24
Feb 23 15:14:24 bebucsmtasvrp5 postfix/smtpd[30432]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 15:14:24 bebucsmtasvrp5 postfix/smtpd[30432]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 15:17:44 bebucsmtasvrp5 postfix/anvil[30434]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 15:14:24
Feb 23 15:17:44 bebucsmtasvrp5 postfix/anvil[30434]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 15:14:24
Feb 23 15:17:44 bebucsmtasvrp5 postfix/anvil[30434]: statistics: max cache size 1 at Feb 23 15:14:24
Feb 23 15:24:24 bebucsmtasvrp5 postfix/smtpd[31851]: connect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 15:24:24 bebucsmtasvrp5 postfix/smtpd[31851]: disconnect from bebucsmtasvrp5.ucs.bebconsultingservices.com[192.30.134.35]
Feb 23 15:27:44 bebucsmtasvrp5 postfix/anvil[31853]: statistics: max connection rate 1/60s for (25:192.30.134.35) at Feb 23 15:24:24
Feb 23 15:27:44 bebucsmtasvrp5 postfix/anvil[31853]: statistics: max connection count 1 for (25:192.30.134.35) at Feb 23 15:24:24
Feb 23 15:27:44 bebucsmtasvrp5 postfix/anvil[31853]: statistics: max cache size 1 at Feb 23 15:24:24
root@bebucsmtasvrp5:/var/log#

can you please try to reproduce the problem by sending an email and only post the lines that are related to this attempt?
the “code” tags (see buttons in the edit-box) for log-entries will ensure that a fixed font is used and helps to read.

thanks,
Dirk

Mastodon