User Tools

Site Tools


local_imap

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
local_imap [2015/10/25 15:22] – [Configure fetchmail to deliver mail to local users] hardcode mda. breetailocal_imap [2016/03/27 14:37] (current) – [Local Dovecot IMAP server] breetai
Line 36: Line 36:
  
 <code> <code>
-apt-get istall dovecot-common dovecot-core dovecot-imapd+apt-get install dovecot-common dovecot-core dovecot-imapd
 </code> </code>
 Standard settings don't allow dovecot to manage /var/mail/ and it goes bonkers because of that. It shows this with the following error in /var/log/syslog. Change the configuration of dovecot to use the mail group for accessing the mail spool. Standard settings don't allow dovecot to manage /var/mail/ and it goes bonkers because of that. It shows this with the following error in /var/log/syslog. Change the configuration of dovecot to use the mail group for accessing the mail spool.
Line 315: Line 315:
  
 === Test run === === Test run ===
-The test run didn't pan out that well. It's better to just start the daemon in regular mode. But having acute logging open of /var/log/syslog and /var/log/mail.log via "tail -f" I observed what happened. Like for instance my mail being downloaded and then disappearing. Exim deemed the culprit in this case. It had a limit of only 10 new entries per delivery. Nice for a big site, but worthless for a small site like mine. So adapt the setting for Exim. Figuring this out is deemed out of scope for this article.+The test run didn't pan out that well. It's better to just start the daemon in regular mode. But having acute logging open of /var/log/syslog/var/log/mail.log and /var/log/procmail via "tail -f" I observed what happened. Like for instance my mail being downloaded and then disappearing. Exim deemed the culprit in this case. It had a limit of only 10 new entries per delivery. Nice for a big site, but worthless for a small site like mine. So adapt the setting for Exim. Figuring this out is deemed out of scope for this article.
  
 === Enable fetchmail globally ===  === Enable fetchmail globally === 
local_imap.1445786561.txt.gz · Last modified: 2015/10/25 15:22 by breetai