Vmin update to 3.40 on suse 10

is there anywhere an option, where i can tell postfix, what virtual servers and users it should relay ?

No, that’s handled by saslauthd. Postfix doesn’t know anything about users and virtual domains, and can’t be told anything about them. For relaying decisions it only understands IP addresses and yes/no answers from saslauthd.

Your postfix configuration is correct, if it looked like what I posted earlier. Now we just need to figure out where things are going wrong outside of Postfix.

You can check to be sure saslauthd is running:

ps auxc | grep saslauthd

If nothing comes back (or just the grep command), then you’ll need to start saslauthd:

/etc/init.d/saslauthd start

This should have happened during installation, but something might have gone wrong.

Like I say, we’ll need to get hold of the relevant log entries for when a failed relay occurs. We’re just stabbing in the dark without that. I’m looking into how Debian deal with mail logs…there’s like five of the damned things in /var/log, and the docs aren’t very helpful (Debian doc writers hate concrete examples with a fiery passion, so reading the docs is often an exercise in futility).

clanwelt:~# ps auxc | grep saslauthd
root 10616 0.0 0.1 6288 984 ? Ss May21 0:00 saslauthd
root 10627 0.0 0.1 6288 596 ? S May21 0:00 saslauthd
root 10644 0.0 0.1 6288 540 ? S May21 0:00 saslauthd
root 10645 0.0 0.1 6288 540 ? S May21 0:00 saslauthd
root 10646 0.0 0.1 6288 540 ? S May21 0:00 saslauthd

is the result … hope it helps a bit

Hey Richard,

Look in /var/log/auth.log during a failed relay attempt. That may give us a clue.

May 22 00:45:01 localhost CRON[[31860]]: (pam_unix) session opened for user root by (uid=0)
May 22 00:45:01 localhost CRON[[31862]]: (pam_unix) session opened for user root by (uid=0)
May 22 00:45:04 localhost su[[31883]]: Successful su for postgres by root
May 22 00:45:04 localhost su[[31883]]: + ??? root:postgres
May 22 00:45:04 localhost su[[31883]]: (pam_unix) session opened for user postgres by (uid=0)
May 22 00:45:04 localhost su[[31883]]: (pam_unix) session closed for user postgres
May 22 00:45:06 localhost CRON[[31860]]: (pam_unix) session closed for user root
May 22 00:45:07 localhost CRON[[31862]]: (pam_unix) session closed for user root
May 22 00:50:01 localhost CRON[[31934]]: (pam_unix) session opened for user www-data by (uid=0)
May 22 00:50:01 localhost CRON[[31936]]: (pam_unix) session opened for user root by (uid=0)
May 22 00:50:01 localhost CRON[[31938]]: (pam_unix) session opened for user root by (uid=0)
May 22 00:50:01 localhost CRON[[31934]]: (pam_unix) session closed for user www-data
May 22 00:50:04 localhost su[[31959]]: Successful su for postgres by root
May 22 00:50:04 localhost su[[31959]]: + ??? root:postgres
May 22 00:50:04 localhost su[[31959]]: (pam_unix) session opened for user postgres by (uid=0)
May 22 00:50:04 localhost su[[31959]]: (pam_unix) session closed for user postgres
May 22 00:50:06 localhost CRON[[31936]]: (pam_unix) session closed for user root
May 22 00:50:07 localhost CRON[[31938]]: (pam_unix) session closed for user root
May 22 00:55:01 localhost CRON[[32019]]: (pam_unix) session opened for user root by (uid=0)
May 22 00:55:01 localhost CRON[[32021]]: (pam_unix) session opened for user root by (uid=0)
May 22 00:55:04 localhost su[[32042]]: Successful su for postgres by root
May 22 00:55:04 localhost su[[32042]]: + ??? root:postgres
May 22 00:55:04 localhost su[[32042]]: (pam_unix) session opened for user postgres by (uid=0)
May 22 00:55:04 localhost su[[32042]]: (pam_unix) session closed for user postgres
May 22 00:55:06 localhost CRON[[32019]]: (pam_unix) session closed for user root
May 22 00:55:07 localhost CRON[[32021]]: (pam_unix) session closed for user root
May 22 00:55:35 localhost sshd[[32092]]: Accepted password for root from 62.202.25.172 port 18148 ssh2
May 22 00:55:35 localhost sshd[[32094]]: (pam_unix) session opened for user root by root(uid=0)
May 22 01:00:01 localhost CRON[[32120]]: (pam_unix) session opened for user www-data by (uid=0)
May 22 01:00:01 localhost CRON[[32122]]: (pam_unix) session opened for user root by (uid=0)
May 22 01:00:01 localhost CRON[[32124]]: (pam_unix) session opened for user root by (uid=0)
May 22 01:00:01 localhost CRON[[32120]]: (pam_unix) session closed for user www-data
May 22 01:00:04 localhost su[[32142]]: Successful su for postgres by root
May 22 01:00:04 localhost su[[32142]]: + ??? root:postgres
May 22 01:00:04 localhost su[[32142]]: (pam_unix) session opened for user postgres by (uid=0)
May 22 01:00:04 localhost su[[32142]]: (pam_unix) session closed for user postgres
May 22 01:00:06 localhost CRON[[32122]]: (pam_unix) session closed for user root
May 22 01:00:07 localhost CRON[[32124]]: (pam_unix) session closed for user root
May 22 01:05:01 localhost CRON[[32199]]: (pam_unix) session opened for user root by (uid=0)
May 22 01:05:01 localhost CRON[[32201]]: (pam_unix) session opened for user root by (uid=0)
May 22 01:05:04 localhost su[[32222]]: Successful su for postgres by root
May 22 01:05:04 localhost su[[32222]]: + ??? root:postgres
May 22 01:05:04 localhost su[[32222]]: (pam_unix) session opened for user postgres by (uid=0)
May 22 01:05:04 localhost su[[32222]]: (pam_unix) session closed for user postgres
May 22 01:05:06 localhost CRON[[32199]]: (pam_unix) session closed for user root
May 22 01:05:07 localhost CRON[[32201]]: (pam_unix) session closed for user root
May 22 01:09:01 localhost CRON[[32276]]: (pam_unix) session opened for user root by (uid=0)
May 22 01:09:01 localhost CRON[[32278]]: (pam_unix) session opened for user root by (uid=0)
May 22 01:09:01 localhost CRON[[32276]]: (pam_unix) session closed for user root
May 22 01:09:01 localhost CRON[[32278]]: (pam_unix) session closed for user root
May 22 01:10:01 localhost CRON[[32298]]: (pam_unix) session opened for user www-data by (uid=0)
May 22 01:10:01 localhost CRON[[32298]]: (pam_unix) session closed for user www-data
May 22 01:10:01 localhost CRON[[32301]]: (pam_unix) session opened for user root by (uid=0)
May 22 01:10:01 localhost CRON[[32300]]: (pam_unix) session opened for user root by (uid=0)
May 22 01:10:04 localhost su[[32325]]: Successful su for postgres by root
May 22 01:10:04 localhost su[[32325]]: + ??? root:postgres
May 22 01:10:04 localhost su[[32325]]: (pam_unix) session opened for user postgres by (uid=0)
May 22 01:10:05 localhost su[[32325]]: (pam_unix) session closed for user postgres
May 22 01:10:07 localhost CRON[[32300]]: (pam_unix) session closed for user root
May 22 01:10:07 localhost CRON[[32301]]: (pam_unix) session closed for user root
May 22 01:14:31 localhost postfix/smtpd[[32378]]: sql_select option missing
May 22 01:14:31 localhost postfix/smtpd[[32378]]: auxpropfunc error no mechanism available
May 22 01:14:31 localhost postfix/smtpd[[32378]]: _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin: sql
May 22 01:15:01 localhost CRON[[32385]]: (pam_unix) session opened for user root by (uid=0)
May 22 01:15:01 localhost CRON[[32387]]: (pam_unix) session opened for user root by (uid=0)
May 22 01:15:05 localhost su[[32412]]: Successful su for postgres by root
May 22 01:15:05 localhost su[[32412]]: + ??? root:postgres
May 22 01:15:05 localhost su[[32412]]: (pam_unix) session opened for user postgres by (uid=0)
May 22 01:15:05 localhost su[[32412]]: (pam_unix) session closed for user postgres
May 22 01:15:07 localhost CRON[[32385]]: (pam_unix) session closed for user root
May 22 01:15:07 localhost CRON[[32387]]: (pam_unix) session closed for user root
May 22 01:17:01 localhost CRON[[32459]]: (pam_unix) session opened for user root by (uid=0)
May 22 01:17:01 localhost CRON[[32459]]: (pam_unix) session closed for user root
May 22 01:18:06 localhost postfix/smtpd[[32462]]: sql_select option missing
May 22 01:18:06 localhost postfix/smtpd[[32462]]: auxpropfunc error no mechanism available
May 22 01:18:06 localhost postfix/smtpd[[32462]]: _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin: sql
May 22 01:20:01 localhost CRON[[32469]]: (pam_unix) session opened for user www-data by (uid=0)
May 22 01:20:01 localhost CRON[[32471]]: (pam_unix) session opened for user root by (uid=0)
May 22 01:20:01 localhost CRON[[32473]]: (pam_unix) session opened for user root by (uid=0)
May 22 01:20:01 localhost CRON[[32469]]: (pam_unix) session closed for user www-data
May 22 01:20:04 localhost su[[32494]]: Successful su for postgres by root
May 22 01:20:04 localhost su[[32494]]: + ??? root:postgres
May 22 01:20:04 localhost su[[32494]]: (pam_unix) session opened for user postgres by (uid=0)
May 22 01:20:05 localhost su[[32494]]: (pam_unix) session closed for user postgres
May 22 01:20:06 localhost CRON[[32471]]: (pam_unix) session closed for user root
May 22 01:20:08 localhost CRON[[32473]]: (pam_unix) session closed for user root
May 22 01:20:45 localhost postfix/smtpd[[32544]]: sql_select option missing
May 22 01:20:45 localhost postfix/smtpd[[32544]]: auxpropfunc error no mechanism available
May 22 01:20:45 localhost postfix/smtpd[[32544]]: _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin: sql
May 22 01:25:01 localhost CRON[[32589]]: (pam_unix) session opened for user root by (uid=0)
May 22 01:25:01 localhost CRON[[32591]]: (pam_unix) session opened for user root by (uid=0)
May 22 01:25:04 localhost su[[32612]]: Successful su for postgres by root
May 22 01:25:04 localhost su[[32612]]: + ??? root:postgres
May 22 01:25:04 localhost su[[32612]]: (pam_unix) session opened for user postgres by (uid=0)
May 22 01:25:04 localhost su[[32612]]: (pam_unix) session closed for user postgres
May 22 01:25:06 localhost CRON[[32589]]: (pam_unix) session closed for user root
May 22 01:25:07 localhost CRON[[32591]]: (pam_unix) session closed for user root
May 22 01:25:27 localhost postfix/smtpd[[32662]]: sql_select option missing
May 22 01:25:27 localhost postfix/smtpd[[32662]]: auxpropfunc error no mechanism available
May 22 01:25:27 localhost postfix/smtpd[[32662]]: _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin: sql

and here is the /var/log/mailinfo

