Thanks for the quick reply..
My wordaround is enable smtpd_sender_login_maps in postfix to restrict the
sender.

I also have another question. When a matching policy is matched, it is
recorded in "session_tracking " table, that's good, but it doesn't show how
many correct emails a user has sent.  It is possible to log the number of
recipients of that policy matched. So that a report of number of emails sent
can be extracted from it. I see that the Debug log has a Recipient field
that list the recipient. Is it possible store that data in the database.
Thanks.


Anything Here is the log that matched with the policies:
As you can see, the Sender is "'[email protected]" and the sasl_username is
also "[email protected]".
[email protected] is a SMTP Auth user and it authenticates with Dovecot.


[2010/10/28-11:21:26 - 13934] [CORE] INFO: 2010/10/28-11:21:26 CONNECT TCP
Peer: "127.0.0.1:42126" Local: "127.0.0.1:10031"
[2010/10/28-11:21:26 - 13934] [PROTOCOLS/Postfix] DEBUG: Possible Postfix
protocol
[2010/10/28-11:21:26 - 13934] [PROTOCOLS/Postfix] INFO: Identified Postfix
protocol
[2010/10/28-11:21:26 - 2162] [CORE] INFO: Starting "1" children
[2010/10/28-11:21:26 - 22856] [CORE] DEBUG: Child Preforked (22856)
[2010/10/28-11:21:26 - 22856] [CBPOLICYD] DEBUG: Starting up caching engine
[2010/10/28-11:21:26 - 13934] [TRACKING] DEBUG: No session tracking data
exists for request: $VAR1 = {
          'ccert_fingerprint' => '',
          'sasl_method' => 'LOGIN',
          'sasl_sender' => '',
          'size' => '0',
          '_timestamp' => 1288290086,
          'helo_name' => 'kkkkk',
          'reverse_client_name' => 'pvc.prohome.local',
          'queue_id' => '',
          'encryption_cipher' => '',
          'encryption_protocol' => '',
          'etrn_domain' => '',
          'ccert_subject' => '',
          'request' => 'smtpd_access_policy',
          'protocol_state' => 'RCPT',
          'recipient' => 'logon@@gmail.com',
          'sasl_username' => '[email protected]',
          'instance' => '5942.4cc9bf26.66fe0.0',
          'protocol_name' => 'ESMTP',
          'encryption_keysize' => '0',
          'recipient_count' => '0',
          'ccert_issuer' => '',
          'sender' => '[email protected]',
          'client_name' => 'pvc.prohome.local',
          'client_address' => '192.168.100.3',
          '_protocol_transport' => 'Postfix'
        };
[2010/10/28-11:21:26 - 13934] [TRACKING] DEBUG: Added session tracking
information for: $VAR1 = {
          'ccert_fingerprint' => '',
          'sasl_method' => 'LOGIN',
          'sasl_sender' => '',
          'size' => '0',
          '_timestamp' => 1288290086,
          'helo_name' => 'kkkkk',
          'reverse_client_name' => 'pvc.prohome.local',
          'queue_id' => '',
          'encryption_cipher' => '',
          'encryption_protocol' => '',
          'etrn_domain' => '',
          'ccert_subject' => '',
          'request' => 'smtpd_access_policy',
          'protocol_state' => 'RCPT',
          'recipient' => 'logon@@gmail.com',
          'sasl_username' => '[email protected]',
          'instance' => '5942.4cc9bf26.66fe0.0',
          'protocol_name' => 'ESMTP',
          'encryption_keysize' => '0',
          'recipient_count' => '0',
          'ccert_issuer' => '',
          'sender' => '[email protected]',
          'client_name' => 'pvc.prohome.local',
          'client_address' => '192.168.100.3',
          '_protocol_transport' => 'Postfix'
        };
