mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[GH-ISSUE #1238] postfix's main.cf should have an entry for $mydestination #1006
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1006
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TonyBostonTB on GitHub (Sep 20, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1238
Impacted versions
Steps to reproduce
Current behavior
Expected behavior
One has to change /etc/postfix/main.cf to have the following
$mydestination = $myhostname
@tonioo commented on GitHub (Sep 22, 2017):
This is intentional. Instead, I'd like to setup a default domain in Modoboa corresponding to the hostname with an administrator and a catchall alias to receive all emails sent by daemon programs. What do you think?
@paulchabotca commented on GitHub (Oct 2, 2017):
This is great, but currently as it stands, message ids look like this.
Message-ID: 20171002090039.1244.83116@localhost.localdomain
@tuxis-ie commented on GitHub (Nov 27, 2017):
I think on a Linux machine, people are used to redirect root to a specific address. Having to install the localdomain into modoboa and create a forward there seems inefficient.
@tonioo commented on GitHub (Dec 3, 2017):
Changed (
github.com/modoboa/modoboa-installer@111cb83b07).