May 22 01:30:33 localhost postfix/smtpd[[32760]]: connect from 172.25.202.62.fix.bluewin.ch[[62.202.25.172]]
May 22 01:30:33 localhost postfix/smtpd[[32760]]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
May 22 01:30:33 localhost postfix/smtpd[[32760]]: warning: 172.25.202.62.fix.bluewin.ch[[62.202.25.172]]: SASL LOGIN authentication failed: generic failure
May 22 01:30:33 localhost postfix/smtpd[[32760]]: lost connection after AUTH from 172.25.202.62.fix.bluewin.ch[[62.202.25.172]]
May 22 01:30:33 localhost postfix/smtpd[[32760]]: disconnect from 172.25.202.62.fix.bluewin.ch[[62.202.25.172]]
May 22 01:30:34 localhost postfix/smtpd[[32760]]: connect from 172.25.202.62.fix.bluewin.ch[[62.202.25.172]]
May 22 01:30:34 localhost postfix/smtpd[[32760]]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
May 22 01:30:34 localhost postfix/smtpd[[32760]]: warning: 172.25.202.62.fix.bluewin.ch[[62.202.25.172]]: SASL LOGIN authentication failed: generic failure
May 22 01:30:34 localhost postfix/smtpd[[32760]]: lost connection after AUTH from 172.25.202.62.fix.bluewin.ch[[62.202.25.172]]
May 22 01:30:34 localhost postfix/smtpd[[32760]]: disconnect from 172.25.202.62.fix.bluewin.ch[[62.202.25.172]]
May 22 01:30:35 localhost postfix/smtpd[[32760]]: connect from 172.25.202.62.fix.bluewin.ch[[62.202.25.172]]
May 22 01:30:35 localhost postfix/smtpd[[32760]]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
May 22 01:30:35 localhost postfix/smtpd[[32760]]: warning: 172.25.202.62.fix.bluewin.ch[[62.202.25.172]]: SASL LOGIN authentication failed: generic failure
May 22 01:30:35 localhost postfix/smtpd[[32760]]: lost connection after AUTH from 172.25.202.62.fix.bluewin.ch[[62.202.25.172]]
May 22 01:30:35 localhost postfix/smtpd[[32760]]: disconnect from 172.25.202.62.fix.bluewin.ch[[62.202.25.172]]
May 22 01:30:36 localhost postfix/smtpd[[32760]]: connect from 172.25.202.62.fix.bluewin.ch[[62.202.25.172]]
May 22 01:30:36 localhost postfix/smtpd[[32760]]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
May 22 01:30:36 localhost postfix/smtpd[[32760]]: warning: 172.25.202.62.fix.bluewin.ch[[62.202.25.172]]: SASL LOGIN authentication failed: generic failure
May 22 01:30:36 localhost postfix/smtpd[[32760]]: lost connection after AUTH from 172.25.202.62.fix.bluewin.ch[[62.202.25.172]]
May 22 01:30:36 localhost postfix/smtpd[[32760]]: disconnect from 172.25.202.62.fix.bluewin.ch[[62.202.25.172]]

hi @ all

i think, after 6h digging loads of forums, i found the solution for my problem…

problem:

debian 4 and postfix and sasl auth

first, change the setting in dovecot /ssl "disallow plaintext authentification in non-sslmode" from the default "yes" to no

second:
In /etc/default/saslauthd, commenting out :
PARAMS="-m /var/spool/postfix/var/run/saslauthd -r"

and add the line :
OPTIONS="-c -m /var/spool/postfix/var/run/saslauthd -r"

restart postfix and saslauthd …wait 5 seconds and everything works fine :slight_smile:

i replaced the bad tags with "xx"

