Hi,  I'm using dovecot-2.3.21.1 on fedora42. It seems that increasingly
   remote clients are only supporting the full email address as the login ID
   instead of just the username. One such example is Apollo.io, an AI sales
   platform that uses IMAP to connect to a remote server to send and receive
   emails.
   The documentation I've found on this appears to be deprecated or
   incomplete. Do I want to look for "shared namespace" documentation?
   Currently, emails are stored in /var/spool/mail/username. Does this need
   to change to something like /var/spool/[1]domain.com/username?
   I'll also need to change postfix to use [2][email protected] with sasl,
   I believe?
   Here is my current dovecot.conf. Ideas greatly appreciated.
   # 2.3.21.1 (d492236fa0): /etc/dovecot/dovecot.conf
   # Pigeonhole version 0.5.21.1 (49005e73)
   # OS: Linux 6.17.6-200.fc42.x86_64 x86_64 Fedora release 42 (Adams)
   # Hostname: [3]orion.example.com
   auth_mechanisms = plain xoauth2 oauthbearer
   auth_verbose = yes
   default_vsz_limit = 1500 M
   mail_gid = mail
   mail_home = mail/
   mail_location = mbox:~/mail:INBOX=/var/spool/mail/%u
   mail_max_userip_connections = 500
   mail_plugins = " listescape acl"
   mail_privileged_group = mail
   managesieve_notify_capability = mailto
   managesieve_sieve_capability = fileinto reject envelope encoded-character
   vacation subaddress comparator-i;ascii-numeric relational regex imap4flags
   copy include variables body enotify environment mailbox date index ihave
   duplicate mime foreverypart extracttext
   mbox_write_locks = fcntl
   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 {
     driver = pam
   }
   protocols = imap pop3
   service auth {
     unix_listener /var/spool/postfix/private/auth {
       group = postfix
       mode = 0660
       user = postfix
     }
   }
   service imap-login {
     inet_listener imaps {
       address = 68.195.111.42
       port = 993
     }
     process_min_avail = 6
     service_count = 0
   }
   service pop3-login {
     inet_listener pop3 {
       address = 127.0.0.1
       port = 110
     }
     inet_listener pop3s {
       port = 995
     }
   }
   ssl_cert = </etc/letsencrypt/example-fullchain.pem
   ssl_cipher_list =
   ALL:!LOW:!EXP:!aNULL:!RC4::!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS
   ssl_key = # hidden, use -P to show it
   ssl_prefer_server_ciphers = yes
   userdb {
     driver = passwd
   }
   Thanks,
   Alex

References

   Visible links
   1. http://domain.com/username
   2. mailto:[email protected]
   3. http://orion.example.com/
_______________________________________________
dovecot mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to