Op 12-12-20 om 17:20 schreef Elise:> dovecot-2.3.11.3_1 > Providing the correct email address and password.I think the origin of this issue is caused by Outlook itself. Setting up a new account in Outlook, one has to provide an email address instead of a user name. With using BSD usermanager, adding a user named 'ilse at mydomain.com' is converted automatically to user 'ilse'. I am not expecting that Microsoft will solve this issue on short term though. Will stick with Thunderbird (as I already planned) but how nice it would be to make Outlook my backup mail client with IMAP/Dovecot/Postfix... Best, E.
Hi Elise,>> dovecot-2.3.11.3_1 >> Providing the correct email address and password.> I think the origin of this issue is caused by Outlook itself. > Setting up a new account in Outlook, one has to provide an email address instead of a user name. With using BSD usermanager, adding a user named 'ilse at mydomain.com' is converted automatically to user 'ilse'.I am not sure I understand your problem. Who exactly is converting the username? Is it Outlook or dovecot or your BSD usermanager? I am aware of a problem where Outlook tries to guess the username from the provided e-mail address and its AS aka artificial stupidity guesses wrong. cheers, Michael
Elise, 13.12.20:> I think the origin of this issue is caused by Outlook itself. > Setting up a new account in Outlook, one has to provide an email address > instead of a user name. With using BSD usermanager, adding a user named > 'ilse at mydomain.com' is converted automatically to user 'ilse'. > > I am not expecting that Microsoft will solve this issue on short term > though.Good old "Control Panel" -> "Mail" offers some more detailed configuration options. Just use this way to set up mail accounts instead of doing it with Outlook. Mit freundlichen Gr??en / Kind Regards Christian Schmidt -- Signature not available. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5444 bytes Desc: S/MIME Cryptographic Signature URL: <https://dovecot.org/pipermail/dovecot/attachments/20201215/a13f542f/attachment.p7s>
On Sun, 13 Dec 2020 at 18:22, Elise <dovecot_ml at cloudzeeland.nl> wrote:> Op 12-12-20 om 17:20 schreef Elise: > > > dovecot-2.3.11.3_1 > > Providing the correct email address and password. > > I think the origin of this issue is caused by Outlook itself. > Setting up a new account in Outlook, one has to provide an email address > instead of a user name. With using BSD usermanager, adding a user named > 'ilse at mydomain.com' is converted automatically to user 'ilse'. > > I am not expecting that Microsoft will solve this issue on short term > though. Will stick with Thunderbird (as I already planned) but how nice > it would be to make Outlook my backup mail client with > IMAP/Dovecot/Postfix... > > Best, E. >Elise, your problem is simple. And yes, I am a *BSD diehard for donkey years. You want to setup a system that handles virtual users. The BSD usermanager creates system accounts (/etc/passwd) and those cannot be made to be user at domain by default, although Dovecot authenticating system users and concatenating the domain is possible. So what you need to focus on is whether you want to authenticate system users or virtual users. Read Postfix docs about this. For Dovecot, it is easy. Just look at the passdb and userdb configs and Dovecot will do whatever you decide from the above choices. It can actually do both - and many! I have a system where dovecot authenticates system accounts and vurtual accounts (MySQL and SambaAD) . I am an Exim user though. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", grep ^[^#] :-) -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20201216/7d7fbeed/attachment.html>