Changes

Jump to navigation Jump to search
2,347 bytes added ,  05:00, 28 December 2007
Saving unfinished work due to power failure
Line 270: Line 270:  
- change outgoing smtp port to 465 and select SSL<br>
 
- change outgoing smtp port to 465 and select SSL<br>
 
- enable Authentication against the outgoing mail server
 
- enable Authentication against the outgoing mail server
 +
 +
 +
====How do I enable and configure a disclaimer in email messages====
 +
 +
This is part of sme7.2 so make sure you have upgraded before trying this.
 +
 +
config setprop smtpd disclaimer enabled
 +
pico /service/qpsmtpd/config/disclaimer
 +
Enter the required disclaimer text (Ctrl o to save)(Ctrl x to exit)
 +
signal-event email-update
 +
 +
Note this creates a general disclaimer for all domains on your sme server
 +
 +
To create domain specific disclaimers, delete the general disclaimer file and create the files
 +
disclaimer_domain1.com.au
 +
disclaimer_domain2.com
 +
disclaimer_domain3.org
 +
 +
edit the files with appropriate text
 +
 +
After making any changes remember to do
 +
signal-event email-update
 +
 +
 +
Note also the criteria for when a disclaimer is attached (see http://bugs.contribs.org/show_bug.cgi?id=2648)
 +
eg internal to external messages but not internal to internal.
 +
There are also various switches that can be applied (see http://bugs.contribs.org/show_bug.cgi?id=2648).
 +
***************************************************************
 +
 +
 +
 +
from
 +
http://bugs.contribs.org/show_bug.cgi?id=2648
 +
 +
disclaimer incorporated into base release of
 +
 +
download from
 +
yum --enablerepo=smeupdates-testing update qpsmtpd
 +
 +
To enable do the following...
 +
 +
config setprop smtpd disclaimer enabled
 +
signal-event email-update
 +
 +
Then create /service/qpsmtpd/config/disclaimer and add you text to the
 +
disclaimer/footer
 +
 +
pico /service/qpsmtpd/config
 +
 +
 +
Then, to create a general disclaimer (for all domains), create a file called
 +
"disclaimer" with the contents you want.
 +
 +
To create domain specific disclaimer(s), create files "disclaimer_domain name"
 +
(eg. "disclaimer_xxx.co.nz")
 +
 +
cd /service/qpsmtpd/config
 +
 +
create a file...
 +
 +
touch disclaimer
 +
 +
 +
***********************************************
 +
 +
download and install
 +
 +
wget http://mirror.contribs.org/smeserver/contribs/michaelw/sme7/smeserver-qpsmtpd-disclaimer-0.0.1-0.noarch.rpm
 +
rpm -Uvh smeserver-qpsmtpd-disclaimer*.rpm
 +
signal-event email-update
 +
 +
make disclaimer text changes to
 +
/home/e-smith/files/server-resources/qpsmtp/disclaimer
 +
 +
then for changes to take effect do
 +
signal-event email-update
 +
 +
 +
To enable (will be documented in wiki) do the following...
 +
 +
config setprop smtpd disclaimer enabled
 +
signal-event email-update
 +
 +
Then create /service/qpsmtpd/config/disclaimer and add you text to the
 +
disclaimer/footer
 +
 +
 +
smeserver-qpsmtpd 1.2.1-43
    
===External Access===
 
===External Access===
624

edits

Navigation menu