Hi!
I tried with your config and I got:
Jun 05 08:43:30 auth-worker(11465): Error: passwd-file /etc/dovecot/users: User
t...@test.com is missing userdb info
This is because your line is missing sufficient amount of colons, try changing
t...@test.com:{plain}test
into
t...@test.com:{plain}test
How to display emails within 30 days or 60 days in inbox, sent box, etc. For
example, in the mail client tool, the user clicks the inbox button and only
sees the mail within 30 days. The virtual mailbox plugin will only generate a
new mailbox.
Thank you!!!
Hi Aki,
Thanks for the response. I'm, unfortunately, a little confused. This is the
only line in /etc/dovecot/users:
t...@test.com:{plain}test
Which matches your suggestion to use the full smtp address as the username and
log in with it, which I did for my test. Can you specify what it was
> On 4. Jun 2020, at 18.17, Nicholas Taylor wrote:
>
> Fetchmail connects to your provider's e-mail server as if it were an MUA,
> then feeds mail to your server's MTA as if it were a peer MTA. If your
> provider doesn't allow client connections (by IMAP or POP), then you're right
> that f
Fetchmail connects to your provider's e-mail server as if it were an
MUA, then feeds mail to your server's MTA as if it were a peer MTA. If
your provider doesn't allow client connections (by IMAP or POP), then
you're right that fetchmail won't help.
It sounds as though you need to set up some
> On 04/06/2020 02:51 Scott A. Wozny wrote:
>
>
> I’m trying a super basic config based upon
> https://wiki.dovecot.org/HowTo/PostfixDovecotLMTP but before I work on
> shipping mail through Postfix to DoveCot, I wanted to make sure IMAP is
> working first, but I can’t even get a basic login