Hello!

I'm (still) fighting with vpopmail, with default domain (to be checked
before virtual users list), with users base in mysql.

I've found that code in vpopmail.c handles case of default directory
(~vpopmail/users) QUITE incorrectly.

I've added a patch at vpopmail.c, line 1638:
===
        if (!sstrcmp(domain, DEFAULT_DOMAIN)) {
                return(0);
        }
===

to prevent replacing default domain name with 'users'.

Or have I installed something totally incorrectly?

Alex.

Reply via email to