Hi Urban, you are right, the roundcube webmailer does always connect via https and is using "smtps". It did not come to my mind that I of course also have to adjust the policyd config accordingly. Were do I have to adjust my master.cf? Following excerpt comes from '/var/log/mail.log' after sending an Outbound mail from roundcube to an external mailserver.:
Nov 3 17:06:39 server1 dovecot: imap: Debug: Module loaded: /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so Nov 3 17:06:39 server1 dovecot: imap: Debug: Added userdb setting: mail=maildir:/var/vmail/anydomain.de/steffen.wegner Nov 3 17:06:39 server1 dovecot: imap: Debug: Added userdb setting: plugin/quota_rule=*:bytes=1048576000 Nov 3 17:06:39 server1 dovecot: imap([email protected]): Debug: Effective uid=150, gid=8, home=/var/vmail/anydomain.de/steffen.wegner Nov 3 17:06:39 server1 dovecot: imap([email protected]): Debug: Quota root: name=User quota backend=dict args=:proxy::sqluserquota Nov 3 17:06:39 server1 dovecot: imap([email protected]): Debug: Quota rule: root=User quota mailbox=* bytes=1048576000 messages=0 Nov 3 17:06:39 server1 dovecot: imap([email protected]): Debug: Quota rule: root=User quota mailbox=Trash bytes=+104857600 (10%) messages=0 Nov 3 17:06:39 server1 dovecot: imap([email protected]): Debug: dict quota: [email protected], uri=proxy::sqluserquota, noenforcing=0 Nov 3 17:06:39 server1 dovecot: imap([email protected]): Debug: maildir++: root=/var/vmail/anydomain.de/steffen.wegner, index=, control=, inbox=/var/vmail/anydomain.de/steffen.wegner, alt= Nov 3 17:06:39 server1 dovecot: imap([email protected]): Disconnected: Logged out bytes=44/435 Nov 3 17:08:17 server1 dovecot: auth: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth Nov 3 17:08:17 server1 dovecot: auth: Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_mysql.so Nov 3 17:08:17 server1 dovecot: auth: Debug: auth client connected (pid=6719) Nov 3 17:08:17 server1 dovecot: auth: Debug: client in: AUTH#0111#011PLAIN#011service=imap#011secured#011lip=127.0.0.1#011rip=127.0.0.1#011lport=143#011rport=56155#011resp=c3RlZmFuLndhZ25lckBwb3N0aXZhLmRlAHN0ZWZhbi53YWduZXJAcG9zdGl2YS5kZQBsa2FtMjAwMA== Nov 3 17:08:17 server1 dovecot: auth-worker: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth Nov 3 17:08:17 server1 dovecot: auth-worker: Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_mysql.so Nov 3 17:08:17 server1 dovecot: auth-worker: mysql(localhost): Connected to database mail Nov 3 17:08:17 server1 dovecot: auth-worker: Debug: sql([email protected],127.0.0.1): query: SELECT username as user, password, '/var/vmail/anydomain.de/steffen.wegner' as userdb_home, 'maildir:/var/vmail/anydomain.de/steffen.wegner' as userdb_mail, 150 as userdb_uid, 8 as userdb_gid FROM mailbox WHERE username = '[email protected]' AND active = '1' Nov 3 17:08:17 server1 dovecot: auth: Debug: client out: OK#0111#[email protected] Nov 3 17:08:17 server1 dovecot: auth: Debug: master in: REQUEST#0112059665409#0116719#0111#01192000e9937d49e9369d3124c0cbd0ac7 Nov 3 17:08:17 server1 dovecot: auth-worker: Debug: sql([email protected],127.0.0.1): SELECT '/var/vmail/anydomain.de/steffen.wegner' as home, 'maildir:/var/vmail/anydomain.de/steffen.wegner' as mail, CONCAT('*:bytes=', IF(mailbox.quota = 0, domain.maxquota*1024000, mailbox.quota)) as quota_rule FROM mailbox, domain WHERE username = '[email protected]' AND mailbox.active = '1' AND domain.domain = 'anydomain.de' AND domain.active = '1' Nov 3 17:08:17 server1 dovecot: auth: Debug: master out: USER#0112059665409#[email protected]#011home=/var/vmail/anydomain.de/steffen.wegner#011mail=maildir:/var/vmail/anydomain.de/steffen.wegner#011quota_rule=*:bytes=1048576000 Nov 3 17:08:17 server1 dovecot: imap-login: Login: user=<[email protected]>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=6726, secured Nov 3 17:08:17 server1 dovecot: imap: Debug: Loading modules from directory: /usr/lib/dovecot/modules Nov 3 17:08:17 server1 dovecot: imap: Debug: Module loaded: /usr/lib/dovecot/modules/lib10_quota_plugin.so Nov 3 17:08:17 server1 dovecot: imap: Debug: Module loaded: /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so Nov 3 17:08:17 server1 dovecot: imap: Debug: Added userdb setting: mail=maildir:/var/vmail/anydomain.de/steffen.wegner Nov 3 17:08:17 server1 dovecot: imap: Debug: Added userdb setting: plugin/quota_rule=*:bytes=1048576000 Nov 3 17:08:17 server1 dovecot: imap([email protected]): Debug: Effective uid=150, gid=8, home=/var/vmail/anydomain.de/steffen.wegner Nov 3 17:08:17 server1 dovecot: imap([email protected]): Debug: Quota root: name=User quota backend=dict args=:proxy::sqluserquota Nov 3 17:08:17 server1 dovecot: imap([email protected]): Debug: Quota rule: root=User quota mailbox=* bytes=1048576000 messages=0 Nov 3 17:08:17 server1 dovecot: imap([email protected]): Debug: Quota rule: root=User quota mailbox=Trash bytes=+104857600 (10%) messages=0 Nov 3 17:08:17 server1 dovecot: imap([email protected]): Debug: dict quota: [email protected], uri=proxy::sqluserquota, noenforcing=0 Nov 3 17:08:17 server1 dovecot: imap([email protected]): Debug: maildir++: root=/var/vmail/anydomain.de/steffen.wegner, index=, control=, inbox=/var/vmail/anydomain.de/steffen.wegner, alt= Nov 3 17:08:17 server1 postfix/pickup[3329]: 76EB034006F: uid=33 from=<[email protected]> Nov 3 17:08:17 server1 dovecot: dict: mysql(localhost): Connected to database mail Nov 3 17:08:17 server1 postfix/cleanup[6730]: 76EB034006F: message-id=<[email protected]> Nov 3 17:08:17 server1 postfix/qmgr[1843]: 76EB034006F: from=<[email protected]>, size=522, nrcpt=1 (queue active) Nov 3 17:08:17 server1 dovecot: imap([email protected]): Disconnected: Logged out bytes=461/506 Nov 3 17:08:17 server1 postfix/smtp[6736]: 76EB034006F: to=<[email protected]>, relay=mx-ha03.web.de[213.165.67.104]:25, delay=0.44, delays=0.03/0.01/0.2/0.21, dsn=2.0.0, status=sent (250 Requested mail action okay, completed: id=0M71LJ-1VpQMm3FJN-00wknM) Nov 3 17:08:17 server1 postfix/qmgr[1843]: 76EB034006F: removed Nov 3 17:08:18 server1 dovecot: auth: Debug: auth client connected (pid=6738) Nov 3 17:08:18 server1 dovecot: auth: Debug: client in: AUTH#0111#011PLAIN#011service=imap#011secured#011lip=127.0.0.1#011rip=127.0.0.1#011lport=143#011rport=56161#011resp=c3RlZmFuLndhZ25lckBwb3N0aXZhLmRlAHN0ZWZhbi53YWduZXJAcG9zdGl2YS5kZQBsa2FtMjAwMA== Nov 3 17:08:18 server1 dovecot: auth-worker: Debug: sql([email protected],127.0.0.1): query: SELECT username as user, password, '/var/vmail/anydomain.de/steffen.wegner' as userdb_home, 'maildir:/var/vmail/anydomain.de/steffen.wegner' as userdb_mail, 150 as userdb_uid, 8 as userdb_gid FROM mailbox WHERE username = '[email protected]' AND active = '1' Nov 3 17:08:18 server1 dovecot: auth: Debug: client out: OK#0111#[email protected] Nov 3 17:08:18 server1 dovecot: auth: Debug: master in: REQUEST#011781320193#0116738#0111#011d57d801bb9ce8165eea27fadc5f4e430 Nov 3 17:08:18 server1 dovecot: auth-worker: Debug: sql([email protected],127.0.0.1): SELECT '/var/vmail/anydomain.de/steffen.wegner' as home, 'maildir:/var/vmail/anydomain.de/steffen.wegner' as mail, CONCAT('*:bytes=', IF(mailbox.quota = 0, domain.maxquota*1024000, mailbox.quota)) as quota_rule FROM mailbox, domain WHERE username = '[email protected]' AND mailbox.active = '1' AND domain.domain = 'anydomain.de' AND domain.active = '1' Nov 3 17:08:18 server1 dovecot: auth: Debug: master out: USER#011781320193#[email protected]#011home=/var/vmail/anydomain.de/steffen.wegner#011mail=maildir:/var/vmail/anydomain.de/steffen.wegner#011quota_rule=*:bytes=1048576000 Nov 3 17:08:18 server1 dovecot: imap-login: Login: user=<[email protected]>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=6739, secured Nov 3 17:08:18 server1 dovecot: imap: Debug: Loading modules from directory: /usr/lib/dovecot/modules Nov 3 17:08:18 server1 dovecot: imap: Debug: Module loaded: /usr/lib/dovecot/modules/lib10_quota_plugin.so Nov 3 17:08:18 server1 dovecot: imap: Debug: Module loaded: /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so Nov 3 17:08:18 server1 dovecot: imap: Debug: Added userdb setting: mail=maildir:/var/vmail/anydomain.de/steffen.wegner Nov 3 17:08:18 server1 dovecot: imap: Debug: Added userdb setting: plugin/quota_rule=*:bytes=1048576000 Nov 3 17:08:18 server1 dovecot: imap([email protected]): Debug: Effective uid=150, gid=8, home=/var/vmail/anydomain.de/steffen.wegner Nov 3 17:08:18 server1 dovecot: imap([email protected]): Debug: Quota root: name=User quota backend=dict args=:proxy::sqluserquota Nov 3 17:08:18 server1 dovecot: imap([email protected]): Debug: Quota rule: root=User quota mailbox=* bytes=1048576000 messages=0 Nov 3 17:08:18 server1 dovecot: imap([email protected]): Debug: Quota rule: root=User quota mailbox=Trash bytes=+104857600 (10%) messages=0 Nov 3 17:08:18 server1 dovecot: imap([email protected]): Debug: dict quota: [email protected], uri=proxy::sqluserquota, noenforcing=0 Nov 3 17:08:18 server1 dovecot: imap([email protected]): Debug: maildir++: root=/var/vmail/anydomain.de/steffen.wegner, index=, control=, inbox=/var/vmail/anydomain.de/steffen.wegner, alt= Nov 3 17:08:18 server1 dovecot: dict: mysql(localhost): Connected to database mail Nov 3 17:08:18 server1 dovecot: imap([email protected]): Disconnected: Logged out bytes=70/547 Nov 3 17:08:20 server1 dovecot: auth: Debug: auth client connected (pid=6743) Nov 3 17:08:20 server1 dovecot: auth: Debug: client in: AUTH#0111#011PLAIN#011service=imap#011secured#011lip=127.0.0.1#011rip=127.0.0.1#011lport=143#011rport=56162#011resp=c3RlZmFuLndhZ25lckBwb3N0aXZhLmRlAHN0ZWZhbi53YWduZXJAcG9zdGl2YS5kZQBsa2FtMjAwMA== Nov 3 17:08:20 server1 dovecot: auth-worker: Debug: sql([email protected],127.0.0.1): query: SELECT username as user, password, '/var/vmail/anydomain.de/steffen.wegner' as userdb_home, 'maildir:/var/vmail/anydomain.de/steffen.wegner' as userdb_mail, 150 as userdb_uid, 8 as userdb_gid FROM mailbox WHERE username = '[email protected]' AND active = '1' Nov 3 17:08:20 server1 dovecot: auth: Debug: client out: OK#0111#[email protected] Nov 3 17:08:20 server1 dovecot: auth: Debug: master in: REQUEST#011482869249#0116743#0111#0118d5e644ca1cf053f76b33e73fcdeab53 Nov 3 17:08:20 server1 dovecot: auth-worker: Debug: sql([email protected],127.0.0.1): SELECT '/var/vmail/anydomain.de/steffen.wegner' as home, 'maildir:/var/vmail/anydomain.de/steffen.wegner' as mail, CONCAT('*:bytes=', IF(mailbox.quota = 0, domain.maxquota*1024000, mailbox.quota)) as quota_rule FROM mailbox, domain WHERE username = '[email protected]' AND mailbox.active = '1' AND domain.domain = 'anydomain.de' AND domain.active = '1' Nov 3 17:08:20 server1 dovecot: auth: Debug: master out: USER#011482869249#[email protected]#011home=/var/vmail/anydomain.de/steffen.wegner#011mail=maildir:/var/vmail/anydomain.de/steffen.wegner#011quota_rule=*:bytes=1048576000 Nov 3 17:08:20 server1 dovecot: imap-login: Login: user=<[email protected]>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=6744, secured Nov 3 17:08:20 server1 dovecot: imap: Debug: Loading modules from directory: /usr/lib/dovecot/modules Nov 3 17:08:20 server1 dovecot: imap: Debug: Module loaded: /usr/lib/dovecot/modules/lib10_quota_plugin.so Nov 3 17:08:20 server1 dovecot: imap: Debug: Module loaded: /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so Nov 3 17:08:20 server1 dovecot: imap: Debug: Added userdb setting: mail=maildir:/var/vmail/anydomain.de/steffen.wegner Nov 3 17:08:20 server1 dovecot: imap: Debug: Added userdb setting: plugin/quota_rule=*:bytes=1048576000 Nov 3 17:08:20 server1 dovecot: imap([email protected]): Debug: Effective uid=150, gid=8, home=/var/vmail/anydomain.de/steffen.wegner Nov 3 17:08:20 server1 dovecot: imap([email protected]): Debug: Quota root: name=User quota backend=dict args=:proxy::sqluserquota Nov 3 17:08:20 server1 dovecot: imap([email protected]): Debug: Quota rule: root=User quota mailbox=* bytes=1048576000 messages=0 Nov 3 17:08:20 server1 dovecot: imap([email protected]): Debug: Quota rule: root=User quota mailbox=Trash bytes=+104857600 (10%) messages=0 Nov 3 17:08:20 server1 dovecot: imap([email protected]): Debug: dict quota: [email protected], uri=proxy::sqluserquota, noenforcing=0 Nov 3 17:08:20 server1 dovecot: imap([email protected]): Debug: maildir++: root=/var/vmail/anydomain.de/steffen.wegner, index=, control=, inbox=/var/vmail/anydomain.de/steffen.wegner, alt= Nov 3 17:08:20 server1 dovecot: auth: Debug: auth client connected (pid=6745) Nov 3 17:08:20 server1 dovecot: auth: Debug: client in: AUTH#0111#011PLAIN#011service=imap#011secured#011lip=127.0.0.1#011rip=127.0.0.1#011lport=143#011rport=56163#011resp=c3RlZmFuLndhZ25lckBwb3N0aXZhLmRlAHN0ZWZhbi53YWduZXJAcG9zdGl2YS5kZQBsa2FtMjAwMA== Nov 3 17:08:20 server1 dovecot: auth-worker: Debug: sql([email protected],127.0.0.1): query: SELECT username as user, password, '/var/vmail/anydomain.de/steffen.wegner' as userdb_home, 'maildir:/var/vmail/anydomain.de/steffen.wegner' as userdb_mail, 150 as userdb_uid, 8 as userdb_gid FROM mailbox WHERE username = '[email protected]' AND active = '1' Nov 3 17:08:20 server1 dovecot: auth: Debug: client out: OK#0111#[email protected] Nov 3 17:08:20 server1 dovecot: auth: Debug: master in: REQUEST#0114289200129#0116745#0111#01190ea765ac0a54f6f66cee8c8ffdf7b8a Nov 3 17:08:20 server1 dovecot: auth-worker: Debug: sql([email protected],127.0.0.1): SELECT '/var/vmail/anydomain.de/steffen.wegner' as home, 'maildir:/var/vmail/anydomain.de/steffen.wegner' as mail, CONCAT('*:bytes=', IF(mailbox.quota = 0, domain.maxquota*1024000, mailbox.quota)) as quota_rule FROM mailbox, domain WHERE username = '[email protected]' AND mailbox.active = '1' AND domain.domain = 'anydomain.de' AND domain.active = '1' Nov 3 17:08:20 server1 dovecot: auth: Debug: master out: USER#0114289200129#[email protected]#011home=/var/vmail/anydomain.de/steffen.wegner#011mail=maildir:/var/vmail/anydomain.de/steffen.wegner#011quota_rule=*:bytes=1048576000 Nov 3 17:08:20 server1 dovecot: imap-login: Login: user=<[email protected]>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=6746, secured Nov 3 17:08:20 server1 dovecot: imap: Debug: Loading modules from directory: /usr/lib/dovecot/modules Nov 3 17:08:20 server1 dovecot: imap: Debug: Module loaded: /usr/lib/dovecot/modules/lib10_quota_plugin.so Nov 3 17:08:20 server1 dovecot: imap: Debug: Module loaded: /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so Nov 3 17:08:20 server1 dovecot: imap: Debug: Added userdb setting: mail=maildir:/var/vmail/anydomain.de/steffen.wegner Nov 3 17:08:20 server1 dovecot: imap: Debug: Added userdb setting: plugin/quota_rule=*:bytes=1048576000 Nov 3 17:08:20 server1 dovecot: imap([email protected]): Debug: Effective uid=150, gid=8, home=/var/vmail/anydomain.de/steffen.wegner Nov 3 17:08:20 server1 dovecot: imap([email protected]): Debug: Quota root: name=User quota backend=dict args=:proxy::sqluserquota Nov 3 17:08:20 server1 dovecot: imap([email protected]): Debug: Quota rule: root=User quota mailbox=* bytes=1048576000 messages=0 Nov 3 17:08:20 server1 dovecot: imap([email protected]): Debug: Quota rule: root=User quota mailbox=Trash bytes=+104857600 (10%) messages=0 Nov 3 17:08:20 server1 dovecot: imap([email protected]): Debug: dict quota: [email protected], uri=proxy::sqluserquota, noenforcing=0 Nov 3 17:08:20 server1 dovecot: imap([email protected]): Debug: maildir++: root=/var/vmail/anydomain.de/steffen.wegner, index=, control=, inbox=/var/vmail/anydomain.de/steffen.wegner, alt= Nov 3 17:08:20 server1 dovecot: imap([email protected]): Disconnected: Logged out bytes=82/504 Nov 3 17:08:20 server1 dovecot: imap([email protected]): Disconnected: Logged out bytes=269/18007 > Gesendet: Sonntag, 03. November 2013 um 16:13 Uhr > Von: "Urban Loesch" <[email protected]> > An: [email protected] > Betreff: Re: [policyd-users] Outgoing quota problem - only Inbound is working > > Hi, > > can you send the postfix log entries after the outbound mail was sent > via Roundcube to an external mailserver? > > Could it be that Roundcube is sendig all outgoning mail via "smtps" and > port 465? > > According to your master.cf policyd is not configured for your smtps part. > > regards > Urban > > > > Am 03.11.2013 15:03, schrieb Steffen Wegner: > > Hi, > > I did put policyd in the full debug mode by changing the cluebringer.conf > > as follow: > > -------------------------------------------------- > > # Log level: > > # 0 - Errors only > > # 1 - Warnings and errors > > # 2 - Notices, warnings, errors > > # 3 - Info, notices, warnings, errors > > # 4 - Debugging > > log_level=4 > > # File to log to instead of stdout > > log_file=/var/log/cbpolicyd/cbpolicyd.log > > # Log destination for mail logs... > > # main - Default. Log to policyd's main log mechanism, accepts NO > > args > > # syslog - log mail via syslog > > # format: log_mail=facility@method,args > > # > > # Valid methods for syslog: > > # native - Let Sys::Syslog decide > > # unix - Unix socket > > # udp - UDP socket > > # stream - Stream (for Solaris) > > # > > # Example: unix native > > log_mail=mail@syslog:native > > # > > -------------------------------------------------- > > The relevant entries in my main.conf are as follow: > > > > # Requirements for the HELO statement > > smtpd_helo_restrictions = permit_mynetworks, warn_if_reject > > reject_non_fqdn_hostname, reject_invalid_hostname, permit > > # Requirements for the sender details > > smtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks, > > warn_if_reject reject_non_fqdn_sender, reject_unknown_sender_domain, > > reject_unauth$ > > # Requirements for the connecting server > > smtpd_client_restrictions = reject_rbl_client sbl.spamhaus.org, > > reject_rbl_client blackholes.easynet.nl, reject_rbl_client dnsbl.njabl.org > > # Requirement for the recipient address. Note that the entry for > > # "check_policy_service inet:127.0.0.1:10023" enables Postgrey. > > smtpd_recipient_restrictions = check_policy_service inet:127.0.0.1:10031, > > reject_unauth_pipelining, permit_mynetworks, permit_sasl_authenticated, > > reject_non$ > > smtpd_data_restrictions = reject_unauth_pipelining > > # nach policyd-Anleitung: > > smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:10031 > > > > > > I restarted everything and tested it by sending a mail from roundcube to an > > external mailserver (Outbound). > > I was watching 'cbpolicyd.log' at the same time. But there were no new > > entries. On the other hand, when I was sending Inbound mails I could watch > > the following entries in 'cbpolicyd.log'. Even if I can't see any policies > > matching tests: > > > > [2013/11/03-14:14:37 - 1909] [CORE] INFO: 2013/11/03-14:14:37 CONNECT TCP > > Peer: "[::ffff:127.0.0.1]:37919" Local: "[::ffff:127.0.0.1]:10031" > > [2013/11/03-14:14:37 - 1862] [CORE] INFO: Starting "1" children > > [2013/11/03-14:14:37 - 2608] [CORE] DEBUG: Child Preforked (2608) > > [2013/11/03-14:14:37 - 2608] [CBPOLICYD] DEBUG: Starting up caching engine > > [2013/11/03-14:14:37 - 1909] [CBPOLICYD] INFO: Got request #1 > > [2013/11/03-14:14:37 - 1909] [CBPOLICYD] INFO: Got request #2 (pipelined) > > [2013/11/03-14:14:39 - 2276] [CORE] INFO: 2013/11/03-14:14:39 CONNECT TCP > > Peer: "[::ffff:127.0.0.1]:37929" Local: "[::ffff:127.0.0.1]:10031" > > [2013/11/03-14:14:39 - 1862] [CORE] INFO: Starting "1" children > > [2013/11/03-14:14:39 - 2618] [CORE] DEBUG: Child Preforked (2618) > > [2013/11/03-14:14:39 - 2618] [CBPOLICYD] DEBUG: Starting up caching engine > > [2013/11/03-14:14:39 - 2276] [CBPOLICYD] INFO: Got request #1 > > [2013/11/03-14:14:39 - 2276] [CBPOLICYD] INFO: Got request #2 (pipelined) > > > > On Inbound mails the table policyd.session_tracking gets updated as > > expected. > > On Outbound mails the table policyd.session_tracking does NOT get updated. > > > > Could there be a conflict between entries in the main.cf and the master.cf? > > The strange thing, Inbound policies are working fine. Only Outbound > > policies do not work. > > > > I attached my main.cf, the master.cf and relevant policyd tabels to > > illustrate. > > > > Thanks for some more hints on how i can debug and track down this error. > > Steffen > > > > > > > > > > > > _______________________________________________ > > Users mailing list > > [email protected] > > http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org > > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org > _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org
