public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Wols Lists <antlists@youngman.org.uk>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Anyone here use Proton email service?
Date: Fri, 4 Oct 2024 11:11:44 +0100	[thread overview]
Message-ID: <9769a559-b6e9-4363-b88c-8177cf2e3178@youngman.org.uk> (raw)
In-Reply-To: <f42e3c72-ad04-e6a5-a3f0-4d778b637352@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 513 bytes --]

On 04/10/2024 09:01, Dale wrote:
> Once I get started, maybe this will go smoothly this time.  Just maybe.

You'll need to read the docu, but this is my dovecot config file. Note 
that I have NOT changed any files that were installed with dovecot.

This file won't exist on a clean install, but it's pointed at by default 
install file on a "use it if it exists" basis.

I've got (iirc) a user vmail which dovecot runs as, and as you can see 
it uses /home/vmail as its data store for virtual users.

Cheers,
Wol

[-- Attachment #2: local.conf --]
[-- Type: text/plain, Size: 216 bytes --]

# authentication configuration
auth_verbose = yes
auth_mechanisms = plain
passdb {
  driver = passwd-file
  args = /etc/dovecot/passwd
}
userdb {
  driver = static
  args = uid=vmail gid=vmail home=/home/vmail/%u
}


  reply	other threads:[~2024-10-04 10:11 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-02  4:59 [gentoo-user] Anyone here use Proton email service? Dale
2024-10-02  5:14 ` mad.scientist.at.large
2024-10-02  9:26 ` Arthur R.
2024-10-02 13:02   ` mad.scientist.at.large
2024-10-02 13:10     ` Dale
2024-10-02 14:18       ` Michael
2024-10-02 18:47         ` Dale
2024-10-02 19:10           ` Wol
2024-10-03  4:30             ` Dale
2024-10-03  8:45               ` Michael
2024-10-03  9:37                 ` Dale
2024-10-03 11:33                   ` Michael
2024-10-03 14:52                     ` Peter Humphrey
2024-10-04  6:16                     ` Wols Lists
2024-10-04  8:01                       ` Dale
2024-10-04 10:11                         ` Wols Lists [this message]
2024-10-04 13:52                         ` Michael
2024-10-03 14:44             ` Peter Humphrey
2024-10-03 15:38               ` Arve Barsnes
2024-10-07  8:15   ` gentoo-user

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9769a559-b6e9-4363-b88c-8177cf2e3178@youngman.org.uk \
    --to=antlists@youngman.org.uk \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox