mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #47] Can't add an localhost alias #42
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#42
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 @hempalex on GitHub (Aug 19, 2013).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/47
Postfix mydestination is:
But i can't add a local address e.g. test@localhost (used to mail2news gateway)
@barryo commented on GitHub (Sep 10, 2013):
This is not a ViMbAdmin issue.
I suspect if you add
testto your/etc/aliasesfile and runnewaliaesyou're problem will be solved.@hempalex commented on GitHub (Sep 10, 2013):
i have virtual domain - domain.com
i wont to make a "group" of users, recieving some email, but this email also need to be send to system alias.
in postfix virtual aliases:
group@domain.com: user1@domain.com, user2@domain.com, group@localhost
/etc/aliases:
group: |/usr/local/bin/mail2news.pl some-newsgroup
But in ViMbAdmin i can't add this address - group@localhost
Anyway - group@localhost is correct email, problem is in email address checking
@Fmstrat commented on GitHub (Jan 18, 2014):
I'm not sure this issue should be closed. Scenario:
This is because there is no way of setting up an alias of do-not-reply@mydomain.com to do-not-reply@localhost because of the email validation. "localhost" should be allowed in the domain field.
@Fmstrat commented on GitHub (Jan 18, 2014):
For anyone following this topic, I did figure out a workaround.
Doing this allowed for things like group@localhost described above as group@mail.mydomain.com.