Hi!!! Is possible add this fix to rpm !? :)
Thx. 2017-05-16 10:31 GMT-04:00 Eric Broch <[email protected]>: > Thanks Carl, > > I forgot all about this. Here's the fix. > > # vi fixsd.sh > > Put below (inside fixsd.sh tags in file) > > <fixsd.sh> > #!/bin/sh > sed -i \ > -e 's/reject-missing-sender-mx/reject-sender=no-mx/g' \ > -e 's/rejection-text-missing-sender-mx/rejection-text-sender-no-mx/g' \ > -e 's/reject-identical-sender-recipient/reject-recipient=same-as-sender/g' > \ > -e > 's/rejection-text-identical-sender-recipient/rejection-text-recipient-same-as-sender/g' > \ > -e 's/local-domains-file/qmail-rcpthosts-file/g' \ > -e 's/local-domains-entry=/#local-domains-entry=(Add these entries to > qmail-rcpthosts-file)/g' \ > -e 's/morercpthosts/qmail-morercpthosts-cdb/'g spamdyke.conf > </fixsd.sh> > > # chmod 755 fixsd.sh > > #./fixsd.sh > > > Eric > > > > On 5/16/2017 8:08 AM, CarlC Internet Services Service Desk wrote: > >> This morning, upgraded the following: >> >> May 16 06:37:45 Updated: spamassassin-3.4.1-1.qt.el7.x86_64 >> May 16 06:37:56 Updated: simscan-1.4.0-1.qt.el7.x86_64 >> May 16 06:37:56 Updated: jasper-libs-1.900.1-30.el7_3.x86_64 >> May 16 06:37:57 Updated: ghostscript-9.07-20.el7_3.5.x86_64 >> May 16 06:38:07 Updated: qmailmrtg-4.2-3.qt.el7.x86_64 >> May 16 06:38:07 Updated: spamdyke-5.0.1-0.qt.el7.x86_64 >> >> Found that some commands have changes, before going nuts, I recommend >> everyone read: >> >> http://www.spamdyke.org/documentation/UPGRADING_version_4_ >> to_version_5.txt >> >> I had a few changes that are required in spamdyke.conf... You will SMTP up >> [port 25] but you won't connect until spamdyke.conf is upgraded. >> >> Carl >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > -- > Eric Broch > White Horse Technical Consulting (WHTC) > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
