[vchkpw] disable-many-domains - enable-many-domains

2010-05-11 Thread Thibault Richard
Hello, I'm using vpopmail since a few years with the compilation option --disable-many-domains (for historical reason because I followed Qmailrocks guide for my first installation). If I've well understand, one one the difference between those compilation option is the MySQL table structure

[vchkpw] Re: disable-many-domains - enable-many-domains

2010-05-19 Thread Thibault Richard
Is there a MySQL script to convert the table structure between the two options ? Not that I'm aware of, but I expect it would be fairly simple. I know of someone else who might be interested in this as well. I'm currently busy with something else but I'll post it as soon as it 'll be done.

Re: [vchkpw] Qmail migration

2010-06-16 Thread Thibault Richard
Hello, I'm pretty sure this script is working well but this is what I've recently done : 1° Modify MX test domain 2° Stop previous server+ copy DB previous_server:~# /etc/init.d/apache2 stop previous_server:~# /usr/bin/mysqldump -c -C -e -Q --add-drop-table -uroot -p***password***

Re: [vchkpw] Vpopmail connecting to remote mysql

2010-06-20 Thread Thibault Richard
From a command line try : mysql -hYOUR-REMOTE-HOST -uYOUR-MYSQL-LOGIN -p and please tell us if your are able ton connect - Original Message - From: Bob Hutchinson hutchli...@midwales.com To: vchkpw@inter7.com Sent: Friday, June 18, 2010 9:21 AM Subject: Re: [vchkpw] Vpopmail

Re: [vchkpw] Courier IMAP or other IMAP serves...

2010-06-22 Thread Thibault Richard
Hello, Since version 0.59.2, courier-authlib is no longer supporting vchkpw. If you want to use the last courier-imap version, I advice you to install vpopmail with MySQL support and to configure authlib to authenticate through MySQL Change line 27 of the file authdaemonrc with following :

[vchkpw] An updated version of Qmailrocks for Debian

2010-06-24 Thread Thibault Richard
Hello, I recently had to build a new server in a method like qmailrocks did a few years ago As I 've spend some time to solve some issues, I've decided to share my experience with the other people. If you are interrested, I've posted an updated version of QmailRocks guide for Debian on

Re: [vchkpw] webmail option...

2010-07-07 Thread Thibault Richard
As alternative, you can use the tips described on http://qmailrocks.thibs.com/authlib.php The idea is to use the MySQL database used by vpopmail - Original Message - From: Den Arion To: vchkpw@inter7.com Sent: Wednesday, July 07, 2010 8:14 AM Subject: [vchkpw] webmail

Re: [vchkpw] disable-many-domains - enable-many-domains

2010-07-23 Thread Thibault Richard
someone ! Best Regards Thibault - Original Message - From: Thibault Richard th...@thibs.com To: vchkpw@inter7.com Sent: Tuesday, May 11, 2010 2:53 PM Subject: :SPAM: LOW * [vchkpw] disable-many-domains - enable-many-domains Hello, I'm using vpopmail since a few years with the compilation

Re: [vchkpw] submission port 587

2010-09-12 Thread Thibault Richard
Hello, You can find a small how to on http://qmailrocks.thibs.com/daemontools.php (second part of the page, you have to select I've downloaded each software individually from original locations) The description is based on John Simpson 'scripts best described on

Re: [vchkpw] vusaged compile error

2011-01-23 Thread Thibault Richard
Hello, Try with this command before cat ~vpopmail/etc/vusagec.conf __EOF__ Server: Disable = True; __EOF__ Thibault Le dimanche 23 janvier 2011 à 15:53 +0800, Qmail List a écrit : Hi, Tried to compile vusaged, but during the command ./configure i had encounter the error

Re: [vchkpw] todo queue qmail

2011-05-11 Thread Thibault Richard
Hello, if you are using qmailctl script, try to simply launch qmailctl doqueue or qmailctl flush or (in the worst case) qmailctl restart Regards Thibault - Original Message - From: David Díaz Díaz To: vchkpw@inter7.com Sent: Wednesday, May 11, 2011 3:50 PM Subject:

Re: [vchkpw] Re: [SPAM] slow local queue