[2010/10/28-11:21:26 - 13934] [TRACKING] DEBUG: Protocol state is 'RCPT',
resolving policy...
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: Going to resolve session
data into policy: $VAR1 = {
          'Recipient' => 'logon@@gmail.com',
          'SASLUsername' => '[email protected]',
          'QueueID' => '',
          'RecipientData' => '',
          'Instance' => '5942.4cc9bf26.66fe0.0',
          'EncryptionCipher' => '',
          'Size' => '0',
          'EncryptionKeySize' => '0',
          'EncryptionProtocol' => '',
          'Helo' => 'kkkkk',
          'ClientAddress' => '192.168.100.3',
          'ClientName' => 'pvc.prohome.local',
          'Sender' => '[email protected]',
          'SASLSender' => '',
          'Protocol' => 'ESMTP',
          'ClientReverseName' => 'pvc.prohome.local',
          'SASLMethod' => 'LOGIN'
        };
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: Found policy member with ID
'6' in policy 'limit sasl users to 2 email per day'
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: Found policy member with ID
'7' in policy 'limit sasl users to 5 email per day'
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: Found policy member with ID
'8' in policy 'restrict domain oks.ca to 4 emails per day '
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: Found policy member with ID
'9' in policy 'restrict non SASL users to 3 emails per day'
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: Found policy member with ID
'10' in policy 'limit sasl users to 8 email per day'
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:6/Name:limit sasl users
to 2 email per day]: Main policy sources '%limit_sasl_2_emails_per_day'
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:6/Name:limit sasl users
to 2 email per day]: Group 'limit_sasl_2_emails_per_day' has 4 source(s) =>
[email protected],[email protected],[email protected],[email protected]
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:6/Name:limit sasl users
to 2 email per day]=>(group:limit_sasl_2_emails_per_day): - Resolved source
'[email protected]' to a email address specification, match = 0
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:6/Name:limit sasl users
to 2 email per day]=>(group:limit_sasl_2_emails_per_day): - Resolved source
'[email protected]' to a email address specification, match = 0
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:6/Name:limit sasl users
to 2 email per day]=>(group:limit_sasl_2_emails_per_day): - Resolved source
'[email protected]' to a email address specification, match = 0
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:6/Name:limit sasl users
to 2 email per day]=>(group:limit_sasl_2_emails_per_day): - Resolved source
'[email protected]' to a email address specification, match = 1
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:6/Name:limit sasl users
to 2 email per day]=>(group:limit_sasl_2_emails_per_day): Source group
result: matched=1
[2010/10/28-11:21:26 - 13934] [POLICIES] INFO: [ID:6/Name:limit sasl users
to 2 email per day]: Source matching result: matched=1
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:6/Name:limit sasl users
to 2 email per day]: Destination not defined or 'any', explicit match:
matched=1
[2010/10/28-11:21:26 - 13934] [POLICIES] INFO: [ID:6/Name:limit sasl users
to 2 email per day]: Destination matching result: matched=1
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:7/Name:limit sasl users
to 5 email per day]: Main policy sources '%limit_sasl_5_emails_per_day'
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:7/Name:limit sasl users
to 5 email per day]: Group 'limit_sasl_5_emails_per_day' has 3 source(s) =>
[email protected],[email protected],[email protected]
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:7/Name:limit sasl users
to 5 email per day]=>(group:limit_sasl_5_emails_per_day): - Resolved source
'[email protected]' to a email address specification, match = 0
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:7/Name:limit sasl users
to 5 email per day]=>(group:limit_sasl_5_emails_per_day): - Resolved source
'[email protected]' to a email address specification, match = 0
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:7/Name:limit sasl users
to 5 email per day]=>(group:limit_sasl_5_emails_per_day): - Resolved source
'[email protected]' to a email address specification, match = 0
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:7/Name:limit sasl users
to 5 email per day]=>(group:limit_sasl_5_emails_per_day): Source group
result: matched=0
[2010/10/28-11:21:26 - 13934] [POLICIES] INFO: [ID:7/Name:limit sasl users
to 5 email per day]: Source matching result: matched=0
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:8/Name:restrict domain
oks.ca to 4 emails per day ]: Main policy sources '@oks.ca'
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:8/Name:restrict domain
oks.ca to 4 emails per day ]: - Resolved source '@oks.ca' to a email address
specification, match = 0
[2010/10/28-11:21:26 - 13934] [POLICIES] INFO: [ID:8/Name:restrict domain
oks.ca to 4 emails per day ]: Source matching result: matched=0
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:9/Name:restrict non SASL
users to 3 emails per day]: Main policy sources
'%restrict_non_SASL_users_to_3_emails_per_day'
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:9/Name:restrict non SASL
users to 3 emails per day]: Group
'restrict_non_SASL_users_to_3_emails_per_day' has 1 source(s) => $-
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:9/Name:restrict non SASL
users to 3 emails per
day]=>(group:restrict_non_SASL_users_to_3_emails_per_day): - Resolved source
'$-' to a SASL user specification, match = 0
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:9/Name:restrict non SASL
users to 3 emails per
day]=>(group:restrict_non_SASL_users_to_3_emails_per_day): Source group
result: matched=0
[2010/10/28-11:21:26 - 13934] [POLICIES] INFO: [ID:9/Name:restrict non SASL
users to 3 emails per day]: Source matching result: matched=0
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:10/Name:limit sasl users
to 8 email per day]: Main policy sources '%limit_sasl_8_emails_per_day'
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:10/Name:limit sasl users
to 8 email per day]: Group 'limit_sasl_8_emails_per_day' has 1 source(s) =>
[email protected]
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:10/Name:limit sasl users
to 8 email per day]=>(group:limit_sasl_8_emails_per_day): - Resolved source
'[email protected]' to a email address specification, match = 0
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: [ID:10/Name:limit sasl users
to 8 email per day]=>(group:limit_sasl_8_emails_per_day): Source group
result: matched=0
[2010/10/28-11:21:26 - 13934] [POLICIES] INFO: [ID:10/Name:limit sasl users
to 8 email per day]: Source matching result: matched=0
[2010/10/28-11:21:26 - 13934] [POLICIES] DEBUG: END RESULT: prio=50 =>
policy ids: 6
[2010/10/28-11:21:26 - 13934] [TRACKING] DEBUG: Policy resolved into: $VAR1
= {









Here is the log don't matched policies:
As you can see, the Sender is "'[email protected]" and the sasl_username is
also "[email protected]".
[email protected] isn't a SMTP Auth user.


2010/10/28-11:15:08 - 2194] [CORE] INFO: 2010/10/28-11:15:08 CONNECT TCP
Peer: "127.0.0.1:40847" Local: "127.0.0.1:10031"
[2010/10/28-11:15:08 - 2194] [PROTOCOLS/Postfix] DEBUG: Possible Postfix
protocol
[2010/10/28-11:15:08 - 2194] [PROTOCOLS/Postfix] INFO: Identified Postfix
protocol
[2010/10/28-11:15:08 - 2162] [CORE] INFO: Starting "1" children
[2010/10/28-11:15:08 - 22808] [CORE] DEBUG: Child Preforked (22808)
[2010/10/28-11:15:08 - 22808] [CBPOLICYD] DEBUG: Starting up caching engine
[2010/10/28-11:15:08 - 2194] [TRACKING] DEBUG: No session tracking data
exists for request: $VAR1 = {
          'ccert_fingerprint' => '',
          'sasl_method' => 'PLAIN',
          'sasl_sender' => '',
          'size' => '0',
          '_timestamp' => 1288289708,
          'helo_name' => '[192.168.1.105]',
          'reverse_client_name' => 'pvc.prohome.local',
          'queue_id' => '',
          'encryption_cipher' => '',
          'encryption_protocol' => '',
          'etrn_domain' => '',
          'ccert_subject' => '',
          'request' => 'smtpd_access_policy',
          'protocol_state' => 'RCPT',
          'recipient' => 'logon@@gmail.com',
          'sasl_username' => '[email protected]',
          'instance' => '5911.4cc9bdac.d8cba.0',
          'protocol_name' => 'ESMTP',
          'encryption_keysize' => '0',
          'recipient_count' => '0',
          'ccert_issuer' => '',
          'sender' => '[email protected]',
          'client_name' => 'pvc.prohome.local',
          'client_address' => '192.168.100.3',
          '_protocol_transport' => 'Postfix'
        };
