Questions tagged [policyd]

28 questions
8
votes
1 answer

I need advices: small memory footprint linux mail server with spam filtering

I have a VPS which is originally destined to be a webserver but some minimal mail capabilities are needed to be deployed as well, including sending and receiving as standalone server. The current setup is the following: Postfix reveices the mail,…
petermolnar
  • 989
  • 1
  • 11
  • 17
2
votes
0 answers

Allow non root user to run certain systemd services (not *), without a password by using a polkit rule

I have a non root user that I need to have able to start/stop/restart a subset of services on my system without prompting for an authorization password. Ideally I would like this done via polkit but will opt for sudo if needed. Anyway, I have seen…
pid_1
  • 21
  • 4
2
votes
1 answer

Postfix change add-on priority

I have just started to fight with Spam mails because of my new project. I will explain structure of that system. We have Postfix as MTA on relay server and fresh Spamassasian and Policyd(v2 Cluebringer) add-ons for it. These are working well and…
itirazimvar
  • 161
  • 1
  • 7
2
votes
1 answer

Postfix check_policy_service - only checking incoming mail, ignoring internal and outgoing

I'm trying to set up a policyd server on Centos x64 (selinux disabled), which will allow me for limiting numer of messages incoming from different servers and (more important) outgoing from different user accounts. At the moment, i believe i have a…
gds.jerry
  • 61
  • 1
  • 5
1
vote
1 answer

Policyd don't working with my given rules (Not REJECT Mails)

I want to Reject outgoing mails for spesific user so first i add a policy like that: Name | Priority | Description | Disabled __________________________________________________________________________ Not outgoing …
1
vote
1 answer

Setup policyd on Zimbra 8.8.x to rate limit the number of messages each account can send with smtp-auth

I'm running Zimbra 8.8.9 and I'm trying to rate limit the number of messages that a single user can send over smtp after authenticating with smtp-auth. The purpose is to limit the damage in case one of the passwords of my users is guessed/obtained…
Luca Gibelli
  • 2,611
  • 1
  • 21
  • 29
1
vote
0 answers

Postfix : Rate limit outgoing mail by mx of recipient and sender

Been learning Postfix and trying to setup my own mail queue server for newsletters (no mailchimp or sendgrid). I'm stuck on the last thing I wanted to implement, which is delays/queue. I found a tutorial on how to rate limit here :…
Darius
  • 315
  • 5
  • 15
1
vote
1 answer

Postfix - Skip RBL checks after a SPF Pass

I've started using policyd-spf and am using the following recipient restriction. What I'd like is for senders that pass the SPF check to skip any RBL checks. Unfortunately that's not happening. smtpd_recipient_restrictions = …
oobayly
  • 113
  • 3
1
vote
0 answers

Using an after queue policy daemon with postfix

I have this scenario: Postfix is configured with cluebringer (Policyd v2.1) and emails that are exceeding the quota are deffered. What I need to do is somehow use cluebringer in after-queue so it would recount the quota considering those deffered…
1
vote
1 answer

Zimbra 8.04 policyd... Message quota is been counted by count of recipients

I've ran onto a behavior issue that I cannot see how to fix. I've configured Zimbra (8.0.4) with policyd, following this tutorial Step1: Create a policy Step2: Create a group (list_domain) Step3: Add a domain to the group (@example.com) Step4: Add a…
1
vote
1 answer

zimbra 8 policyd failed SMTP login increments quota counter

I am trying to set up a policyd policy in Zimbra that sets a max number of outbound emails for a given sender (user@domain). I was testing it with a simple script to log into the SMTP server and send a test mail. I noticed, if I omitted the login…
Carl
  • 177
  • 7
1
vote
1 answer

Postifx + policyd blacklisted CC

I've configured a postfix with policyd to manage whitelist/blacklist. But my main problem is: If one email is sended to a recipient and there are some CC o BCC that is blacklisted, all the email is "discarded" and it does not arrived to the main…
magiza83
  • 83
  • 2
  • 10
1
vote
1 answer

Using policyd on CentOS to throttle each account's maximum emails on a per-hour basis

I want to apply per-hour mail limits using policyd in CentOS. I want to restrict each email account on the server to only be able to send out a maximum of 50 mails per hour. How can I do that?
Sourav
  • 61
  • 3
1
vote
1 answer

Rate limiting in postfix

So i have been trying to make a mail servddder which is functioning fine now what i want now is i want to limit the amount of mail a mail user can send I have tried and failed with policyd I also posted a question for a topic but didnt got any…
sanjib
  • 63
  • 5
1
vote
1 answer

AWS S3 bucket - Allow download files to every IAM and Users from specific AWS Account

Look for a policy for S3 bucket that will allow all IAM roles and users from different account, to be able to download files from the bucket that is located in my AWS account. Thanks for help
hightest
  • 11
  • 2
  • 4
1
2