Difference between revisions of "Email"

From SME Server
Jump to navigationJump to search
m (draft thunderbird ConcurrencyLimitPerIP workaround)
m
Line 2: Line 2:
 
Change email settings
 
Change email settings
 
   
 
   
<!--
+
 
 
====Thunderbird 'is not imap4 mail-server'====
 
====Thunderbird 'is not imap4 mail-server'====
 +
Mozilla thunderbird with sme7.x imap server sometimes gives this error message,
 +
''This Mail-server is not a imap4 mail-server''
  
I try to use mozilla thunderbird with my sme7.x imap server. Sometimes I get this error message from my thunderbird client software:  "This Mail-server is no imap4 mail-server"
+
To workaround thunderbirds limitations, increase the ConcurrencyLimitPerIP value
 
 
To fix, increase the ConcurrencyLimitPerIP value
 
 
  config setprop imap ConcurrencyLimitPerIP 20
 
  config setprop imap ConcurrencyLimitPerIP 20
  expand-template /var/service/imaps/config
+
  signal-event post-upgrade; signal-event reboot
signal-event email-update
 
  
 
check
 
check
 
  config show imap
 
  config show imap
 
  tail -f /var/log/imap/current | tai64nlocal  
 
  tail -f /var/log/imap/current | tai64nlocal  
 
**** * this doesn't actually fix the problem ****
 
-->
 
 
  
 
====Spamassassin====
 
====Spamassassin====

Revision as of 09:59, 1 March 2007

Email

Change email settings


Thunderbird 'is not imap4 mail-server'

Mozilla thunderbird with sme7.x imap server sometimes gives this error message,

This Mail-server is not a imap4 mail-server

To workaround thunderbirds limitations, increase the ConcurrencyLimitPerIP value

config setprop imap ConcurrencyLimitPerIP 20
signal-event post-upgrade; signal-event reboot

check

config show imap
tail -f /var/log/imap/current | tai64nlocal 

Spamassassin

Set spamassassin for automatically delete junkmail. You can change the "days" that spamassassin sets to automatically delete junkmail, to delete after two months

db configuration setprop spamassassin MessageRetentionTime 60  
signal-event email-update 

Keep a copy of all emails

You may need to keep a copy of all emails sent to or from your email server. This may be for legal, or other reasons.

The following instructions will create a new user account (maillog) and forward every email that goes through your SME server to it.

First, log onto the server-manager and create the user maillog

Go to the SME Command Line (logon as root) and issue the following commands:

config setprop qpsmtpd Bcc enabled
config setprop qpsmtpd BccMode bcc
signal-event email-update

The second command is optional; it makes the forwarding of the emails invisible to the end user. Without it, there will be an X-Copied-To: header in each email.

If you want to view the emails, point your email client at the sme and log on as maillog.