Skip to Content.
Sympa Menu

en - Re: [sympa-users] OK, I give up (mostly) - does anyone have working Postfix-Sympa?

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Roger Klorese <address@concealed>
  • To: IKEDA Soji <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] OK, I give up (mostly) - does anyone have working Postfix-Sympa?
  • Date: Wed, 30 Mar 2022 18:02:48 -0700

On 3/30/22 4:18 PM, IKEDA Soji wrote:
> There are no telepaths here :-). There are multiple ways to set it up (the method Phil took is probably different from yours, though it looks correct in itself). At first, please show us what your setup was as a result of following the instructions in the manual.
> I’ll write the prospects after we have confirmed that the settings are correct: - You may have to follow upgrade process to upgrade existing configuration, list data and database. - You may have to regenerate alias database for existing lists.

The current configuration was essentially starting from scratch. I moved all of my robot definitions in $EXPLDIR (/var/lib/sympa/list_data in this case) and $SYSCONFDIR (/etc/sympa) to holding subdirectories. I figured if I created a new one with the name of a single previously-working robot, I could follow that pattern to compare and move things back in place with corrections.
Step 1:
[root@divine sympa]# grep sendmail /etc/sympa/sympa.conf
sendmail            /usr/sbin/sendmail
Step 2:
[root@divine sympa]# cat /etc/sympa/list_aliases.tt2
#--- [% list.name %]@[% list.domain %]: list transport map created at [% date %]
[% list.name %]@[% list.domain %] sympa:[% list.name %]@[% list.domain %]
[% list.name %]-request@[% list.domain %] sympa:[% list.name %]-request@[% list.domain %]
[% list.name %]-editor@[% list.domain %] sympa:[% list.name %]-editor@[% list.domain %]
#[% list.name %]-subscribe@[% list.domain %] sympa:[% list.name %]-subscribe@[%list.domain %]
[% list.name %]-unsubscribe@[% list.domain %] sympa:[% list.name %]-unsubscribe@[% list.domain %]
[% list.name %][% return_path_suffix %]@[% list.domain %] sympabounce:[% list.name %]@[% list.domain %]
And in /etc/sympa/sympa.conf:
sendmail_aliases    /etc/sympa/sympa_aliases
aliases_program     postmap
aliases_db_type     hash

Step 3:

Starting with empty files, the following (in the correct directories):


# touch $SYSCONFDIR/transport.sympa
# touch $SYSCONFDIR/virtual.sympa
# touch $SYSCONFDIR/sympa_transport
# chmod 644 $SYSCONFDIR/sympa_transport
# chown sympa:sympa $SYSCONFDIR/sympa_transport

# postmap hash:$SYSCONFDIR/transport.sympa
# postmap hash:$SYSCONFDIR/virtual.sympa

# sympa_newaliases.pl

Step 4:

In master.cf:


sympa   unix    -       n       n       -       -       pipe
  flags=hqRu null_sender= user=sympa argv=/usr/libexec/sympa/queue ${nexthop}
sympabounce unix -      n       n       -       -       pipe
  flags=hqRu null_sender= user=sympa argv=/usr/libexec/sympa/bouncequeue ${nexthop}


Step 5:

In main.cf:

virtual_mailbox_domains =
  /etc/sympa/transport.sympa
virtual_mailbox_maps =
  hash:/etc/sympa/transport.sympa,
  hash:/etc/sympa/sympa_transport,
  hash:/etc/sympa/virtual.sympa
# virtual(5) maps
virtual_alias_maps =
  hash:/etc/sympa/virtual.sympa

Then I created empty directories and files for hosting.onlinepolicy.net, whose IP address is on eth0 of the system:

# mkdir -m 755 /etc/sympa/hosting.onlinepolicy.net
# touch $/etc/sympa/hosting.onlinepolicy.net/robot.conf
# chown -R sympa:sympa /etc/sympa/hosting.onlinepolicy.net
# mkdir -m 750 /var/lib/sympa/list_data/hosting.onlinepolicy.net
# chown sympa:sympa /var/lib/sympa/hosting.onlinepolicy.net

Reloaded Sympa and Postfix.

Then:

