I have been trying for weeks to make it work.But I simply cant.
   Would you plz kindly tell me how it should be? :
   doveconf -n
   # 2.3.21.1 (d492236fa0): /etc/dovecot/dovecot.conf
   # OS: Linux 6.1.67-gentoo x86_64 Gentoo Base System release 2.17 ext4
   # Hostname: ..................
   auth_mechanisms = cram-md5 plain login
   disable_plaintext_auth = no
   listen = *
   mail_location = maildir:/home/vmail/%d/%n/Maildir
   namespace inbox {
     inbox = yes
     location =
     mailbox Drafts {
       special_use = \Drafts
     }
     mailbox Junk {
       special_use = \Junk
     }
     mailbox Sent {
       special_use = \Sent
     }
     mailbox "Sent Messages" {
       special_use = \Sent
     }
     mailbox Trash {
       special_use = \Trash
     }
     prefix =
   }
   passdb {
     args = *
     driver = pam
   }
   passdb {
     args = scheme=CRAM-MD5 username_format=%u /etc/dovecot/users
     driver = passwd-file
   }
   service auth {
     unix_listener /var/spool/postfix/private/auth {
       group = postfix
       mode = 0666
       user = postfix
     }
   }
   ssl_cert = </etc/ssl/private/server.crt
   ssl_key = # hidden, use -P to show it
   userdb {
     driver = passwd
   }
   userdb {
     args = scheme=CRAM-MD5 username_format=%u /etc/dovecot/users
     driver = passwd-file
   }
   userdb {
     args = uid=vmail gid=vmail home=/home/vmail/%d/%n
     driver = static
   }
   local_name [1]asl.dynu.net {
     ssl_cert = </etc/letsencrypt/live/[2]asl.dynu.net/fullchain.pem
     ssl_key = # hidden, use -P to show it
   }
   local_name  {
     ssl_cert = </etc/letsencrypt/live//fullchain.pem
     ssl_key = # hidden, use -P to show it
   }
   etc. Plz help me.And kindly consider creating a migration tool.Thanks a
   lot
   Andreas

References

   Visible links
   1. http://asl.dynu.net/
   2. http://asl.dynu.net/fullchain.pem
_______________________________________________
dovecot mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to