Page 3 of 3

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

Posted: 03 Feb 2018 19:28
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.

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

Posted: 07 Mar 2018 19:44
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

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

Posted: 13 Jan 2019 17:10
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.

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

Posted: 08 Mar 2019 04:31
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]#


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

Posted: 18 Mar 2019 08:20
by Alleyviper
Hi there,

For Outbound Dkim check my solution

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