User Tools

Site Tools


internet:mail:smeserver_troubleshoot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
internet:mail:smeserver_troubleshoot [2016/10/05 12:36]
gcooper
— (current)
Line 1: Line 1:
-====== SME Server Troubleshooting ====== 
- 
-===== No Date Header ===== 
- 
-https://wiki.contribs.org/Email#I_can.27t_receive.2Fsend_email_from_my_application_.28ACT.21.2C_vTiger.2C_MS_Outlook.2C_etc.29 
- 
-This **SMTP error 552** may keep you from connecting Outlook 2016 to an SME Server IMAP server. 
- 
-{{ :internet:mail:552_no_date_header.png?500 |Outlook Test Message Error 552}} 
- 
-==== Internal Interface ==== 
- 
-To **disable the check** for the 'Date header' on the **internal interface**: 
-<file> 
- 
-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 
-</file> 
- 
-==== External Interface ==== 
- 
-To disable this check on the **external interface**: 
- 
-<file> 
-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 
-</file> 
  
internet/mail/smeserver_troubleshoot.1475692617.txt.gz · Last modified: 2016/10/05 12:36 by gcooper