[2010/10/28-11:15:08 - 2194] [TRACKING] DEBUG: Added session tracking
information for: $VAR1 = {
          'ccert_fingerprint' => '',
          'sasl_method' => 'PLAIN',
          'sasl_sender' => '',
          'size' => '0',
          '_timestamp' => 1288289708,
          'helo_name' => '[192.168.1.105]',
          'reverse_client_name' => 'pvc.prohome.local',
          'queue_id' => '',
          'encryption_cipher' => '',
          'encryption_protocol' => '',
          'etrn_domain' => '',
          'ccert_subject' => '',
          'request' => 'smtpd_access_policy',
          'protocol_state' => 'RCPT',
          'recipient' => 'logon@@gmail.com',
          'sasl_username' => '[email protected]',
          'instance' => '5911.4cc9bdac.d8cba.0',
          'protocol_name' => 'ESMTP',
          'encryption_keysize' => '0',
          'recipient_count' => '0',
          'ccert_issuer' => '',
          'sender' => '[email protected]',
          'client_name' => 'pvc.prohome.local',
          'client_address' => '192.168.100.3',
          '_protocol_transport' => 'Postfix'
        };
[2010/10/28-11:15:08 - 2194] [TRACKING] DEBUG: Protocol state is 'RCPT',
resolving policy...
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: Going to resolve session data
into policy: $VAR1 = {
          'Recipient' => 'logon@@gmail.com',
          'SASLUsername' => '[email protected]',
          'QueueID' => '',
          'RecipientData' => '',
          'Instance' => '5911.4cc9bdac.d8cba.0',
          'EncryptionCipher' => '',
          'Size' => '0',
          'EncryptionKeySize' => '0',
          'EncryptionProtocol' => '',
          'Helo' => '[192.168.1.105]',
          'ClientAddress' => '192.168.100.3',
          'ClientName' => 'pvc.prohome.local',
          'Sender' => '[email protected]',
          'SASLSender' => '',
          'Protocol' => 'ESMTP',
          'ClientReverseName' => 'pvc.prohome.local',
          'SASLMethod' => 'PLAIN'
        };
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: Found policy member with ID
'6' in policy 'limit sasl users to 2 email per day'
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: Found policy member with ID
'7' in policy 'limit sasl users to 5 email per day'
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: Found policy member with ID
'8' in policy 'restrict domain oks.ca to 4 emails per day '
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: Found policy member with ID
'9' in policy 'restrict non SASL users to 3 emails per day'
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: Found policy member with ID
'10' in policy 'limit sasl users to 8 email per day'
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:6/Name:limit sasl users
to 2 email per day]: Main policy sources '%limit_sasl_2_emails_per_day'
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:6/Name:limit sasl users
to 2 email per day]: Group 'limit_sasl_2_emails_per_day' has 4 source(s) =>
[email protected],[email protected],[email protected],[email protected]
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:6/Name:limit sasl users
to 2 email per day]=>(group:limit_sasl_2_emails_per_day): - Resolved source
'[email protected]' to a email address specification, match = 0
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:6/Name:limit sasl users
to 2 email per day]=>(group:limit_sasl_2_emails_per_day): - Resolved source
'[email protected]' to a email address specification, match = 0
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:6/Name:limit sasl users
to 2 email per day]=>(group:limit_sasl_2_emails_per_day): - Resolved source
'[email protected]' to a email address specification, match = 0
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:6/Name:limit sasl users
to 2 email per day]=>(group:limit_sasl_2_emails_per_day): - Resolved source
'[email protected]' to a email address specification, match = 0
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:6/Name:limit sasl users
to 2 email per day]=>(group:limit_sasl_2_emails_per_day): Source group
result: matched=0
[2010/10/28-11:15:08 - 2194] [POLICIES] INFO: [ID:6/Name:limit sasl users to
2 email per day]: Source matching result: matched=0
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:7/Name:limit sasl users
to 5 email per day]: Main policy sources '%limit_sasl_5_emails_per_day'
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:7/Name:limit sasl users
to 5 email per day]: Group 'limit_sasl_5_emails_per_day' has 3 source(s) =>
[email protected],[email protected],[email protected]
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:7/Name:limit sasl users
to 5 email per day]=>(group:limit_sasl_5_emails_per_day): - Resolved source
'[email protected]' to a email address specification, match = 0
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:7/Name:limit sasl users
to 5 email per day]=>(group:limit_sasl_5_emails_per_day): - Resolved source
'[email protected]' to a email address specification, match = 0
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:7/Name:limit sasl users
to 5 email per day]=>(group:limit_sasl_5_emails_per_day): - Resolved source
'[email protected]' to a email address specification, match = 0
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:7/Name:limit sasl users
to 5 email per day]=>(group:limit_sasl_5_emails_per_day): Source group
result: matched=0
[2010/10/28-11:15:08 - 2194] [POLICIES] INFO: [ID:7/Name:limit sasl users to
5 email per day]: Source matching result: matched=0
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:8/Name:restrict domain
oks.ca to 4 emails per day ]: Main policy sources '@oks.ca'
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:8/Name:restrict domain
oks.ca to 4 emails per day ]: - Resolved source '@oks.ca' to a email address
specification, match = 0
[2010/10/28-11:15:08 - 2194] [POLICIES] INFO: [ID:8/Name:restrict domain
oks.ca to 4 emails per day ]: Source matching result: matched=0
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:9/Name:restrict non SASL
users to 3 emails per day]: Main policy sources
'%restrict_non_SASL_users_to_3_emails_per_day'
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:9/Name:restrict non SASL
users to 3 emails per day]: Group
'restrict_non_SASL_users_to_3_emails_per_day' has 1 source(s) => $-
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:9/Name:restrict non SASL
users to 3 emails per
day]=>(group:restrict_non_SASL_users_to_3_emails_per_day): - Resolved source
'$-' to a SASL user specification, match = 0
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:9/Name:restrict non SASL
users to 3 emails per
day]=>(group:restrict_non_SASL_users_to_3_emails_per_day): Source group
result: matched=0
[2010/10/28-11:15:08 - 2194] [POLICIES] INFO: [ID:9/Name:restrict non SASL
users to 3 emails per day]: Source matching result: matched=0
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:10/Name:limit sasl users
to 8 email per day]: Main policy sources '%limit_sasl_8_emails_per_day'
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:10/Name:limit sasl users
to 8 email per day]: Group 'limit_sasl_8_emails_per_day' has 1 source(s) =>
[email protected]
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:10/Name:limit sasl users
to 8 email per day]=>(group:limit_sasl_8_emails_per_day): - Resolved source
'[email protected]' to a email address specification, match = 0
[2010/10/28-11:15:08 - 2194] [POLICIES] DEBUG: [ID:10/Name:limit sasl users
to 8 email per day]=>(group:limit_sasl_8_emails_per_day): Source group
result: matched=0
[2010/10/28-11:15:08 - 2194] [POLICIES] INFO: [ID:10/Name:limit sasl users
to 8 email per day]: Source matching result: matched=0
[2010/10/28-11:15:08 - 2194] [TRACKING] DEBUG: Policy resolved into: $VAR1 =
{};
[2010/10/28-11:15:08 - 2194] [TRACKING] DEBUG: Request translated into
session data: $VAR1 = {
          'Recipient' => 'logon@@gmail.com',



On Wed, Nov 3, 2010 at 12:54 AM, Robert Anderson <[email protected]> wrote:

> On 11/02/10 00:20, dingni wrote:
> > I'm running Postfix with dovecot(Smtp Auth) and PostfixAdmin.
> >
> > I have policyd working nicely with per SASL user per policy.
> >
> > This are the sample policies:
> > policy name: limit sasl users to 2 email per day
> > Source: %limit_sasl_users_2    //members ex.([email protected]
> > <mailto:[email protected]>, [email protected] <mailto:
> [email protected]>)
> > Destiantion: any
> > Track: SASLUsername
> >
> > policy name: limit sasl users to 4 email per day
> > Source: %limit_sasl_users_4    //members ex.([email protected]
> > <http://example3.com>,[email protected] <http://example4.com>)
> > Destiantion: any
> > Track: SASLUsername
> >
> > [email protected] <http://example1.com> is the authentication user again
> > dovecot(Smth Auth).
> >
> > Then in Outlook, I specify"[email protected] <http://example1.com>" as
> > the sending E-mail Address, and "[email protected]
> > <http://example1.com>" as outgoing authentication user, and this works
> > great.
> >
> > But if I change the "[email protected] <http://example1.com>" as the
> > sending E-mail Address to ANOTHER email address([email protected]
> > <mailto:[email protected]>) and "[email protected] <http://example1.com>"
> > as outgoing authentication user, then nothing match it.
> >
> >
> > In Database "policdy", "session_tracking" table, the Sender column
> > lists([email protected] <mailto:[email protected]>), and column SASLUsername
> > lists([email protected] <http://example1.com>), I think the reason is
> > because ([email protected] <mailto:[email protected]>) doesn't match Policy
> > "limit sasl users to 2 email per day"(Source: %limit_sasl_users_2).
> > Thus why it doesn't work.
> >
> > I've tried using any different combinations from
> >
> http://policyd.org/tiki-index.php?page=Policies+%26+Groups&structure=Documentation
> > <
> http://policyd.org/tiki-index.php?page=Policies+%26+Groups&structure=Documentation
> >,
> > but with no luck.
> >
> > Is there any workaround for this problem..Thanks for your help.
>
> Hi,
>
> Could you enable full debugging and send us the full logs?
>
> Thank you.
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.policyd.org/mailman/listinfo/users
>
_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users

Reply via email to