-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear folks,
I need your help at solving my problem. I've got to policy groups, in the are the greylisted and in the second the not-greylisted e-mail addresses / -domains. My Problem is, we've got a Catchall-Domain, where greylisting is deactivated. Below this domain single e-mail addresses should be allowed to have greylisting activated. How is this possible? Because we can't find a solution for this problem, I've attached some SQL-Statements, which include our greylisting and policy configs: greylisting - ----------- INSERT INTO `greylisting` (`ID`, `PolicyID`, `Name`, `UseGreylisting`, `GreylistPeriod`, `Track`, `GreylistAuthValidity`, `GreylistUnAuthValidity`, `UseAutoWhitelist`, `AutoWhitelistPeriod`, `AutoWhitelistCount`, `AutoWhitelistPercentage`, `UseAutoBlacklist`, `AutoBlacklistPeriod`, `AutoBlacklistCount`, `AutoBlacklistPercentage`, `Comment`, `Disabled`) VALUES (1, 6, 'Default', NULL, 300, 'SenderIP:/32', 5184000, 86400, 1, 5184000, 500, 100, 0, 604800, 500, 100, '', 0); - ----------- policies - ----------- INSERT INTO `policies` (`ID`, `Name`, `Priority`, `Description`, `Disabled`) VALUES (1, 'Default', 0, 'Default System Policy', 1), (2, 'Default Outbound', 10, 'Default Outbound System Policy', 1), (3, 'Default Inbound', 10, 'Default Inbound System Policy', 1), (4, 'Default Internal', 20, 'Default Internal System Policy', 1), (6, 'Greylisting', 10, 'Greylisting', 0), - ----------- policy_groups - ----------- INSERT INTO `policy_groups` (`ID`, `Name`, `Disabled`, `Comment`) VALUES (1, 'ip_addresses', 0, NULL), (3, 'greylisting_disabled', 0, ''), (4, 'internal_domains', 0, ''), (5, 'greylisting_enabled', 0, ''); - ----------- policy_group_members - ----------- INSERT INTO `policy_group_members` (`ID`, `PolicyGroupID`, `Member`, `Disabled`, `Comment`) VALUES (1, 1, '217.70.142.0/24', 0, NULL), (4, 3, '@example.de', 0, ''), (7, 4, '@example.de', 0, ''), (8, 5, '[email protected]', 0, ''); - ----------- policy_members - ----------- INSERT INTO `policy_members` (`ID`, `PolicyID`, `Source`, `Destination`, `Comment`, `Disabled`) VALUES (1, 1, NULL, NULL, NULL, 0), (2, 2, '%internal_ips,%internal_domains', '!%internal_domains', NULL, 0), (3, 3, '!%internal_ips,!%internal_domains', '%internal_domains', NULL, 0), (4, 4, '%internal_ips,%internal_domains', '%internal_domains', NULL, 0), (9, 6, '!%ip_addresses', '!%greylisting_disabled, %greylisting_enabled', '', 0), (10, 7, '%internal_domains', 'any', '', 0); - ----------- Hope you can help me! Kind regards Pascal -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJT6KjuAAoJEA3oZzzqW4iV7AIH/1ab3b37Ys1jhQeL9wA5sTCY 5gQ8KiSXX4jvDXMuz0holt3QmTLoFdJzV7a9fw3xG9PxmVsDD50+RS6YPTmnXAnu EiVriioRsXvIgsefkBiSU/ir7tWz+tm5w/NalZzshxlMpAtOMWoQ3zi6QIeLwQ+D GHzIVif+ffobKhW4LrRk1NzBxGvDLtaxhl+ixW0pktWPzfA2t/oe5f+UBnxMOROf oln+hJ3viNZeJZh3ONp3u+cqyvHGHC6NmrqK/LwnxM8zwlbMCGsmDhGY4mhyxrUA izzpAi6w1eirT3SQUitLVx86vrnsirQ5lVui/WQCNdBFyy+5Y0+fVemX/4uhqLk= =jlDY -----END PGP SIGNATURE----- _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org
