1 (edited by tahseen 2015-12-10 02:14:39)

Topic: How to make postfix ignore postfix-cluebringer service ? [SOLVED]

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: 15.05
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):MySQL
- Web server (Apache or Nginx):Apache
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====

I opened /etc/postfix/main.cf file and commented

content_filter = smtp-amavis:[127.0.0.1]:10024

I thought this would stop postfix from using policyd. But it still requires postfix-cluebringer service to run

I managed to stop clamv but this postfix-cluebringer service still requires to be running to send email

How can I just stop postfix from using this postfix-cluebringer service completely

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2 (edited by tahseen 2015-12-10 02:14:17)

Re: How to make postfix ignore postfix-cluebringer service ? [SOLVED]

Solution to shut policy service which is postfix-cluebringer

do as below

apt-get purge postfix-cluebringer

then in /etc/postfix/main.cf
I commented the two lines which had check_policy_service parameter used

Saved the file and then

service postfix restart

If required, you can restart the server