<div dir="ltr">Hi,<div><br></div><div>We've just upgraded a few of our desktops to use Outlook 2019, and the configuration is different from previous versions. There doesn't appear to be any ability to specify a username in addition to the user's email address.</div><div><br></div><div>The username is different than the username specified in the email address. I had read about setting auth_username_format, but the user login name is "user" while the email address is <a href="mailto:user.name@company.com">user.name@company.com</a>.</div><div><br></div><div>I've included below my dovecot -n config.</div><div><br></div><div># 2.3.7.2 (3c910f64b): /etc/dovecot/dovecot.conf<br># Pigeonhole version 0.5.7.2 (7372921a)<br># OS: Linux 5.1.16-300.fc30.x86_64 x86_64 Fedora release 30 (Thirty) <br># Hostname: <a href="http://orion.inside.example.com">orion.inside.example.com</a><br>mail_gid = mail<br>mail_home = mail/<br>mail_location = mbox:~/mail:INBOX=/var/spool/mail/%u<br>mail_max_userip_connections = 500<br>mail_plugins = " listescape"<br>mail_privileged_group = mail<br>managesieve_notify_capability = mailto<br>managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational rege<br>x imap4flags copy include variables body enotify environment mailbox date index ihave duplicate mime foreverypart extracttext<br>mbox_write_locks = fcntl<br>namespace inbox {<br>  inbox = yes<br>  location = <br>  mailbox Drafts {<br>    special_use = \Drafts<br>  }<br>  mailbox Junk {<br>    special_use = \Junk<br>  }<br>  mailbox Sent {<br>    special_use = \Sent<br>  }<br>  mailbox "Sent Messages" {<br>    special_use = \Sent<br>  }<br>  mailbox Trash {<br>    special_use = \Trash<br>  }<br>  prefix = <br>}<br>passdb {<br>  driver = pam<br>}<br>passdb {<br>  driver = pam<br>}<br>protocols = imap pop3<br>service auth {<br>  unix_listener /var/spool/postfix/private/auth {<br>    group = postfix<br>    mode = 0660<br>    user = postfix<br>  }<br></div><div>}<br>service imap-login {<br>  inet_listener imap {<br>    port = 0<br>  }<br>  inet_listener imaps {<br>    port = 993<br>  }<br>  process_min_avail = 6<br>  service_count = 0<br>  vsz_limit = 512 M<br>}<br>service pop3-login {<br>  inet_listener pop3 {<br>    port = 0<br>  }<br>  inet_listener pop3s {<br>    address = 192.168.1.100<br>    port = 995<br>  }<br>}<br>ssl_cert = </etc/letsencrypt/fullchain.pem<br>ssl_cipher_list = ALL:!LOW:!EXP:!aNULL:!RC4::!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!SRP:!DSS<br>ssl_dh = # hidden, use -P to show it<br>ssl_key = # hidden, use -P to show it<br>ssl_prefer_server_ciphers = yes<br>userdb {<br>  driver = passwd<br>}<br>userdb {<br>  driver = passwd<br>}<br></div></div>