May 21 22:41:21 localhost dovecot: POP3(christian.stehli.parkhotel-waldau): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
May 21 22:41:22 localhost dovecot: pop3-login: Login: user=xxerika.rickenbacher.parkhotel-waldauxx, method=PLAIN, rip=::ffff:84.20.59.224, lip=::ffff:213.239.207.40
May 21 22:41:22 localhost dovecot: POP3(erika.rickenbacher.parkhotel-waldau): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
May 21 22:42:22 localhost postfix/postfix-script: warning: /var/spool/postfix/etc/resolv.conf and /etc/resolv.conf differ
May 21 22:42:22 localhost postfix/postfix-script: warning: /var/spool/postfix/etc/nsswitch.conf and /etc/nsswitch.conf differ
May 21 22:44:40 localhost postfix/anvil[[27717]]: statistics: max connection rate 1/60s for (smtp:84.20.59.224) at May 21 22:41:20
May 21 22:44:40 localhost postfix/anvil[[27717]]: statistics: max connection count 1 for (smtp:84.20.59.224) at May 21 22:41:20
May 21 22:44:40 localhost postfix/anvil[[27717]]: statistics: max cache size 1 at May 21 22:41:20
May 21 22:45:59 localhost postfix/smtpd[[27969]]: warning: 68.190.182.188: address not listed for hostname 68-190-182-188.dhcp.reno.nv.charter.com
May 21 22:45:59 localhost postfix/smtpd[[27969]]: connect from unknown[[68.190.182.188]]
May 21 22:46:00 localhost postfix/smtpd[[27969]]: 2FE35E601FB: client=unknown[[68.190.182.188]]
May 21 22:46:00 localhost postfix/cleanup[[27974]]: 2FE35E601FB: message-id=xx691601c79be9$04e9b9a0$bcb6be44@t4h8w2xx
May 21 22:46:02 localhost postfix/qmgr[[25688]]: 2FE35E601FB: from=xxfanchondwayne@core-club.comxx, size=29866, nrcpt=1 (queue active)
May 21 22:46:03 localhost postfix/smtpd[[27969]]: disconnect from unknown[[68.190.182.188]]
May 21 22:46:03 localhost postfix/smtp[[27975]]: connect to net[[64.94.136.5]]: Connection refused (port 25)
May 21 22:46:03 localhost postfix/smtp[[27975]]: 2FE35E601FB: to=xxinfo.parkhotel-waldau@netxx, orig_to=xxinfo@parkhotel-waldau.chxx, relay=none, delay=3.6, delays=3/0.01/0.51/0, dsn=4.4.1, status=deferred (connect to net[[64.94.136.5]]: Connection refused)
May 21 22:49:23 localhost postfix/anvil[[27971]]: statistics: max connection rate 1/60s for (smtp:68.190.182.188) at May 21 22:45:59
May 21 22:49:23 localhost postfix/anvil[[27971]]: statistics: max connection count 1 for (smtp:68.190.182.188) at May 21 22:45:59
May 21 22:49:23 localhost postfix/anvil[[27971]]: statistics: max cache size 1 at May 21 22:45:59
May 21 22:54:24 localhost postfix/postfix-script: stopping the Postfix mail system
May 21 22:54:24 localhost postfix/master[[25686]]: terminating on signal 15
May 21 22:54:24 localhost postfix/postfix-script: warning: /var/spool/postfix/etc/resolv.conf and /etc/resolv.conf differ
May 21 22:54:24 localhost postfix/postfix-script: warning: /var/spool/postfix/etc/nsswitch.conf and /etc/nsswitch.conf differ
May 21 22:54:24 localhost postfix/postfix-script: starting the Postfix mail system
May 21 22:54:24 localhost postfix/master[[28131]]: daemon started – version 2.3.8, configuration /etc/postfix
May 21 22:55:27 localhost postfix/postfix-script: warning: /var/spool/postfix/etc/resolv.conf and /etc/resolv.conf differ
May 21 22:55:27 localhost postfix/postfix-script: warning: /var/spool/postfix/etc/nsswitch.conf and /etc/nsswitch.conf differ
May 21 22:56:42 localhost postfix/smtpd[[28320]]: connect from cpe-70-116-159-144.houston.res.rr.com[[70.116.159.144]]
May 21 22:56:45 localhost postfix/smtpd[[28320]]: 3C2B8E601FD: client=cpe-70-116-159-144.houston.res.rr.com[[70.116.159.144]]
May 21 22:56:46 localhost postfix/cleanup[[28326]]: 3C2B8E601FD: message-id=xx30459401c79bea$8a8f5410$0401a8c0@davidscomputerxx
May 21 22:56:49 localhost postfix/qmgr[[28133]]: 3C2B8E601FD: from=xxtrishstillman@isellcomal.comxx, size=30346, nrcpt=1 (queue active)
May 21 22:56:49 localhost postfix/smtpd[[28320]]: disconnect from cpe-70-116-159-144.houston.res.rr.com[[70.116.159.144]]
May 21 22:56:49 localhost postfix/smtp[[28330]]: connect to net[[64.94.136.5]]: Connection refused (port 25)
May 21 22:56:49 localhost postfix/smtp[[28330]]: 3C2B8E601FD: to=xxinfo.gastronic@netxx, orig_to=xxinfo@gastronic.chxx, relay=none, delay=5.2, delays=4.8/0.02/0.37/0, dsn=4.4.1, status=deferred (connect to net[[64.94.136.5]]: Connection refused)
May 21 22:57:52 localhost postfix/smtpd[[28320]]: connect from 151.235.125.209.transedge.com[[209.125.235.151]]
May 21 22:57:53 localhost postfix/smtpd[[28320]]: ACCA1E601FE: client=151.235.125.209.transedge.com[[209.125.235.151]]
May 21 22:57:54 localhost postfix/cleanup[[28326]]: ACCA1E601FE: message-id=xx14f5001c79bea$b21a9e90$3201a8c0@60Axx
May 21 22:58:01 localhost postfix/qmgr[[28133]]: ACCA1E601FE: from=xxclaudinebenedick@720chtn.comxx, size=30094, nrcpt=1 (queue active)
May 21 22:58:01 localhost postfix/smtp[[28330]]: connect to net[[64.94.136.5]]: Connection refused (port 25)
May 21 22:58:01 localhost postfix/smtpd[[28320]]: disconnect from 151.235.125.209.transedge.com[[209.125.235.151]]
May 21 22:58:01 localhost postfix/smtp[[28330]]: ACCA1E601FE: to=xxinfo.parkhotel-waldau@netxx, orig_to=xxinfo@parkhotel-waldau.chxx, relay=none, delay=8.8, delays=8.2/0/0.53/0, dsn=4.4.1, status=deferred (connect to net[[64.94.136.5]]: Connection refused)
May 21 22:58:06 localhost postfix/smtpd[[28320]]: connect from cc729135-a.ensch1.ov.home.nl[[82.75.202.252]]
May 21 22:58:37 localhost postfix/smtpd[[28320]]: lost connection after CONNECT from cc729135-a.ensch1.ov.home.nl[[82.75.202.252]]
May 21 22:58:37 localhost postfix/smtpd[[28320]]: disconnect from cc729135-a.ensch1.ov.home.nl[[82.75.202.252]]
May 21 22:59:37 localhost postfix/postfix-script: warning: /var/spool/postfix/etc/resolv.conf and /etc/resolv.conf differ
May 21 22:59:37 localhost postfix/postfix-script: warning: /var/spool/postfix/etc/nsswitch.conf and /etc/nsswitch.conf differ
May 21 23:00:39 localhost postfix/smtpd[[28614]]: connect from dslb-084-058-012-180.pools.arcor-ip.net[[84.58.12.180]]
May 21 23:01:11 localhost postfix/smtpd[[28614]]: lost connection after HELO from dslb-084-058-012-180.pools.arcor-ip.net[[84.58.12.180]]
May 21 23:01:11 localhost postfix/smtpd[[28614]]: disconnect from dslb-084-058-012-180.pools.arcor-ip.net[[84.58.12.180]]
May 21 23:04:31 localhost postfix/anvil[[28323]]: statistics: max connection rate 1/60s for (smtp:70.116.159.144) at May 21 22:56:42
May 21 23:04:31 localhost postfix/anvil[[28323]]: statistics: max connection count 1 for (smtp:70.116.159.144) at May 21 22:56:42
May 21 23:04:31 localhost postfix/anvil[[28323]]: statistics: max cache size 2 at May 21 22:58:06
May 21 23:04:52 localhost postfix/smtpd[[28649]]: connect from cks146.neoplus.adsl.tpnet.pl[[83.31.94.146]]
May 21 23:04:57 localhost postfix/smtpd[[28649]]: lost connection after CONNECT from cks146.neoplus.adsl.tpnet.pl[[83.31.94.146]]
May 21 23:04:57 localhost postfix/smtpd[[28649]]: disconnect from cks146.neoplus.adsl.tpnet.pl[[83.31.94.146]]
May 21 23:04:58 localhost postfix/smtpd[[28649]]: connect from 59-116-133-12.dynamic.hinet.net[[59.116.133.12]]
May 21 23:05:08 localhost postfix/smtpd[[28649]]: 6D8ADE601FF: client=59-116-133-12.dynamic.hinet.net[[59.116.133.12]]
May 21 23:05:10 localhost postfix/cleanup[[28726]]: 6D8ADE601FF: message-id=xx3924229703.20070521210510@gghorg.caxx
May 21 23:05:10 localhost postfix/qmgr[[28133]]: 6D8ADE601FF: from=xxistableza@gghorg.caxx, size=2990, nrcpt=1 (queue active)
May 21 23:05:10 localhost postfix/smtp[[28727]]: connect to net[[64.94.136.5]]: Connection refused (port 25)
May 21 23:05:10 localhost postfix/smtp[[28727]]: 6D8ADE601FF: to=xxreservation.parkhotel-waldau@netxx, orig_to=xxreservation@parkhotel-waldau.chxx, relay=none, delay=3.1, delays=2.7/0.01/0.38/0, dsn=4.4.1, status=deferred (connect to net[[64.94.136.5]]: Connection refused)
May 21 23:05:11 localhost postfix/smtpd[[28649]]: disconnect from 59-116-133-12.dynamic.hinet.net[[59.116.133.12]]
May 21 23:06:50 localhost postfix/smtpd[[28649]]: connect from enc123.neoplus.adsl.tpnet.pl[[83.21.248.123]]
May 21 23:06:51 localhost postfix/smtpd[[28649]]: 4B156E60201: client=enc123.neoplus.adsl.tpnet.pl[[83.21.248.123]]
May 21 23:06:52 localhost postfix/cleanup[[28731]]: 4B156E60201: message-id=xx226890608.03363743990161@thhebat.netxx
May 21 23:06:52 localhost postfix/qmgr[[28133]]: 4B156E60201: from=xxlatgirlsatthegrillbex@girlsatthegrill.comxx, size=5023, nrcpt=1 (queue active)
May 21 23:06:52 localhost postfix/smtpd[[28649]]: disconnect from enc123.neoplus.adsl.tpnet.pl[[83.21.248.123]]
May 21 23:06:53 localhost postfix/smtp[[28732]]: connect to net[[64.94.136.5]]: Connection refused (port 25)
May 21 23:06:53 localhost postfix/smtp[[28732]]: 4B156E60201: to=xxreservation.parkhotel-waldau@netxx, orig_to=xxreservation@parkhotel-waldau.chxx, relay=none, delay=1.9, delays=1.4/0.01/0.51/0, dsn=4.4.1, status=deferred (connect to net[[64.94.136.5]]: Connection refused)
May 21 23:09:49 localhost postfix/smtpd[[28770]]: warning: 201.29.92.181: hostname 20129092181.user.veloxzone.com.br verification failed: Name or service not known
May 21 23:09:49 localhost postfix/smtpd[[28770]]: connect from unknown[[201.29.92.181]]
May 21 23:09:54 localhost postfix/smtpd[[28770]]: 820F9E60202: client=unknown[[201.29.92.181]]
May 21 23:09:57 localhost postfix/cleanup[[28773]]: 820F9E60202: message-id=xx1361101c79bec$612aa3c0$0100000a@4a4af9f1109c45cxx
May 21 23:10:04 localhost postfix/qmgr[[28133]]: 820F9E60202: from=xxmichailddene@tomhardwareguide.comxx, size=30580, nrcpt=1 (queue active)
May 21 23:10:04 localhost postfix/smtp[[28793]]: connect to net[[64.94.136.5]]: Connection refused (port 25)
May 21 23:10:04 localhost postfix/smtp[[28793]]: 820F9E60202: to=xxinfo.parkhotel-waldau@netxx, orig_to=xxinfo@parkhotel-waldau.chxx, relay=none, delay=12, delays=11/0.01/0.37/0, dsn=4.4.1, status=deferred (connect to net[[64.94.136.5]]: Connection refused)
May 21 23:10:05 localhost postfix/smtpd[[28770]]: disconnect from unknown[[201.29.92.181]]
May 21 23:11:04 localhost postfix/qmgr[[28133]]: 2FE35E601FB: from=xxfanchondwayne@core-club.comxx, size=29866, nrcpt=1 (queue active)
May 21 23:11:04 localhost postfix/smtp[[28793]]: connect to net[[64.94.136.5]]: Connection refused (port 25)
May 21 23:11:04 localhost postfix/smtp[[28793]]: 2FE35E601FB: to=xxinfo.parkhotel-waldau@netxx, orig_to=xxinfo@parkhotel-waldau.chxx, relay=none, delay=1505, delays=1505/0/0.41/0, dsn=4.4.1, status=deferred (connect to net[[64.94.136.5]]: Connection refused)
May 21 23:12:13 localhost postfix/smtpd[[28852]]: connect from unknown[[200.248.230.2]]
May 21 23:12:15 localhost postfix/smtpd[[28854]]: warning: 124.107.25.82: address not listed for hostname 124.107.25.82.pldt.net
May 21 23:12:15 localhost postfix/smtpd[[28854]]: connect from unknown[[124.107.25.82]]
May 21 23:12:20 localhost postfix/smtpd[[28854]]: 77EF3E60200: client=unknown[[124.107.25.82]]
May 21 23:12:23 localhost postfix/cleanup[[28855]]: 77EF3E60200: message-id=xx1784A2C4.E7564E01@pldt.netxx
May 21 23:12:25 localhost postfix/qmgr[[28133]]: 77EF3E60200: from=xxzmugahorij@pldt.netxx, size=40380, nrcpt=3 (queue active)
May 21 23:12:25 localhost postfix/smtp[[28793]]: 77EF3E60200: to=xxalex.edv@gmx.netxx, orig_to=xxkontakt@gastronic.chxx, relay=mx0.gmx.net[[213.165.64.100]]:25, delay=5.8, delays=5.6/0/0.05/0.19, dsn=2.6.0, status=sent (250 2.6.0 Message accepted {mx084})
May 21 23:12:25 localhost postfix/smtp[[28793]]: 77EF3E60200: to=xxalex.edv@gmx.netxx, orig_to=xxmail@gastronic.chxx, relay=mx0.gmx.net[[213.165.64.100]]:25, delay=5.8, delays=5.6/0/0.05/0.19, dsn=2.6.0, status=sent (250 2.6.0 Message accepted {mx084})
May 21 23:12:25 localhost postfix/smtp[[28793]]: 77EF3E60200: to=xxalex.edv@gmx.netxx, orig_to=xxoffice@gastronic.chxx, relay=mx0.gmx.net[[213.165.64.100]]:25, delay=5.8, delays=5.6/0/0.05/0.19, dsn=2.6.0, status=sent (250 2.6.0 Message accepted {mx084})
May 21 23:12:25 localhost postfix/qmgr[[28133]]: 77EF3E60200: removed
May 21 23:12:26 localhost postfix/smtpd[[28854]]: disconnect from unknown[[124.107.25.82]]
May 21 23:12:40 localhost postfix/smtpd[[28852]]: 3D803E60200: client=unknown[[200.248.230.2]]
May 21 23:12:52 localhost postfix/cleanup[[28855]]: 3D803E60200: message-id=xx1A6B7F41.7B6FB799@fh-koeln.dexx
May 21 23:13:04 localhost postfix/qmgr[[28133]]: 3D803E60200: from=xxtimxwueiso@fh-koeln.dexx, size=39712, nrcpt=1 (queue active)
May 21 23:13:04 localhost postfix/smtp[[28793]]: connect to net[[64.94.136.5]]: Connection refused (port 25)
May 21 23:13:04 localhost postfix/smtp[[28793]]: 3D803E60200: to=xxinfo.gastronic@netxx, orig_to=xxinfo@gastronic.chxx, relay=none, delay=28, delays=27/0/0.47/0, dsn=4.4.1, status=deferred (connect to net[[64.94.136.5]]: Connection refused)
May 21 23:13:05 localhost postfix/smtpd[[28852]]: disconnect from unknown[[200.248.230.2]]
May 21 23:14:52 localhost postfix/anvil[[28651]]: statistics: max connection rate 1/60s for (smtp:83.31.94.146) at May 21 23:04:52
May 21 23:14:52 localhost postfix/anvil[[28651]]: statistics: max connection count 1 for (smtp:83.31.94.146) at May 21 23:04:52
May 21 23:14:52 localhost postfix/anvil[[28651]]: statistics: max cache size 2 at May 21 23:04:58