2011-05-25 Thread Thibault Richard
Also, rather than struggling with QMR, I highly recommend using QMail-Toaster (http://qmailtoaster.com). Everything there is all pre-bundled for you. QMT just works. Strong community and documentation there as well. But if you are using Debian/Ubuntu and you want a QMR like installation

Re: [vchkpw] vpopmail migration

2011-06-16 Thread Thibault Richard
- Original Message - From: Thibault Richard To: vchkpw@inter7.com Sent: Thursday, June 16, 2011 10:15 AM Subject: Re: [vchkpw] vpopmail migration Hello, Take a look to http://qmailrocks.thibs.com/upgrade-from-qmailrocks.php Regards Thibault - Original

RE: [vchkpw] Re: New server

2012-08-20 Thread Thibault Richard
Hello, QMT is a descendant of lifewithqmail as well. QMT is an offshoot of qmailrocks, which is an offshoot of LWQ. So they have strong similarities, although LWQ and QMR are no longer active projects TTBOMK. QMR is not totally dead. 3 years ago, I've created the site

RE: [vchkpw] [SPAM] block vpopmail brute force

2012-09-06 Thread Thibault Richard
Hello, It seems good ! For such purpose I use this kind of rules iptables -P INPUT DROP ... iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT ... iptables -A INPUT -m state --state NEW -p TCP --dport 110 --syn -m limit --limit 3/s --limit-burst 3 -j ACCEPT ... iptables -A INPUT

RE: [vchkpw] vchkpw auth remote database

2012-10-22 Thread Thibault Richard
Hello, Does your vpopmail svr have at least a MySQL CLIENT installed ? Best Regards Thibault -Original Message- From: kengheng [mailto:kengh...@mysql.cc] Sent: lundi 22 octobre 2012 11:27 To: vchkpw@inter7.com Subject: [vchkpw] vchkpw auth remote database Hi All, I've setup a

RE: [vchkpw] vchkpw auth remote database

2012-10-23 Thread Thibault Richard
Hello Are your MySQL right well set on the MySQL server ? I usually set those rights GRANT select,insert,update,delete,create,drop ON vpopmail.* TO vpopmailuser@SRV1 IDENTIFIED BY 'VPOPMAIL_PASSWORD'; (modifications right to create new accounts + logging) Best Regards Thibault

RE: [vchkpw] vchkpw auth remote database

2012-10-23 Thread Thibault Richard
linkage is OK. Something else is preventing vchkpw from working. -Tom (Sent from my phone; forgive my brevity) On Oct 23, 2012, at 2:28 AM, Thibault Richard th...@thibs.com wrote: Hello Are your MySQL right well set on the MySQL server ? I usually set those rights GRANT select,insert,update

Re: [vchkpw] 5.4.33 marked stable

2012-10-23 Thread Thibault Richard
Hello Matt, On http://sourceforge.net/projects/vpopmail/files/vpopmail-stable/, the last modification date for 5.4.33 is 2011-02-28 Does it means that all the changes you are talking about have been made before this date and that the only thing you've changed today is the status (from

Re: [vchkpw] 5.4.33 marked stable

2012-10-23 Thread Thibault Richard
MESSAGE- Hash: SHA1 On 10/23/2012 05:09 PM, Thibault Richard wrote: Hello Matt, On http://sourceforge.net/projects/vpopmail/files/vpopmail-stable/, the last modification date for 5.4.33 is 2011-02-28 Does it means that all the changes you are talking about have been made before this date

RE: [vchkpw] vchkpw auth remote database

2012-10-25 Thread Thibault Richard
the privilege to user@vpopmailhost, however the vpopmail behaviour as below: vuserinfo can query the user result however,when run vchkpw for smtp-auth, it return the err msg as below: vchkpw-submission: vpopmail user not found t...@abc.com:email_client_ip On 10/23/12 11:07 PM, Thibault

RE: [vchkpw] Qmailadmin -- on a Remote Machine

2013-02-19 Thread Thibault Richard
Hello, I think the only way is to make a NFS mount (but it's a really bad idea to implement it in production) Best Regards Thibault -Original Message- From: Todor Petkov [mailto:z...@online.bg] Sent: mardi 19 février 2013 09:17 To: vchkpw@inter7.com Subject: Re: [vchkpw] Qmailadmin --

RE: [vchkpw] [SPAM] Re: [vchkpw] [SPAM] Error: Unable to chdir to vpopmail/domains/domain directory

2013-05-16 Thread Thibault Richard
Hello, I've checked on my own install . it's indeed the right permissions drwxrwx--- 9 vpopmail vchkpw 4.0K Feb 21 2012 vpopmail With the command ls -lah /home/vpopmail/ you should have drwx-- 150 vpopmail vchkpw 4.0K Apr 10 16:29 domains If you have at least one

Re: [vchkpw] [SPAM] Error: Unable to chdir to vpopmail/domains/domain directory

2013-05-16 Thread Thibault Richard
My way of doing (I’m the author of http://qmailrocks.thibs.com) is not so bad From: Ron Herzing Sent: Thursday, May 16, 2013 3:49 PM To: vchkpw@inter7.com Subject: Re: [vchkpw] [SPAM] Error: Unable to chdir to vpopmail/domains/domain directory I word of caution. Qmailrocks is not a good way

Re: [vchkpw] [SPAM] Re: [vchkpw] [SPAM] Error: Unable to chdir to vpopmail/domains/domain directory

2013-05-16 Thread Thibault Richard
Kundeti. On Thu, May 16, 2013 at 7:01 PM, Thibault Richard th...@thibs.com wrote: Hello, I’ve checked on my own install … it’s indeed the right permissions drwxrwx--- 9 vpopmail vchkpw 4.0K Feb 21 2012 vpopmail With the command “ls -lah /home/vpopmail/” you should have

Re: [vchkpw] [SPAM] Error: Unable to chdir to vpopmail/domains/domain directory

2013-05-16 Thread Thibault Richard
] [SPAM] Error: Unable to chdir to vpopmail/domains/domain directory HI Thibs, looks nice but you are still running courier ops!! So maybe it's a new project for you to update to dovecot faster and supported better than courier now. Just my 2 cents, Remo On May 16, 2013, at 08:54 , Thibault

RE: [vchkpw] [SPAM] Segmentation fault in vadduser

2015-09-15 Thread Thibault Richard
This is probably why the 5.4.0 is still not considered as stable (the latest stable version is still 5.4.33) -Original Message- From: Drew Wells [mailto:drew-vpopm...@elysium.ltd.uk] Sent: Tuesday 15 September 2015 11:19 To: vchkpw@inter7.com Subject: [vchkpw] [SPAM] Segmentation fault