[root@divine sympa]# cat transport.sympa
hosting.onlinepolicy.net                error:User unknown in recipient table
address@concealed sympa:address@concealed
address@concealed sympa:address@concealed
address@concealed sympabounce:address@concealed
address@concealed sympabounce:address@concealed


[root@divine sympa]# cat virtual.sympa
address@concealed  postmaster@localhost
address@concealed    postmaster@localhost

[root@divine sympa]# postmap hash:/etc/sympa/transport.sympa
[root@divine sympa]# postmap hash:/etc/sympa/virtual.sympa
[root@divine sympa]# postfix reload
postfix/postfix-script: refreshing the Postfix mail system

... and when I send a message to /address@concealed I get (sorry, lots of debug here):

[root@divine sympa]# cat /var/log/maillog
Mar 30 17:58:49 divine postfix/smtpd[12421]: connect from mailbox.onlinepolicy.net[216.252.162.117]
Mar 30 17:58:49 divine postfix/smtpd[12421]: smtp_stream_setup: maxtime=300 enable_deadline=0
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_hostname: mailbox.onlinepolicy.net ~? 127.0.0.0/8
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_hostaddr: 216.252.162.117 ~? 127.0.0.0/8
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_hostname: mailbox.onlinepolicy.net ~? 216.252.162.0/25
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_hostaddr: 216.252.162.117 ~? 216.252.162.0/25
Mar 30 17:58:49 divine postfix/smtpd[12421]: report connect to all milters
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "j"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: result "divine.onlinepolicy.net"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "{daemon_name}"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: result "divine.onlinepolicy.net"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "v"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: result "Postfix 2.10.1"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter8_connect: non-protocol events for protocol version 6:
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter8_connect: transport=unix endpoint=/run/spamass-milter/spamass-milter.sock
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter8_connect: my_version=0x6
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter8_connect: my_actions=0x1ff SMFIF_ADDHDRS SMFIF_CHGBODY SMFIF_ADDRCPT SMFIF_DELRCPT SMFIF_CHGHDRS SMFIF_QUARANTINE SMFIF_CHGFROM SMFIF_ADDRCPT_PAR SMFIF_SETSYMLIST
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter8_connect: my_events=0x1fffff SMFIP_NOCONNECT SMFIP_NOHELO SMFIP_NOMAIL SMFIP_NORCPT SMFIP_NOBODY SMFIP_NOHDRS SMFIP_NOEOH SMFIP_NR_HDR SMFIP_NOUNKNOWN SMFIP_NODATA SMFIP_SKIP SMFIP_RCPT_REJ SMFIP_NR_CONN SMFIP_NR_HELO SMFIP_NR_MAIL SMFIP_NR_RCPT SMFIP_NR_DATA SMFIP_NR_UNKN SMFIP_NR_EOH SMFIP_NR_BODY SMFIP_HDR_LEADSPC
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter8_connect: milter unix:/run/spamass-milter/spamass-milter.sock version 6
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter8_connect: events SMFIP_NOUNKNOWN SMFIP_NODATA
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter8_connect: requests SMFIF_ADDHDRS SMFIF_CHGHDRS
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter8_conn_event: milter unix:/run/spamass-milter/spamass-milter.sock: connect mailbox.onlinepolicy.net/216.252.162.117
Mar 30 17:58:49 divine postfix/smtpd[12421]: event: SMFIC_CONNECT; macros: j=divine.onlinepolicy.net {daemon_name}=divine.onlinepolicy.net v=Postfix 2.10.1
Mar 30 17:58:49 divine postfix/smtpd[12421]: reply: SMFIR_CONTINUE data 0 bytes
Mar 30 17:58:49 divine postfix/smtpd[12421]: > mailbox.onlinepolicy.net[216.252.162.117]: 220 divine.onlinepolicy.net ESMTP Postfix
Mar 30 17:58:49 divine postfix/smtpd[12421]: watchdog_pat: 0x55f8ec58c3f0
Mar 30 17:58:49 divine postfix/smtpd[12421]: < mailbox.onlinepolicy.net[216.252.162.117]: EHLO mailbox.onlinepolicy.net
Mar 30 17:58:49 divine postfix/smtpd[12421]: report helo to all milters
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "{tls_version}"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "{cipher}"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "{cipher_bits}"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "{cert_subject}"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "{cert_issuer}"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter8_helo_event: milter unix:/run/spamass-milter/spamass-milter.sock: helo mailbox.onlinepolicy.net
Mar 30 17:58:49 divine postfix/smtpd[12421]: event: SMFIC_HELO; macros: (none)
Mar 30 17:58:49 divine postfix/smtpd[12421]: reply: SMFIR_CONTINUE data 0 bytes
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_list_match: mailbox.onlinepolicy.net: no match
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_list_match: 216.252.162.117: no match
Mar 30 17:58:49 divine postfix/smtpd[12421]: > mailbox.onlinepolicy.net[216.252.162.117]: 250-divine.onlinepolicy.net
Mar 30 17:58:49 divine postfix/smtpd[12421]: > mailbox.onlinepolicy.net[216.252.162.117]: 250-PIPELINING
Mar 30 17:58:49 divine postfix/smtpd[12421]: > mailbox.onlinepolicy.net[216.252.162.117]: 250-SIZE 10240000
Mar 30 17:58:49 divine postfix/smtpd[12421]: > mailbox.onlinepolicy.net[216.252.162.117]: 250-VRFY
Mar 30 17:58:49 divine postfix/smtpd[12421]: > mailbox.onlinepolicy.net[216.252.162.117]: 250-ETRN
Mar 30 17:58:49 divine postfix/smtpd[12421]: > mailbox.onlinepolicy.net[216.252.162.117]: 250-ENHANCEDSTATUSCODES
Mar 30 17:58:49 divine postfix/smtpd[12421]: > mailbox.onlinepolicy.net[216.252.162.117]: 250-8BITMIME
Mar 30 17:58:49 divine postfix/smtpd[12421]: > mailbox.onlinepolicy.net[216.252.162.117]: 250 DSN
Mar 30 17:58:49 divine postfix/smtpd[12421]: watchdog_pat: 0x55f8ec58c3f0
Mar 30 17:58:49 divine postfix/smtpd[12421]: < mailbox.onlinepolicy.net[216.252.162.117]: MAIL FROM:<address@concealed> SIZE=763 BODY=8BITMIME
Mar 30 17:58:49 divine postfix/smtpd[12421]: extract_addr: input: <address@concealed>
Mar 30 17:58:49 divine postfix/smtpd[12421]: smtpd_check_addr: address@concealed
Mar 30 17:58:49 divine postfix/smtpd[12421]: ctable_locate: move existing entry key address@concealed
Mar 30 17:58:49 divine postfix/smtpd[12421]: extract_addr: in: <address@concealed>, result: address@concealed
Mar 30 17:58:49 divine postfix/smtpd[12421]: report sender to all milters
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "i"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "{auth_type}"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "{auth_authen}"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "{auth_author}"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "{mail_addr}"
Mar 30 17:58:49 divine postfix/smtpd[12421]: ctable_locate: leave existing entry key address@concealed
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: result "address@concealed"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "{mail_host}"
Mar 30 17:58:49 divine postfix/smtpd[12421]: ctable_locate: leave existing entry key address@concealed
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: result "NEXTHOP NOT UPDATED"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "{mail_mailer}"
Mar 30 17:58:49 divine postfix/smtpd[12421]: ctable_locate: leave existing entry key address@concealed
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: result "CHANNEL NOT UPDATED"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter8_mail_event: milter unix:/run/spamass-milter/spamass-milter.sock: mail <address@concealed> SIZE=763 BODY=8BITMIME
Mar 30 17:58:49 divine postfix/smtpd[12421]: event: SMFIC_MAIL; macros: {address@concealed {mail_host}=NEXTHOP NOT UPDATED {mail_mailer}=CHANNEL NOT UPDATED
Mar 30 17:58:49 divine postfix/smtpd[12421]: reply: SMFIR_CONTINUE data 0 bytes
Mar 30 17:58:49 divine postfix/smtpd[12421]: smtpd_check_rewrite: trying: permit_inet_interfaces
Mar 30 17:58:49 divine postfix/smtpd[12421]: permit_inet_interfaces: mailbox.onlinepolicy.net 216.252.162.117
Mar 30 17:58:49 divine postfix/smtpd[12421]: fsspace: .: block size 4096, blocks free 87347819
Mar 30 17:58:49 divine postfix/smtpd[12421]: smtpd_check_queue: blocks 4096 avail 87347819 min_free 0 msg_size_limit 10240000
Mar 30 17:58:49 divine postfix/smtpd[12421]: > mailbox.onlinepolicy.net[216.252.162.117]: 250 2.1.0 Ok
Mar 30 17:58:49 divine postfix/smtpd[12421]: watchdog_pat: 0x55f8ec58c3f0
Mar 30 17:58:49 divine postfix/smtpd[12421]: < mailbox.onlinepolicy.net[216.252.162.117]: RCPT TO:<address@concealed> ORCPT=rfc822;address@concealed
Mar 30 17:58:49 divine postfix/smtpd[12421]: extract_addr: input: <address@concealed>
Mar 30 17:58:49 divine postfix/smtpd[12421]: smtpd_check_addr: address@concealed
Mar 30 17:58:49 divine postfix/smtpd[12421]: ctable_locate: move existing entry key address@concealed
Mar 30 17:58:49 divine postfix/smtpd[12421]: extract_addr: in: <address@concealed>, result: address@concealed
Mar 30 17:58:49 divine postfix/smtpd[12421]: >>> START Client host RESTRICTIONS <<<
Mar 30 17:58:49 divine postfix/smtpd[12421]: generic_checks: name=permit_mynetworks
Mar 30 17:58:49 divine postfix/smtpd[12421]: permit_mynetworks: mailbox.onlinepolicy.net 216.252.162.117
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_hostname: mailbox.onlinepolicy.net ~? 127.0.0.0/8
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_hostaddr: 216.252.162.117 ~? 127.0.0.0/8
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_hostname: mailbox.onlinepolicy.net ~? 216.252.162.0/25
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_hostaddr: 216.252.162.117 ~? 216.252.162.0/25
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_list_match: permit_mynetworks: no match
Mar 30 17:58:49 divine postfix/smtpd[12421]: generic_checks: name=permit_mynetworks status=1
Mar 30 17:58:49 divine postfix/smtpd[12421]: >>> END Client host RESTRICTIONS <<<
Mar 30 17:58:49 divine postfix/smtpd[12421]: >>> START Recipient address RESTRICTIONS <<<
Mar 30 17:58:49 divine postfix/smtpd[12421]: generic_checks: name=permit_mynetworks
Mar 30 17:58:49 divine postfix/smtpd[12421]: permit_mynetworks: mailbox.onlinepolicy.net 216.252.162.117
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_hostname: mailbox.onlinepolicy.net ~? 127.0.0.0/8
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_hostaddr: 216.252.162.117 ~? 127.0.0.0/8
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_hostname: mailbox.onlinepolicy.net ~? 216.252.162.0/25
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_hostaddr: 216.252.162.117 ~? 216.252.162.0/25
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_list_match: permit_mynetworks: no match
Mar 30 17:58:49 divine postfix/smtpd[12421]: generic_checks: name=permit_mynetworks status=1
Mar 30 17:58:49 divine postfix/smtpd[12421]: >>> END Recipient address RESTRICTIONS <<<
Mar 30 17:58:49 divine postfix/smtpd[12421]: >>> CHECKING RECIPIENT MAPS <<<
Mar 30 17:58:49 divine postfix/smtpd[12421]: ctable_locate: leave existing entry key address@concealed
Mar 30 17:58:49 divine postfix/smtpd[12421]: maps_find: recipient_canonical_maps: address@concealed: not found
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_string: hosting.onlinepolicy.net ~? divine.onlinepolicy.net
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_string: hosting.onlinepolicy.net ~? localhost.onlinepolicy.net
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_string: hosting.onlinepolicy.net ~? localhost
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_list_match: hosting.onlinepolicy.net: no match
Mar 30 17:58:49 divine postfix/smtpd[12421]: maps_find: recipient_canonical_maps: @hosting.onlinepolicy.net: not found
Mar 30 17:58:49 divine postfix/smtpd[12421]: mail_addr_find: address@concealed -> (not found)
Mar 30 17:58:49 divine postfix/smtpd[12421]: maps_find: canonical_maps: address@concealed: not found
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_string: hosting.onlinepolicy.net ~? divine.onlinepolicy.net
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_string: hosting.onlinepolicy.net ~? localhost.onlinepolicy.net
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_string: hosting.onlinepolicy.net ~? localhost
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_list_match: hosting.onlinepolicy.net: no match
Mar 30 17:58:49 divine postfix/smtpd[12421]: maps_find: canonical_maps: @hosting.onlinepolicy.net: not found
Mar 30 17:58:49 divine postfix/smtpd[12421]: mail_addr_find: address@concealed -> (not found)
Mar 30 17:58:49 divine postfix/smtpd[12421]: maps_find: virtual_alias_maps: address@concealed: not found
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_string: hosting.onlinepolicy.net ~? divine.onlinepolicy.net
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_string: hosting.onlinepolicy.net ~? localhost.onlinepolicy.net
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_string: hosting.onlinepolicy.net ~? localhost
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_list_match: hosting.onlinepolicy.net: no match
Mar 30 17:58:49 divine postfix/smtpd[12421]: maps_find: virtual_alias_maps: @hosting.onlinepolicy.net: not found
Mar 30 17:58:49 divine postfix/smtpd[12421]: mail_addr_find: address@concealed -> (not found)
Mar 30 17:58:49 divine postfix/smtpd[12421]: maps_find: virtual_mailbox_maps: hash:/etc/sympa/transport.sympa(0,lock|fold_fix): address@concealed = sympa:address@concealed
Mar 30 17:58:49 divine postfix/smtpd[12421]: mail_addr_find: address@concealed -> sympa:address@concealed
Mar 30 17:58:49 divine postfix/smtpd[12421]: report recipient to all milters (flags=0x0)
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "i"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "{rcpt_addr}"
Mar 30 17:58:49 divine postfix/smtpd[12421]: ctable_locate: leave existing entry key address@concealed
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: result "address@concealed"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "{rcpt_host}"
Mar 30 17:58:49 divine postfix/smtpd[12421]: ctable_locate: leave existing entry key address@concealed
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: result "address@concealed"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "{rcpt_mailer}"
Mar 30 17:58:49 divine postfix/smtpd[12421]: ctable_locate: leave existing entry key address@concealed
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: result "sympa"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter8_rcpt_event: milter unix:/run/spamass-milter/spamass-milter.sock: rcpt <address@concealed> ORCPT=rfc822;address@concealed
Mar 30 17:58:49 divine postfix/smtpd[12421]: event: SMFIC_RCPT; macros: {address@concealed {address@concealed {rcpt_mailer}=sympa
Mar 30 17:58:49 divine postfix/smtpd[12421]: reply: SMFIR_CONTINUE data 0 bytes
Mar 30 17:58:49 divine postfix/smtpd[12421]: before input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping enable_milters
Mar 30 17:58:49 divine postfix/smtpd[12421]: after input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping enable_milters
Mar 30 17:58:49 divine postfix/smtpd[12421]: connect to subsystem public/cleanup
Mar 30 17:58:49 divine postfix/smtpd[12421]: public/cleanup socket: wanted attribute: queue_id
Mar 30 17:58:49 divine postfix/smtpd[12421]: input attribute name: queue_id
Mar 30 17:58:49 divine postfix/smtpd[12421]: input attribute value: 38A253000D287
Mar 30 17:58:49 divine postfix/smtpd[12421]: public/cleanup socket: wanted attribute: (list terminator)
Mar 30 17:58:49 divine postfix/smtpd[12421]: input attribute name: (end)
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr flags = 242
Mar 30 17:58:49 divine postfix/smtpd[12421]: send 0 milters
Mar 30 17:58:49 divine postfix/smtpd[12421]: 38A253000D287: client=mailbox.onlinepolicy.net[216.252.162.117]
Mar 30 17:58:49 divine postfix/smtpd[12421]: > mailbox.onlinepolicy.net[216.252.162.117]: 250 2.1.5 Ok
Mar 30 17:58:49 divine postfix/smtpd[12421]: watchdog_pat: 0x55f8ec58c3f0
Mar 30 17:58:49 divine postfix/smtpd[12421]: < mailbox.onlinepolicy.net[216.252.162.117]: DATA
Mar 30 17:58:49 divine postfix/smtpd[12421]: report data to all milters
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: "i"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter_macro_lookup: result "38A253000D287"
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter8_data_event: milter unix:/run/spamass-milter/spamass-milter.sock: data command
Mar 30 17:58:49 divine postfix/smtpd[12421]: event: SMFIC_DATA; macros: i=38A253000D287
Mar 30 17:58:49 divine postfix/smtpd[12421]: skipping event SMFIC_DATA for milter unix:/run/spamass-milter/spamass-milter.sock
Mar 30 17:58:49 divine postfix/smtpd[12421]: send 1 milters
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr conn_macros = j {daemon_name} v
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr helo_macros = {tls_version} {cipher} {cipher_bits} {cert_subject} {cert_issuer}
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr mail_macros = i {auth_type} {auth_authen} {auth_author} {mail_addr} {mail_host} {mail_mailer}
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr rcpt_macros = i {rcpt_addr} {rcpt_host} {rcpt_mailer}
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr data_macros = i
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr eoh_macros = i
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr eod_macros = i
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr unk_macros =
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter8_send: milter unix:/run/spamass-milter/spamass-milter.sock
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr milter_name = unix:/run/spamass-milter/spamass-milter.sock
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr milter_version = 6
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr milter_actions = 17
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr milter_events = 768
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr milter_non_events = 0
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr milter_state = 4
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr milter_conn_timeout = 30
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr milter_cmd_timeout = 30
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr milter_msg_timeout = 300
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr milter_action = accept
Mar 30 17:58:49 divine postfix/smtpd[12421]: send attr milter_macro_list = 0
Mar 30 17:58:49 divine postfix/smtpd[12421]: public/cleanup socket: wanted attribute: dummy
Mar 30 17:58:49 divine postfix/smtpd[12421]: input attribute name: dummy
Mar 30 17:58:49 divine postfix/smtpd[12421]: input attribute value: (end)
Mar 30 17:58:49 divine postfix/smtpd[12421]: public/cleanup socket: wanted attribute: (list terminator)
Mar 30 17:58:49 divine postfix/smtpd[12421]: input attribute name: (end)
Mar 30 17:58:49 divine postfix/smtpd[12421]: public/cleanup socket: wanted attribute: dummy
Mar 30 17:58:49 divine postfix/smtpd[12421]: input attribute name: dummy
Mar 30 17:58:49 divine postfix/smtpd[12421]: input attribute value: (end)
Mar 30 17:58:49 divine postfix/smtpd[12421]: public/cleanup socket: wanted attribute: (list terminator)
Mar 30 17:58:49 divine postfix/smtpd[12421]: input attribute name: (end)
Mar 30 17:58:49 divine postfix/smtpd[12421]: public/cleanup socket: wanted attribute: status
Mar 30 17:58:49 divine postfix/smtpd[12421]: input attribute name: status
Mar 30 17:58:49 divine postfix/smtpd[12421]: input attribute value: 0
Mar 30 17:58:49 divine postfix/smtpd[12421]: public/cleanup socket: wanted attribute: (list terminator)
Mar 30 17:58:49 divine postfix/smtpd[12421]: input attribute name: (end)
Mar 30 17:58:49 divine postfix/smtpd[12421]: > mailbox.onlinepolicy.net[216.252.162.117]: 354 End data with <CR><LF>.<CR><LF>
Mar 30 17:58:49 divine postfix/cleanup[12457]: 38A253000D287: message-id=<address@concealed>
Mar 30 17:58:49 divine spamd[2161]: spamd: connection from localhost [::1]:38952 to port 783, fd 6
Mar 30 17:58:49 divine spamd[2161]: spamd: setuid to sa-milt succeeded
Mar 30 17:58:49 divine spamd[2161]: spamd: processing message <address@concealed> for sa-milt:993
Mar 30 17:58:49 divine spamd[2161]: spamd: clean message (-0.0/5.0) for sa-milt:993 in 0.1 seconds, 1011 bytes.
Mar 30 17:58:49 divine spamd[2161]: spamd: result: . 0 - T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY scantime=0.1,size=1011,user=sa-milt,uid=993,required_score=5.0,rhost=localhost,raddr=::1,rport=38952,mid=<address@concealed>,autolearn=ham autolearn_force=no
Mar 30 17:58:49 divine postfix/smtpd[12421]: public/cleanup socket: wanted attribute: status
Mar 30 17:58:49 divine postfix/smtpd[12421]: input attribute name: status
Mar 30 17:58:49 divine postfix/smtpd[12421]: input attribute value: 0
Mar 30 17:58:49 divine postfix/smtpd[12421]: public/cleanup socket: wanted attribute: reason
Mar 30 17:58:49 divine postfix/smtpd[12421]: input attribute name: reason
Mar 30 17:58:49 divine postfix/smtpd[12421]: input attribute value: (end)
Mar 30 17:58:49 divine postfix/smtpd[12421]: public/cleanup socket: wanted attribute: (list terminator)
Mar 30 17:58:49 divine postfix/smtpd[12421]: input attribute name: (end)
Mar 30 17:58:49 divine postfix/qmgr[12377]: 38A253000D287: from=<address@concealed>, size=994, nrcpt=1 (queue active)
Mar 30 17:58:49 divine postfix/smtpd[12421]: > mailbox.onlinepolicy.net[216.252.162.117]: 250 2.0.0 Ok: queued as 38A253000D287
Mar 30 17:58:49 divine postfix/smtpd[12421]: abort all milters
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter8_abort: abort milter unix:/run/spamass-milter/spamass-milter.sock
Mar 30 17:58:49 divine postfix/smtpd[12421]: watchdog_pat: 0x55f8ec58c3f0
Mar 30 17:58:49 divine postfix/smtpd[12421]: < mailbox.onlinepolicy.net[216.252.162.117]: QUIT
Mar 30 17:58:49 divine postfix/smtpd[12421]: > mailbox.onlinepolicy.net[216.252.162.117]: 221 2.0.0 Bye
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_hostname: mailbox.onlinepolicy.net ~? 127.0.0.0/8
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_hostaddr: 216.252.162.117 ~? 127.0.0.0/8
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_hostname: mailbox.onlinepolicy.net ~? 216.252.162.0/25
Mar 30 17:58:49 divine postfix/smtpd[12421]: match_hostaddr: 216.252.162.117 ~? 216.252.162.0/25
Mar 30 17:58:49 divine postfix/smtpd[12421]: abort all milters
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter8_abort: abort milter unix:/run/spamass-milter/spamass-milter.sock
Mar 30 17:58:49 divine postfix/smtpd[12421]: disconnect event to all milters
Mar 30 17:58:49 divine postfix/smtpd[12421]: milter8_disc_event: quit milter unix:/run/spamass-milter/spamass-milter.sock
Mar 30 17:58:49 divine postfix/smtpd[12421]: disconnect from mailbox.onlinepolicy.net[216.252.162.117]
Mar 30 17:58:49 divine spamd[2070]: prefork: child states: II
Mar 30 17:58:50 divine postfix/pipe[12460]: 38A253000D287: to=<address@concealed>, relay=sympa, delay=1.2, delays=0.17/0/0/1, dsn=2.0.0, status=sent (delivered via sympa service)
Mar 30 17:58:50 divine postfix/qmgr[12377]: 38A253000D287: removed
Mar 30 17:58:51 divine postfix/pickup[12376]: 35FBF3000D287: uid=994 from=<>
Mar 30 17:58:51 divine postfix/cleanup[12457]: 35FBF3000D287: message-id=<address@concealed>
Mar 30 17:58:51 divine postfix/qmgr[12377]: 35FBF3000D287: from=<>, size=2972, nrcpt=1 (queue active)
Mar 30 17:58:51 divine postfix/trivial-rewrite[12456]: warning: error:User is unavailable. unsupported dictionary type: error
Mar 30 17:58:51 divine postfix/trivial-rewrite[12456]: warning: error:User: table lookup problem
Mar 30 17:58:51 divine postfix/trivial-rewrite[12456]: warning: virtual_mailbox_domains lookup failure
Mar 30 17:58:51 divine postfix/error[12467]: 35FBF3000D287: to=<address@concealed>, relay=none, delay=0.28, delays=0.28/0/0/0, dsn=4.3.0, status=deferred (address resolver failure)
[root@divine sympa]#

...I will send the Sympa side in another message.





Archive powered by MHonArc 2.6.19+.

Top of Page