roundcube / roundcubemail-docker

Resources to build Docker images for Roundcube Webmail
279 stars 126 forks source link

Add a 'mail_domain' Env Var in the entrypoint #231

Closed jabbate19 closed 4 months ago

jabbate19 commented 11 months ago

Commonly, the default domain should be different than the hostname of the mail server. For example, if my mail server is mail.jabbate19.com, my likely mail name is @jabbate19.com. There is a config variable in roundcube for this named mail_domain, but there is no environment variable for this through Docker.

If this is a desired feature, I would be interested in adding it, but wanted to get feedback through an issue before going forward.

jpduyx commented 7 months ago

i am also looking for this feature ...

thomascube commented 4 months ago

Fixed with #240