Skip to content

Add a mail_user_get_by_name function

Helmo requested to merge helmo/ispconfig3:patch-mail_user_get_by_name into master

I needed this lookup, so here's a copy of mail_domain_get_by_domain that does what the name says.

My main usecase is to test is a username exists, and what the ID is.

It's now returning a select *, but just the ID or a subset of fields would be ok for me.

Merge request reports