Changes

Jump to navigation Jump to search
Line 307: Line 307:     
If you want, you can try THUNDERBIRD. It's like OUTLOOK but made by a different company. It's completely free and works very well at home and at the office.
 
If you want, you can try THUNDERBIRD. It's like OUTLOOK but made by a different company. It's completely free and works very well at home and at the office.
 +
 +
===I can't receive/send email from my application (ACT!, vTiger, etc)===
 +
Most likely, this is a bug the application you're using and not a problem with the SMESERVER. The application sends an email with 'no Date header'. As the name suggests, this means a message without any date. Since the server doesn't accept mail with 'no Date header' (because it's required) the message is rejected.
 +
 +
As a workaround you can disable the check for the 'Date header'.
 +
To disable this check on the internal interface:
 +
mkdir -p /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local
 +
cd /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local
 +
echo "# 17check_basicheaders disabled by custom template" > \
 +
17check_basicheaders
 +
signal-event email-update
 +
 +
To disable this check for the external interface:
 +
mkdir -p /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/0
 +
cd /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/0
 +
echo "# 17check_basicheaders disabled by custom template" > \
 +
17check_basicheaders
 +
signal-event email-update
227

edits

Navigation menu