Hi, As required by a migration I'm involved with, pop/imap login names have to be formatted as 'username(dot)domain(dot).com', using dot as a separator instead of common @% characters.
I took a look at source code and found ATCHARS defined in vpopmail.h. Is it safe to add the dot sign? Might break code? I did the test and it seems to work ok, but unsure if might find problems elsewhere Thanx