Hello,

I just ran into a problem when I tried to activate tmda with the cgi for a new pop account. The domain homedir was not in /home/vpopmail/domains/.. but in /home/vpopmail/domains/0/.. (this is the vpopmail way to keep dirs small)

This leads to problems with PARENT_RE not finding the users parent dir. I have changed it to:

PARENT_RE = "^" + VPop + "/domains/[\d\/]*[^/]+\.[^/]+$"

this is probably not the best way (but it worked) so someone more familiar with regex in python should probably have a look at this.

Regards
Roland
--
Roland Irle                           mail: [EMAIL PROTECTED]
Kamp Netzwerkdienste GmbH             Tel.: 0208/89402-23
Vestische Str. 89/91                  Fax.: 0208/89402-40
D-46117 Oberhausen                    http://www.kamp.net
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to