Re: Fwd: Re: [qmailtoaster] QMT vpopmail mysql table dir_control vadduser - vdeluser

2018-01-18 Thread Olaf
I can use "... set cur_users = 100 ..." ? Then I can remove 100 accounts . Dne 18.1.2018 v 14:24 Eric Broch napsal(a): echo "update dir_control set cur_users = 0 where domain = 'domain.com'" | mysql -u root -p vpopmail I'm not sure why ./vadduser doesn't increment 'cur_users', and I'm not s

Fwd: Re: [qmailtoaster] QMT vpopmail mysql table dir_control vadduser - vdeluser

2018-01-18 Thread Eric Broch
echo "update dir_control set cur_users = 0 where domain = 'domain.com'" | mysql -u root -p vpopmail I'm not sure why ./vadduser doesn't increment 'cur_users', and I'm not sure why ./vdeluser does. I do know that when decrementing users that 'cur_users=147483647'. Fix by above command. On

Fwd: Re: [qmailtoaster] QMT - Problem with MessageID on Vacation Message Responses

2018-01-18 Thread Eric Broch
All roll an rpm tomorrow if you'd like. On 1/17/2018 9:14 PM, Jeff Koch wrote: The URL for GITHUB is: https://github.com/roffe/autorespond-2.0.6/blob/master/patch_2.0.5-2.0.6.patch Jeff On 1/17/2018 2:41 PM, Jeff Koch wrote: I have been testing the vacation message function on the moduser p

Re: [qmailtoaster] QMT vpopmail mysql table dir_control vadduser - vdeluser

2018-01-18 Thread Chris
The 'user line in vdominfo seems invalid on my install as well, but my server is cranking along without issue. When I run vdominfo on my server, I get 68 domains that say 0 users, 3 that say 2147483646 users, and one that says users: # vdominfo | egrep '^users' | sort | uniq -c 68 users: 0