Mail alias-to-alias rewritten incorrectly

1 post / 0 new
#1 Fri, 10/17/2008 - 16:56
qhex16

Mail alias-to-alias rewritten incorrectly

I'm having a problem when manually editing aliases in Virtualmin > Edit Mail Aliases.

I have an alias, test@example.com, forwarded to my address, me@gmail.com. I also have other aliases, test2@example.com and test3@example.com, which forward to test@example.com. Creating these aliases seems to work fine, at least until I click Manually Edit Aliases. The addresses that appear are rewritten as:

[code:1]test::me@gmail.com test2::test test3::test [/code:1]

If I click Save without changing anything, it states that it has in fact "Modified email alias test2@example.com" and test3@example.com, and their destinations become "test" instead of "test@example.com". This basically corrupts all the aliases-to-aliases on the domain, because "test" alone is not a valid mailbox on the server.

(If I try to send mail to test2@example.com, it forwards this to "test", which is interpreted as "test@$mydomain", the global Postfix domain/hostname. This of course fails because no such mailbox exists.)

Is this a bug in the parsing of manually edited aliases? It seems that this function is "magical" behavior that might simplify other use cases, but in this case it renders the aliases undeliverable.