Hi, today I saw this:
# postqueue -p -Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient------- EB1C81074C3! 1037 Tue Nov 1 15:40:23 sen...@example.com recipi...@example.net E18E61061E5! 991 Sat Oct 29 12:26:50 sen...@example.com recipi...@example.net 48AD11062D5! 1042 Sat Oct 29 15:43:04 sen...@example.com recipi...@example.net 9AD5A102ED0! 1083 Thu Sep 22 07:16:45 sen...@example.com recipi...@example.net 2AB601061E3! 991 Sat Oct 29 12:26:09 sen...@example.com recipi...@example.net -- 5 Kbytes in 5 Requests. # postsuper -H ALL postsuper: Released from hold: 2 messages # postqueue -p -Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient------- 9AD5A102ED0 1083 Thu Sep 22 07:16:45 sen...@example.com recipi...@example.net 48AD11062D5 1042 Sat Oct 29 15:43:04 sen...@example.com recipi...@example.net EB1C81074C3 1037 Tue Nov 1 15:40:23 sen...@example.com recipi...@example.net E18E61061E5 991 Sat Oct 29 12:26:50 sen...@example.com recipi...@example.net 2AB601061E3 991 Sat Oct 29 12:26:09 sen...@example.com recipi...@example.net -- 5 Kbytes in 5 Requests. # As one can see, postsuper reports to have release 2 messages from hold while, in fact, 5 messages were released. I'm running Arch Linux with: # postconf mail_version mail_version = 3.1.3 # postconf -nf alias_maps = ${alias_database} compatibility_level = 2 indexed = ${default_database_type}:${config_directory}/ inet_interfaces = all inet_protocols = all myhostname = myhost.home.intern mynetworks_style = subnet relayhost = [relayhost.example.org]:587 smtp_sasl_auth_enable = yes smtp_sasl_password_maps = ${indexed}sasl_passwords smtp_sasl_security_options = noanonymous smtp_tls_policy_maps = ${indexed}tls_policy smtpd_relay_restrictions = check_client_access ${indexed}client_access, permit_mynetworks, permit_sasl_authenticated, defer_unauth_destination -- Regards mks