qmail - Einrichtung von POP-Accounts via PHP

Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
Post Reply
ztk
Posts: 13
Joined: 2004-10-15 03:59
Location: localhost
 

qmail - Einrichtung von POP-Accounts via PHP

Post by ztk »

Hallo,

habe ein Problem, muss jetzt ~90 (fortlaufend mehr) POP-Accounts einrichten, manuell ein wenig langweilig :)

Ich habe es mit folgendem Aufruf versucht:
exec('/home/vpopmail/bin/vadduser test2@domain.de test');
Bekam aber nur
Error: Unable to chdir to vpopmail/domains directory
kenzo
Posts: 526
Joined: 2003-07-15 20:30
 

Re: qmail - Einrichtung von POP-Accounts via PHP

Post by kenzo »

Error: Unable to chdir to vpopmail/domains directory
Check die Userrechte.
ztk
Posts: 13
Joined: 2004-10-15 03:59
Location: localhost
 

Re: qmail - Einrichtung von POP-Accounts via PHP

Post by ztk »

für mich, für das programm? Oder reicht chmod?

Ist das erste Mal, dass ich wirklich mit derartigem zu tun habe... bin /dau ,was das anbelangt...
Post Reply