w2c / ispconfig3_roundcube

ISPConfig3 plugins for Roundcube
https://www.web-wack.at
GNU General Public License v3.0
180 stars 63 forks source link

User/from shows loginuser@localhost #110

Closed TonyGravagno closed 3 years ago

TonyGravagno commented 3 years ago

An ISPConfig Mailbox exists for user admin@foodomain.tld, with name "Administrator". The Login is set to "fooadmin". Login to Roundcube is successful as user "fooadmin". But above the folder list the email address displays as fooadmin@localhost.

Settings > Identities shows Display Name "fooadmin" with Email "fooadmin@localhost".

Settings > Account > General shows username "fooadmin", server "localhost" and default sender "fooadmin fooadmin@localhost".

The Linked email addresses are all correct, except for "admin@foodomain.tld" which is shown as a Linked address, where I'd expect it to be the primary/general.

If I compose a new post, only that incorrect name/address is shown, and there are no linked accounts listed, though here I'd expect all of the linked addresses to be shown as alternative From addresses - Send-As is checked in all Email Aliases, and the addresses are Active.

thompol commented 3 years ago

I think this is a issue that only exists when using custom login names.

TonyGravagno commented 3 years ago

I'll see what happens with using a mailbox user@domain. If this is the issue I'd like to try to fix/enhance it. I prefer using a custom login. If an address gets spam-compromised it can be disposed at some point, and replaced with a new address under the same user login.

thompol commented 3 years ago

I can see the use of that though I think improving your spamfilter is a better idea for most users ;)

For identities, it is Roundcube behaviour and not from this plugin.

TonyGravagno commented 3 years ago

Roundcube is now set to accept the full email address for login. It does authenticate against ISPConfig. Yes, above the folder list the email address now displays the correct admin@foodomain.tld.