Softaculous


Topic : Add SPF check on Webuzo, Exim CentOS


Posted By: peopleinside on November 16, 2015, 8:44 am
Hi,
I want add SPF check on incoming email so refuse all email with a custom message who doesn't pass SPF check.

How to do?
I found I have to do this command on SSH

PHP Code

 apt-get install spf-tools-perl 



Back on-topic, once you have the appropriate supporting package present you can add the following to the file /etc/exim/conf.d/main/00_local_macros, creating that file if necessary:

    CHECK_RCPT_SPF=true

Once you've done that, and applied the change, you'll find that SPF-failures will be rejected at SMTP-time.

I taked this from https://www.debian-administration.org/article/721/Validating_SPF_and_DKIM_at_SMTP-time_with_exim

Is that correct?


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.

Posted By: peopleinside on November 17, 2015, 10:47 am | Post: 1
I see in the etc/exim folder there are not conf.d folder

I want add SPF check so I can refuse email who not pass SPF and check SPF passed in Headers of email.

The guide I found told to install via SSH a package with that SSH command:
apt-get install spf-tools-perl

after IT told to:

Back on-topic, once you have the appropriate supporting package present you can add the following to the file /etc/exim4/conf.d/main/00_local_macros, creating that file if necessary: CHECK_RCPT_SPF=true

so exim4 is maybe exim folder in Webuzo but conf.d not exist.

Can you help me in how to put SPF check on incoming email?
I have not yet done the SSH install command until I AM not safe it's right

Thanks


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.

Posted By: peopleinside on December 25, 2015, 4:56 pm | Post: 2
No Help? No Replies?


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.