Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.sys.raspberry-pi    |    Raspberry Pi computers & related hardwar    |    26,127 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 26,074 of 26,127    |
|    Computer Nerd Kev to Markus Robert Kessler    |
|    Re: Dovecot for testing - can someone pl    |
|    18 Jan 26 07:21:23    |
   
   From: not@telling.you.invalid   
      
   Markus Robert Kessler wrote:   
   > I try to set up a simple Dovecot instance on a raspberry where I can   
   > create one mailbox and use this for testing purposes with GNU Mailutils   
   > and ImapSync.   
      
   FWIW GNU Mailutils comes with an IMAP server too, which I use for   
   about the same purpose as what you seem to be doing. It seemed like   
   a good idea but in practice I rarely use it and read the mailbox   
   movemail writes to directly with an email client instead.   
      
   Something like this in /etc/mailutils.conf configures it:   
   "   
   program imap4d   
   {   
      
   logging   
   {   
    syslog yes;   
    facility mail;   
    severity debug;   
   };   
      
   #debug {   
   # level auth;   
   #};   
      
   auth   
   {   
    authentication generic;   
    authorization system;   
   };   
      
   login-disabled false;   
   homedir   
   {   
    create false;   
   }   
      
   mailbox   
   {   
    mailbox-type "mh";   
    folder "Mail/";   
   };   
      
   namespace personal   
   {   
    mailbox-mode g=;   
    prefix ""   
    {   
    directory "$home/Mail";   
    mailbox-type "mh";   
    };   
   };   
      
   };   
   "   
      
   You need a "mail" group and add users who can log via IMAP to that   
   group.   
      
   I've configured Dovecot before too but I find it difficult, so   
   you'd better get advice on that from one of the people who says   
   it's easy.   
      
   --   
   __ __   
   #_ < |\| |< _#   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca