| |
MailSite Knowledge Base
Customizing the Auto Reply Subject Prefix
Document #:10474
Applies To:
Synopsis: MailSite 8.0.5 and later allows you to customize the subject prefix that is used for Auto Reply emails. This property change is serverwide and affects ALL domains/mailboxes.
This is done via a Registry change for Registry Connector deployments and Database change for SQL Connector deployments.
More Information:
Registry Configuration
WARNING!! Incorrectly editing the Registry can damage the server, please proceed with care.
- Click on the Start button.
- Select Run, and enter Regedit
- Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SMTPDA\Parameters\
- Create a new String and name it AutoReplyPrefix
- Hit Enter and then specify the desired prefix. The default in MailSite 8 is 'RE:'. You may wish to change this to 'AutoReply'
- OK and Exit out of Regedit
- Restart SMTPDA
SQL Connector Configuration
- Open the SQL Manager to the MailSite Database.
- Open the 'MailServerProperties'
- Enter the following:
ServiceName = smtpda
PropertyName = AutoReplyPrefix
ServerRoldID = 0
PropType = 1
PropIntValue = 0
PropStringValue = AutoReply:
- Restart SMTPDA
You can specify the desired prefix by defining it at PropStringValue.
Last revised 2008-4-15
|
|