Scenario
In certain cases one may need to move an SQL database that stores KSE operational data to another SQL server/instance. The following procedure can be used to achieve that:
Step-by-step guide
Change the startup type of KSE services to Manual.
Stop the KSE services which use this database (may be located on several hosts in case of DAG, for example).
Create a backup of the KSE database using MS SQL tools.
Restore the database on a new SQL server/inst
Problem
Currently KSMG has IPv6 support enabled in Postfix:
inet_protocols = all
However, Postfix 2.6 has a known limitation:
http://www.postfix.org/IPV6_README.html
"Postfix SMTP clients before version 2.8 try to connect over IPv6 before trying IPv4. With more recent Postfix versions, the order of IPv6 versus IPv4 outgoing connection attempts is
Issue
During initial deployments you may encounter errors like this:
Jun 3 12:50:13 ksmg postfix/smtpd[841]: NOQUEUE: reject: RCPT from ksmg.example.com[10.10.10.1]: 450 4.1.2 <test@example.com>: Recipient address rejected: Domain not found; from=<test@example.com> to=<test@example.com> proto=ESMTP helo=<example.com>
This means that the recipi