Changes

Jump to navigation Jump to search
560 bytes added ,  12:54, 12 May 2011
→‎Double bounce messages: new section about how long try delivery e-mail before give up
Line 281: Line 281:     
===Server Settings===
 
===Server Settings===
 +
====How long retry before return e-mail as undeliverable====
 +
To configure how long SME server will try to delivery a message before return a permanent error
 +
 +
mkdir -p /etc/e-smith/templates-custom/var/qmail/control
 +
echo 172800 > /etc/e-smith/templates-custom/var/qmail/control/queuelifetime
 +
expand-template /var/qmail/control/queuelifetime
 +
sv t qmail
 +
 +
The default value is 604800 seconds, or one week.<br>
 +
The example above shows 172800 seconds, or two days (a weekend for infra upgrade!)
 +
 +
source: http://forums.contribs.org/index.php/topic,47471.0.html
 +
 +
 
====Double bounce messages====
 
====Double bounce messages====
 
To stop admin receiving double bounce messages
 
To stop admin receiving double bounce messages
147

edits

Navigation menu