i replaced the bad tags with "xx"

May 21 22:41:21 localhost dovecot: POP3(christian.stehli.parkhotel-waldau): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
May 21 22:41:22 localhost dovecot: pop3-login: Login: user=xxerika.rickenbacher.parkhotel-waldauxx, method=PLAIN, rip=::ffff:84.20.59.224, lip=::ffff:213.239.207.40
May 21 22:41:22 localhost dovecot: POP3(erika.rickenbacher.parkhotel-waldau): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
May 21 22:42:22 localhost postfix/postfix-script: warning: /var/spool/postfix/etc/resolv.conf and /etc/resolv.conf differ
May 21 22:42:22 localhost postfix/postfix-script: warning: /var/spool/postfix/etc/nsswitch.conf and /etc/nsswitch.conf differ
May 21 22:44:40 localhost postfix/anvil[[27717]]: statistics: max connection rate 1/60s for (smtp:84.20.59.224) at May 21 22:41:20
May 21 22:44:40 localhost postfix/anvil[[27717]]: statistics: max connection count 1 for (smtp:84.20.59.224) at May 21 22:41:20
May 21 22:44:40 localhost postfix/anvil[[27717]]: statistics: max cache size 1 at May 21 22:41:20
May 21 22:45:59 localhost postfix/smtpd[[27969]]: warning: 68.190.182.188: address not listed for hostname 68-190-182-188.dhcp.reno.nv.charter.com
May 21 22:45:59 localhost postfix/smtpd[[27969]]: connect from unknown[[68.190.182.188]]
May 21 22:46:00 localhost postfix/smtpd[[27969]]: 2FE35E601FB: client=unknown[[68.190.182.188]]
May 21 22:46:00 localhost postfix/cleanup[[27974]]: 2FE35E601FB: message-id=xx691601c79be9$04e9b9a0$bcb6be44@t4h8w2xx
May 21 22:46:02 localhost postfix/qmgr[[25688]]: 2FE35E601FB: from=xxfanchondwayne@core-club.comxx, size=29866, nrcpt=1 (queue active)
May 21 22:46:03 localhost postfix/smtpd[[27969]]: disconnect from unknown[[68.190.182.188]]
May 21 22:46:03 localhost postfix/smtp[[27975]]: connect to net[[64.94.136.5]]: Connection refused (port 25)
May 21 22:46:03 localhost postfix/smtp[[27975]]: 2FE35E601FB: to=xxinfo.parkhotel-waldau@netxx, orig_to=xxinfo@parkhotel-waldau.chxx, relay=none, delay=3.6, delays=3/0.01/0.51/0, dsn=4.4.1, status=deferred (connect to net[[64.94.136.5]]: Connection refused)
May 21 22:49:23 localhost postfix/anvil[[27971]]: statistics: max connection rate 1/60s for (smtp:68.190.182.188) at May 21 22:45:59
May 21 22:49:23 localhost postfix/anvil[[27971]]: statistics: max connection count 1 for (smtp:68.190.182.188) at May 21 22:45:59
May 21 22:49:23 localhost postfix/anvil[[27971]]: statistics: max cache size 1 at May 21 22:45:59
May 21 22:54:24 localhost postfix/postfix-script: stopping the Postfix mail system
May 21 22:54:24 localhost postfix/master[[25686]]: terminating on signal 15
May 21 22:54:24 localhost postfix/postfix-script: warning: /var/spool/postfix/etc/resolv.conf and /etc/resolv.conf differ
May 21 22:54:24 localhost postfix/postfix-script: warning: /var/spool/postfix/etc/nsswitch.conf and /etc/nsswitch.conf differ
May 21 22:54:24 localhost postfix/postfix-script: starting the Postfix mail system
May 21 22:54:24 localhost postfix/master[[28131]]: daemon started – version 2.3.8, configuration /etc/postfix
May 21 22:55:27 localhost postfix/postfix-script: warning: /var/spool/postfix/etc/resolv.conf and /etc/resolv.conf differ
May 21 22:55:27 localhost postfix/postfix-script: warning: /var/spool/postfix/etc/nsswitch.conf and /etc/nsswitch.conf differ
May 21 22:56:42 localhost postfix/smtpd[[28320]]: connect from cpe-70-116-159-144.houston.res.rr.com[[70.116.159.144]]
May 21 22:56:45 localhost postfix/smtpd[[28320]]: 3C2B8E601FD: client=cpe-70-116-159-144.houston.res.rr.com[[70.116.159.144]]
May 21 22:56:46 localhost postfix/cleanup[[28326]]: 3C2B8E601FD: message-id=xx30459401c79bea$8a8f5410$0401a8c0@davidscomputerxx
May 21 22:56:49 localhost postfix/qmgr[[28133]]: 3C2B8E601FD: from=xxtrishstillman@isellcomal.comxx, size=30346, nrcpt=1 (queue active)
May 21 22:56:49 localhost postfix/smtpd[[28320]]: disconnect from cpe-70-116-159-144.houston.res.rr.com[[70.116.159.144]]
May 21 22:56:49 localhost postfix/smtp[[28330]]: connect to net[[64.94.136.5]]: Connection refused (port 25)
May 21 22:56:49 localhost postfix/smtp[[28330]]: 3C2B8E601FD: to=xxinfo.gastronic@netxx, orig_to=xxinfo@gastronic.chxx, relay=none, delay=5.2, delays=4.8/0.02/0.37/0, dsn=4.4.1, status=deferred (connect to net[[64.94.136.5]]: Connection refused)
May 21 22:57:52 localhost postfix/smtpd[[28320]]: connect from 151.235.125.209.transedge.com[[209.125.235.151]]
May 21 22:57:53 localhost postfix/smtpd[[28320]]: ACCA1E601FE: client=151.235.125.209.transedge.com[[209.125.235.151]]
May 21 22:57:54 localhost postfix/cleanup[[28326]]: ACCA1E601FE: message-id=xx14f5001c79bea$b21a9e90$3201a8c0@60Axx
May 21 22:58:01 localhost postfix/qmgr[[28133]]: ACCA1E601FE: from=xxclaudinebenedick@720chtn.comxx, size=30094, nrcpt=1 (queue active)
May 21 22:58:01 localhost postfix/smtp[[28330]]: connect to net[[64.94.136.5]]: Connection refused (port 25)
May 21 22:58:01 localhost postfix/smtpd[[28320]]: disconnect from 151.235.125.209.transedge.com[[209.125.235.151]]
May 21 22:58:01 localhost postfix/smtp[[28330]]: ACCA1E601FE: to=xxinfo.parkhotel-waldau@netxx, orig_to=xxinfo@parkhotel-waldau.chxx, relay=none, delay=8.8, delays=8.2/0/0.53/0, dsn=4.4.1, status=deferred (connect to net[[64.94.136.5]]: Connection refused)
May 21 22:58:06 localhost postfix/smtpd[[28320]]: connect from cc729135-a.ensch1.ov.home.nl[[82.75.202.252]]
May 21 22:58:37 localhost postfix/smtpd[[28320]]: lost connection after CONNECT from cc729135-a.ensch1.ov.home.nl[[82.75.202.252]]
May 21 22:58:37 localhost postfix/smtpd[[28320]]: disconnect from cc729135-a.ensch1.ov.home.nl[[82.75.202.252]]
May 21 22:59:37 localhost postfix/postfix-script: warning: /var/spool/postfix/etc/resolv.conf and /etc/resolv.conf differ
May 21 22:59:37 localhost postfix/postfix-script: warning: /var/spool/postfix/etc/nsswitch.conf and /etc/nsswitch.conf differ
May 21 23:00:39 localhost postfix/smtpd[[28614]]: connect from dslb-084-058-012-180.pools.arcor-ip.net[[84.58.12.180]]
May 21 23:01:11 localhost postfix/smtpd[[28614]]: lost connection after HELO from dslb-084-058-012-180.pools.arcor-ip.net[[84.58.12.180]]
May 21 23:01:11 localhost postfix/smtpd[[28614]]: disconnect from dslb-084-058-012-180.pools.arcor-ip.net[[84.58.12.180]]
May 21 23:04:31 localhost postfix/anvil[[28323]]: statistics: max connection rate 1/60s for (smtp:70.116.159.144) at May 21 22:56:42
May 21 23:04:31 localhost postfix/anvil[[28323]]: statistics: max connection count 1 for (smtp:70.116.159.144) at May 21 22:56:42
May 21 23:04:31 localhost postfix/anvil[[28323]]: statistics: max cache size 2 at May 21 22:58:06
May 21 23:04:52 localhost postfix/smtpd[[28649]]: connect from cks146.neoplus.adsl.tpnet.pl[[83.31.94.146]]
May 21 23:04:57 localhost postfix/smtpd[[28649]]: lost connection after CONNECT from cks146.neoplus.adsl.tpnet.pl[[83.31.94.146]]
May 21 23:04:57 localhost postfix/smtpd[[28649]]: disconnect from cks146.neoplus.adsl.tpnet.pl[[83.31.94.146]]
May 21 23:04:58 localhost postfix/smtpd[[28649]]: connect from 59-116-133-12.dynamic.hinet.net[[59.116.133.12]]
May 21 23:05:08 localhost postfix/smtpd[[28649]]: 6D8ADE601FF: client=59-116-133-12.dynamic.hinet.net[[59.116.133.12]]
May 21 23:05:10 localhost postfix/cleanup[[28726]]: 6D8ADE601FF: message-id=xx3924229703.20070521210510@gghorg.caxx
May 21 23:05:10 localhost postfix/qmgr[[28133]]: 6D8ADE601FF: from=xxistableza@gghorg.caxx, size=2990, nrcpt=1 (queue active)
May 21 23:05:10 localhost postfix/smtp[[28727]]: connect to net[[64.94.136.5]]: Connection refused (port 25)
May 21 23:05:10 localhost postfix/smtp[[28727]]: 6D8ADE601FF: to=xxreservation.parkhotel-waldau@netxx, orig_to=xxreservation@parkhotel-waldau.chxx, relay=none, delay=3.1, delays=2.7/0.01/0.38/0, dsn=4.4.1, status=deferred (connect to net[[64.94.136.5]]: Connection refused)
May 21 23:05:11 localhost postfix/smtpd[[28649]]: disconnect from 59-116-133-12.dynamic.hinet.net[[59.116.133.12]]
May 21 23:06:50 localhost postfix/smtpd[[28649]]: connect from enc123.neoplus.adsl.tpnet.pl[[83.21.248.123]]
May 21 23:06:51 localhost postfix/smtpd[[28649]]: 4B156E60201: client=enc123.neoplus.adsl.tpnet.pl[[83.21.248.123]]
May 21 23:06:52 localhost postfix/cleanup[[28731]]: 4B156E60201: message-id=xx226890608.03363743990161@thhebat.netxx
May 21 23:06:52 localhost postfix/qmgr[[28133]]: 4B156E60201: from=xxlatgirlsatthegrillbex@girlsatthegrill.comxx, size=5023, nrcpt=1 (queue active)
May 21 23:06:52 localhost postfix/smtpd[[28649]]: disconnect from enc123.neoplus.adsl.tpnet.pl[[83.21.248.123]]
May 21 23:06:53 localhost postfix/smtp[[28732]]: connect to net[[64.94.136.5]]: Connection refused (port 25)
May 21 23:06:53 localhost postfix/smtp[[28732]]: 4B156E60201: to=xxreservation.parkhotel-waldau@netxx, orig_to=xxreservation@parkhotel-waldau.chxx, relay=none, delay=1.9, delays=1.4/0.01/0.51/0, dsn=4.4.1, status=deferred (connect to net[[64.94.136.5]]: Connection refused)
May 21 23:09:49 localhost postfix/smtpd[[28770]]: warning: 201.29.92.181: hostname 20129092181.user.veloxzone.com.br verification failed: Name or service not known
May 21 23:09:49 localhost postfix/smtpd[[28770]]: connect from unknown[[201.29.92.181]]
May 21 23:09:54 localhost postfix/smtpd[[28770]]: 820F9E60202: client=unknown[[201.29.92.181]]
May 21 23:09:57 localhost postfix/cleanup[[28773]]: 820F9E60202: message-id=xx1361101c79bec$612aa3c0$0100000a@4a4af9f1109c45cxx
May 21 23:10:04 localhost postfix/qmgr[[28133]]: 820F9E60202: from=xxmichailddene@tomhardwareguide.comxx, size=30580, nrcpt=1 (queue active)
May 21 23:10:04 localhost postfix/smtp[[28793]]: connect to net[[64.94.136.5]]: Connection refused (port 25)
May 21 23:10:04 localhost postfix/smtp[[28793]]: 820F9E60202: to=xxinfo.parkhotel-waldau@netxx, orig_to=xxinfo@parkhotel-waldau.chxx, relay=none, delay=12, delays=11/0.01/0.37/0, dsn=4.4.1, status=deferred (connect to net[[64.94.136.5]]: Connection refused)
May 21 23:10:05 localhost postfix/smtpd[[28770]]: disconnect from unknown[[201.29.92.181]]
May 21 23:11:04 localhost postfix/qmgr[[28133]]: 2FE35E601FB: from=xxfanchondwayne@core-club.comxx, size=29866, nrcpt=1 (queue active)
May 21 23:11:04 localhost postfix/smtp[[28793]]: connect to net[[64.94.136.5]]: Connection refused (port 25)
May 21 23:11:04 localhost postfix/smtp[[28793]]: 2FE35E601FB: to=xxinfo.parkhotel-waldau@netxx, orig_to=xxinfo@parkhotel-waldau.chxx, relay=none, delay=1505, delays=1505/0/0.41/0, dsn=4.4.1, status=deferred (connect to net[[64.94.136.5]]: Connection refused)
May 21 23:12:13 localhost postfix/smtpd[[28852]]: connect from unknown[[200.248.230.2]]
May 21 23:12:15 localhost postfix/smtpd[[28854]]: warning: 124.107.25.82: address not listed for hostname 124.107.25.82.pldt.net
May 21 23:12:15 localhost postfix/smtpd[[28854]]: connect from unknown[[124.107.25.82]]
May 21 23:12:20 localhost postfix/smtpd[[28854]]: 77EF3E60200: client=unknown[[124.107.25.82]]
May 21 23:12:23 localhost postfix/cleanup[[28855]]: 77EF3E60200: message-id=xx1784A2C4.E7564E01@pldt.netxx
May 21 23:12:25 localhost postfix/qmgr[[28133]]: 77EF3E60200: from=xxzmugahorij@pldt.netxx, size=40380, nrcpt=3 (queue active)
May 21 23:12:25 localhost postfix/smtp[[28793]]: 77EF3E60200: to=xxalex.edv@gmx.netxx, orig_to=xxkontakt@gastronic.chxx, relay=mx0.gmx.net[[213.165.64.100]]:25, delay=5.8, delays=5.6/0/0.05/0.19, dsn=2.6.0, status=sent (250 2.6.0 Message accepted {mx084})
May 21 23:12:25 localhost postfix/smtp[[28793]]: 77EF3E60200: to=xxalex.edv@gmx.netxx, orig_to=xxmail@gastronic.chxx, relay=mx0.gmx.net[[213.165.64.100]]:25, delay=5.8, delays=5.6/0/0.05/0.19, dsn=2.6.0, status=sent (250 2.6.0 Message accepted {mx084})
May 21 23:12:25 localhost postfix/smtp[[28793]]: 77EF3E60200: to=xxalex.edv@gmx.netxx, orig_to=xxoffice@gastronic.chxx, relay=mx0.gmx.net[[213.165.64.100]]:25, delay=5.8, delays=5.6/0/0.05/0.19, dsn=2.6.0, status=sent (250 2.6.0 Message accepted {mx084})
May 21 23:12:25 localhost postfix/qmgr[[28133]]: 77EF3E60200: removed
May 21 23:12:26 localhost postfix/smtpd[[28854]]: disconnect from unknown[[124.107.25.82]]
May 21 23:12:40 localhost postfix/smtpd[[28852]]: 3D803E60200: client=unknown[[200.248.230.2]]
May 21 23:12:52 localhost postfix/cleanup[[28855]]: 3D803E60200: message-id=xx1A6B7F41.7B6FB799@fh-koeln.dexx
May 21 23:13:04 localhost postfix/qmgr[[28133]]: 3D803E60200: from=xxtimxwueiso@fh-koeln.dexx, size=39712, nrcpt=1 (queue active)
May 21 23:13:04 localhost postfix/smtp[[28793]]: connect to net[[64.94.136.5]]: Connection refused (port 25)
May 21 23:13:04 localhost postfix/smtp[[28793]]: 3D803E60200: to=xxinfo.gastronic@netxx, orig_to=xxinfo@gastronic.chxx, relay=none, delay=28, delays=27/0/0.47/0, dsn=4.4.1, status=deferred (connect to net[[64.94.136.5]]: Connection refused)
May 21 23:13:05 localhost postfix/smtpd[[28852]]: disconnect from unknown[[200.248.230.2]]
May 21 23:14:52 localhost postfix/anvil[[28651]]: statistics: max connection rate 1/60s for (smtp:83.31.94.146) at May 21 23:04:52
May 21 23:14:52 localhost postfix/anvil[[28651]]: statistics: max connection count 1 for (smtp:83.31.94.146) at May 21 23:04:52
May 21 23:14:52 localhost postfix/anvil[[28651]]: statistics: max cache size 2 at May 21 23:04:58