How can I include the subdomain for an account email-address? #4664
-
|
Hello, I migrated from another mail server to this server. I had user@mail.example.org as my email-address and right now I'm stuck with user@example.org, while the latter looks nicer, I'm currently having the problem that all my logins and contacts know my e-mail-address with the subdomain. Is there a way I can easily change this or use both? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
|
Short-version:
The default setup for DMS will make some assumptions, such as You can look at the FAQ page of our docs and there is a "bare domain" entry with advice on how to configure Postfix to not handle After making that change, you can add a wildcard / catch-all virtual alias ( If you'd like to avoid the bare domain caveat, you can also have DMS run for a different domain, in addition to your You could also technically have DMS Postfix configured to use |
Beta Was this translation helpful? Give feedback.


Short-version:
mail.example.org(with some caveats).@mail.example.org=>@example.org.The default setup for DMS will make some assumptions, such as
hostname: mail.example.orgwill treat@mail.example.orgdomain-part of email addresses as to/from the internal system users, which is for example bounce mail or sending notifications from DMS integrated services like Amavis to the postmaster address (which IIRC presently when that address is not configured it'll assumepostmaster@example.org…