Hi there,
I have cbpolicyd installed but still, when a users password is hacked via phishing, way more than the limits in quotas are sent out. The spammers connect via authenticated SMTP and it seems my rules don't work on that. What could I be doing wrong?
Greetings,
Ace
I have cbpolicyd installed but still, when a users password is hacked via phishing, way more than the limits in quotas are sent out. The spammers connect via authenticated SMTP and it seems my rules don't work on that. What could I be doing wrong?
Code:
MariaDB [policyd_db]> select * from quotas;+----+----------+-----------------------+-----------------------+--------+---------+---------------------------------------------------+-----------+---------+----------+| ID | PolicyID | Name | Track | Period | Verdict | Data | LastQuota | Comment | Disabled |+----+----------+-----------------------+-----------------------+--------+---------+---------------------------------------------------+-----------+---------+----------+| 1 | 5 | Recipient quotas | Recipient:user@domain | 3600 | REJECT | NULL | 0 | NULL | 0 || 2 | 5 | Quota on all /24s | SenderIP:/24 | 3600 | REJECT | NULL | 0 | NULL | 0 || 3 | 6 | Sender:user@domain | Sender:user@domain | 3600 | DEFER | You are sending too many emails, contact helpdesk | 0 | NULL | 0 || 4 | 6 | Recipient:user@domain | Recipient:user@domain | 3600 | REJECT | NULL | 0 | NULL | 0 |+----+----------+-----------------------+-----------------------+--------+---------+---------------------------------------------------+-----------+---------+----------+4 rows in set (0.00 sec)
Code:
MariaDB [policyd_db]> select * from quotas_limits;+----+----------+-----------------------+--------------+---------+----------+| ID | QuotasID | Type | CounterLimit | Comment | Disabled |+----+----------+-----------------------+--------------+---------+----------+| 1 | 1 | MessageCount | 300 | NULL | 0 || 2 | 1 | MessageCumulativeSize | 104857600 | NULL | 0 || 3 | 2 | MessageCount | 300 | NULL | 0 || 4 | 3 | MessageCount | 700 | NULL | 0 || 5 | 4 | MessageCount | 700 | NULL | 0 |+----+----------+-----------------------+--------------+---------+----------+5 rows in set (0.00 sec)
Ace
Statistics: Posted by Ace Suares — Thu Apr 24, 2025 12:10 pm