jeboehm / docker-mailserver

Docker Mailserver based on the famous ISPMail guide
MIT License
353 stars 92 forks source link

Catchall addresses #231

Closed tiberios1 closed 1 year ago

tiberios1 commented 1 year ago

I see that docker-mailserver supports catchall addresses, I just can't see how these are setup. What do I need to do to mark a particular address as a catchall for that domain (or even for all domains that are setup)?

jeboehm commented 1 year ago

Hi You need to create a new alias with an empty name field

tiberios1 commented 1 year ago

@jeboehm That doesn't seem to be possible as the name field is a required field.

jeboehm commented 1 year ago

in aliases? not in the latest versions of mailserver-admin

tiberios1 commented 1 year ago

as far as I know I'm running the latest version. what's the best way to check? image

jeboehm commented 1 year ago
Xnapper-2023-03-17-11 44 40

This is how the latest version looks like. The mailserver-web image should be at least at version v3.5.0.

tiberios1 commented 1 year ago

Worked out why I wasn't seeing it. I'm running a local fork and merged in your main branch then restarted the containers but hadn't rebuilt them.... 🤦

jeboehm commented 1 year ago

:D perfect!