[howto] Installing and using opendkim with EFA 3.0.0.7

Questions and answers about how to do stuff
cdburgess75
Posts: 49
Joined: 11 Jun 2014 21:43

Re: [howto] Installing and using opendkim with EFA 3.0.0.7

Post by cdburgess75 »

service postfix start
postfix -c /etc/postfix-smtp start


It seems that my master.lock file is busy and I cannot run the 2 postfix daemons at the same time.
froman
Posts: 21
Joined: 29 Aug 2017 03:41

Re: [howto] Installing and using opendkim with EFA 3.0.0.7

Post by froman »

sxfx wrote: 06 Dec 2017 15:45 Never mind, i got it.

[efabox]$ EFA-Configure

9) Spam Settings
1) Non Spam Settings

Disabling Signatures worked like a charm!

Thanks!
same problem, I solved like this.
viewtopic.php?f=14&t=2985
Alleyviper
Posts: 83
Joined: 16 Oct 2018 05:55
Location: Portugal

Re: [howto] Installing and using opendkim with EFA 3.0.0.7

Post by Alleyviper »

Hi there,

I did setup dkim using this guide and it worked on EFA 3.0.2.6 but dkim is Signed correctly with spam signatures turned off.

Is there anyway to tell EFA sign rules not to use signatures on outbound only?

When signature is used, the message is tempered and results on dkim body hash failure.
Alleyviper
Posts: 83
Joined: 16 Oct 2018 05:55
Location: Portugal

Re: [howto] Installing and using opendkim with EFA 3.0.0.7

Post by Alleyviper »

Hi there,

A simple script in course for EFA menu. It creates a 2048 bits dkim

Code: Select all


[root@mx]# ./outbound-dkim-config.sh       
Generate a new dkim Key? (Y/N): y        
Enter domain to create dkim:                        
example.tld                                         

default._domainkey      IN      TXT     ( "v=DKIM1; k=rsa; "                                                      "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJi4wtc+g54VwagU3wO5nt1dtChMHP/RTFZw3Nsq1GWZRbucSTG7EvSx+N+i32gpGbZcKoDBhNwBRLLdT1XtJMoDnsAI3b8sp+3WnPDX4Zjuhh07hgx3iMxLxpUatQIyXNmVn9e0Poza3DzowNLJzEnY8x8PqheRlB2nLihI3ktwIDAQAB" )  ; ----- DKIM key default for example.tld                                      [root@mx]#

Alleyviper
Posts: 83
Joined: 16 Oct 2018 05:55
Location: Portugal

Re: [howto] Installing and using opendkim with EFA 3.0.0.7

Post by Alleyviper »

Hi there,

For Outbound Dkim check my solution

https://forum.efa-project.org/viewtopi ... 35#p13835
Post Reply