ispCP - Board - Support
Error deleting User - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Error deleting User (/thread-7025.html)



Error deleting User - joenas - 06-22-2009 12:48 AM

Hello,

After adding an Account with a non-existent domain (e.g. asdjshadasjd.org) I get the status unknown in user list.
So I deleted the user but the action cannot proceed.
ispCP debugger says following:
Code:
meihousehere.dyndns.org - Set status to "change"
sys_command() | ERROR: External command '/usr/sbin/postmap /etc/postfix/ispcp/domains' returned '72057594037927935' status !

can anybody help me?


RE: Error deleting User - BeNe - 06-22-2009 05:24 AM

It has something todo with Postfix - but what ?

Greez BeNe


RE: Error deleting User - joenas - 06-22-2009 05:46 AM

Both accounts do not have EMail Accounts.

Seems there is no postmap bin on the server, looked in /usr/sbin and other dirs withoud success.


RE: Error deleting User - BeNe - 06-22-2009 05:48 AM

Please test it with
Code:
# which postmap

My result:
Code:
srv01:~/bin# which postmap
/usr/sbin/postmap

Greez BeNe


RE: Error deleting User - joenas - 06-22-2009 05:50 AM

Code:
srv:/home/user# which postmap
srv:/home/user#



RE: Error deleting User - BeNe - 06-22-2009 05:51 AM

But Postfix itself is installed ??

Greez BeNe


RE: Error deleting User - joenas - 06-22-2009 06:00 AM

Postfix is installed,
stopped it with /etc/init.d/postfix stop
and restartet successfully with
/etc/init.d/postfix start


RE: Error deleting User - joenas - 06-22-2009 05:46 PM

I just updated Apache with apt-get upgrade but it was not able to restart due config directoty missmatch.
After removing manually account from the /etc/apache2/sites-enabled/ispcp.conf it worked again.

How can I delete "half existing" user accounts?
mhm after reinstalling postfix all worked fine for me.

thread can be closed.