Rajesh,

It would be just like any other RPM update. The RPM install will stop and start services. With Spamdyke, if you're upgrading to 5, you'll have to run a script (below) I provided, but until you run it you're toaster will be rejecting email (it only takes a second to run).

Remember if you have special settings in spamdyke.conf backup!

<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 /etc/spamdyke/spamdyke.conf
</fixsd.sh>

Eric

On 7/24/2016 5:32 AM, Rajesh M wrote:
hi

i am using qmailtoaster on centos 6

the SRPMS i have are from the old qmail site and a few from ftp.whitehorse

my question was whether i can update dovecot, spamassassin and spamdyke
without causing intereference with existing working qmailtoaster, similar to 
the manner in which i update clam.

i would be shutting down the qmailserver during the updates


thanks
rajesh




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to