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

2013-05-16 Thread swaroop kumar
Hi All,

I am switching my mail server from sendmail to qmail, currently installing
qmail in debian and i am following this link http://qmailrocks.thibs.com/

I Have a problem in creating domains using vpopmail, below is the error
thrown when i am trying to create a domain.

Unable to chdir to vpopmail/domains/domain directory

Can any one suggest me to overcome this, quick response is highly
appreciated.

Thanks in Advance.

Regards,
Swaroop Kundeti


!DSPAM:5194a4bc34126005364638!


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 working domain it should be 

 

ls -lah /home/vpopmail/domains

 

drwx--   7 vpopmail vchkpw 4.0K Jul 29  2012 thibs.com

 

 

Normally the vpopmail user should look like this

 

grep vpopmail /etc/passwd

vpopmail:x:89:89:Vpopmail (virtual domains)
user:/home/vpopmail:/usr/sbin/nologin

 

How do you try to create the domain ? 

 

By command line you should use

 

/home/vpopmail/bin/vadddomain test.com username

 

As it seems you are using my guide, could you please do :

 

chmod +x /downloads/scripts/qmr_inst_check
/downloads/scripts/qmr_inst_check

 

and tell me the result

 

 

Best Regards

 

 

Thibault a.k.a Thibs

 

From: swaroop kumar [mailto:swaroopk...@gmail.com] 
Sent: jeudi 16 mai 2013 14:23
To: vchkpw@inter7.com
Subject: Re: [vchkpw] [SPAM] Re: [vchkpw] [SPAM] Error: Unable to chdir to
vpopmail/domains/domain directory

 

Hi,

Permissions seems to be ok.

drwxrwx--- 8 vpopmail vchkpw 4096 May 16 13:56 vpopmail

Regards,
Swaroop.

 

On Thu, May 16, 2013 at 5:50 PM, Todor Petkov z...@online.bg wrote:

On 16/05/2013 03:14 PM, swaroop kumar wrote:

Hi All,

I am switching my mail server from sendmail to qmail, currently
installing qmail in debian and i am following this link

http://qmailrocks.thibs.com/ [1]



I Have a problem in creating domains using vpopmail, below is the
error thrown when i am trying to create a domain.

Unable to chdir to vpopmail/domains/domain directory

Can any one suggest me to overcome this, quick response is highly
appreciated.

Thanks in Advance.

 
Regards,
Swaroop Kundeti
 

Links:
--
[1] http://qmailrocks.thibs.com/



Hi,

check the directory permissions. ~vpopmail and below must be owned by the
vpopmail user.


Regards,









-- 

Sincerely,
--
Swaroop Kundeti.
Project Engineer.
Virtual-Labs.
IIIT - Gachibowli.
Hyderabad.
+91-9866221131.

 



!DSPAM:5194b6f434127088155763!


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

2013-05-16 Thread Ron Herzing
I word of caution. Qmailrocks is not a good way to learn how to install
Qmail.


On Thu, May 16, 2013 at 7:14 AM, swaroop kumar swaroopk...@gmail.comwrote:


 Hi All,

 I am switching my mail server from sendmail to qmail, currently installing
 qmail in debian and i am following this link http://qmailrocks.thibs.com/

 I Have a problem in creating domains using vpopmail, below is the error
 thrown when i am trying to create a domain.

 Unable to chdir to vpopmail/domains/domain directory

 Can any one suggest me to overcome this, quick response is highly
 appreciated.

 Thanks in Advance.

 Regards,
 Swaroop Kundeti
 




-- 
Ron Herzing
ron.herz...@gmail.com


!DSPAM:5194bb0f34129738711467!


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

2013-05-16 Thread swaroop kumar
Hello Geeks,

I resolved it by adding www-data to vchkpw group and changed owner and
group of the apache files to vpopmail:vchkpw earlier it was www-data was
owner and group. Now i am facing new error could not update file.

@Thibs

I ran this script /downloads/scripts/qmr_inst_check and below is the
output.

! Couldn't find /var/qmail/supervise!
! /var/qmail/supervise/qmail-send/run is missing
...try: cp /downloads/scripts/service-qmail-send-run
/var/qmail/supervise/qmail-send/run
! /service directory is missing
! Couldn't find /var/qmail/control/defaultdelivery
! DatabaseOwner is incorrect in /etc/clamav/freshclam.conf
! LocalSocketGroup is incorrect in /etc/clamav/clamd.conf
! User is incorrect in /etc/clamav/clamd.conf
! /var/qmail/bin/qmailctl is missing
! /usr/bin/qmailctl is missing
...try: ln -s /var/qmail/bin/qmailctl /usr/bin
! /var/qmail/supervise/qmail-send/run file is missing
! /var/qmail/supervise/qmail-send/log/run file is missing
! /var/qmail/supervise/qmail-smtpd/run file is missing
! /var/qmail/supervise/qmail-smtpd/log/run file is missing
! /var/qmail/control/concurrencyincoming is missing
...try: echo 30 /var/qmail/control/concurrencyincoming
! /var/log/clamav has wrong owner, should be qscand
...try: chown -R qscand:clamav /var/log/clamav
! /var/lib/clamav has wrong owner, should be qscand
...try: chown -R qscand:clamav /var/lib/clamav
! /var/run/clamav has wrong owner, should be qscand
...try: chown -R qscand:clamav /var/run/clamav
! /service/qmail-send is missing
...try: ln -s /var/qmail/service/qmail-send /service/qmail-send
! /service/qmail-smtpd is missing
...try: ln -s /var/qmail/service/qmail-smtpd /service/qmail-smtpd
! /etc/tcp.smtp is missing
...try: echo '127.:allow,RELAYCLIENT=' /etc/tcp.smtp
! /etc/tcp.smtp.cdb is missing
...try: /var/qmail/bin/qmailctl cdb
! Alias for root is missing
...try: echo me /var/qmail/alias/.qmail-root
root@mail:~# /downloads/scripts/qmr_inst_check
! Couldn't find /var/qmail/supervise!
! /var/qmail/supervise/qmail-send/run is missing
...try: cp /downloads/scripts/service-qmail-send-run
/var/qmail/supervise/qmail-send/run
! /service directory is missing
! Couldn't find /var/qmail/control/defaultdelivery
! DatabaseOwner is incorrect in /etc/clamav/freshclam.conf
! LocalSocketGroup is incorrect in /etc/clamav/clamd.conf
! User is incorrect in /etc/clamav/clamd.conf
! /var/qmail/bin/qmailctl is missing
! /usr/bin/qmailctl is missing
...try: ln -s /var/qmail/bin/qmailctl /usr/bin
! /var/qmail/supervise/qmail-send/run file is missing
! /var/qmail/supervise/qmail-send/log/run file is missing
! /var/qmail/supervise/qmail-smtpd/run file is missing
! /var/qmail/supervise/qmail-smtpd/log/run file is missing
! /var/qmail/control/concurrencyincoming is missing
...try: echo 30 /var/qmail/control/concurrencyincoming
! /var/log/clamav has wrong owner, should be qscand
...try: chown -R qscand:clamav /var/log/clamav
! /var/lib/clamav has wrong owner, should be qscand
...try: chown -R qscand:clamav /var/lib/clamav
! /var/run/clamav has wrong owner, should be qscand
...try: chown -R qscand:clamav /var/run/clamav
! /service/qmail-send is missing
...try: ln -s /var/qmail/service/qmail-send /service/qmail-send
! /service/qmail-smtpd is missing
...try: ln -s /var/qmail/service/qmail-smtpd /service/qmail-smtpd
! /etc/tcp.smtp is missing
...try: echo '127.:allow,RELAYCLIENT=' /etc/tcp.smtp
! /etc/tcp.smtp.cdb is missing
...try: /var/qmail/bin/qmailctl cdb
! Alias for root is missing
...try: echo me /var/qmail/alias/.qmail-root
! Alias for postmaster is missing
...try: echo me /var/qmail/alias/.qmail-postmaster
! Alias for mailer-daemon is missing
...try: echo me /var/qmail/alias/.qmail-mailer-daemon
! Sendmail is still running
...try: /init.d/sendmail stop


Regards,
Swaroop 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

 ** **

 drwx-- 150 vpopmail vchkpw 4.0K Apr 10 16:29 domains

 ** **

 If you have at least one working domain it should be 

 ** **

 *ls -lah /home/vpopmail/domains*

 ** **

 drwx--   7 vpopmail vchkpw 4.0K Jul 29  2012 thibs.com

 ** **

 ** **

 Normally the vpopmail user should look like this

 ** **

 *grep vpopmail /etc/passwd*

 vpopmail:x:89:89:Vpopmail (virtual domains)
 user:/home/vpopmail:/usr/sbin/nologin

 ** **

 How do you try to create the domain ? 

 ** **

 By command line you should use

 ** **

 */home/vpopmail/bin/vadddomain test.com username*

 ** **

 As it seems you are using my guide, could you please do :

 ** **

 *chmod +x /downloads/scripts/qmr_inst_check
 /downloads/scripts/qmr_inst_check*

 ** **

 and tell me the result

 ** **

 ** **

 Best Regards

 ** **

 ** **

 Thibault a.k.a Thibs

 ** 

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

2013-05-16 Thread swaroop kumar
Hello,

Thibs::

I could able to add domains by using command line
/home/vpopmail/bin/vadddomain virtual-labs.ac.in admin but not in gui.
error could not update file was trown when i am trying to create domain.

After creating domain using command i could able to view the details of the
domain over gui.

Regards,
Swaroop 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

 ** **

 drwx-- 150 vpopmail vchkpw 4.0K Apr 10 16:29 domains

 ** **

 If you have at least one working domain it should be 

 ** **

 *ls -lah /home/vpopmail/domains*

 ** **

 drwx--   7 vpopmail vchkpw 4.0K Jul 29  2012 thibs.com

 ** **

 ** **

 Normally the vpopmail user should look like this

 ** **

 *grep vpopmail /etc/passwd*

 vpopmail:x:89:89:Vpopmail (virtual domains)
 user:/home/vpopmail:/usr/sbin/nologin

 ** **

 How do you try to create the domain ? 

 ** **

 By command line you should use

 ** **

 */home/vpopmail/bin/vadddomain test.com username*

 ** **

 As it seems you are using my guide, could you please do :

 ** **

 *chmod +x /downloads/scripts/qmr_inst_check
 /downloads/scripts/qmr_inst_check*

 ** **

 and tell me the result

 ** **

 ** **

 Best Regards

 ** **

 ** **

 Thibault a.k.a Thibs

 ** **

 *From:* swaroop kumar [mailto:swaroopk...@gmail.com]
 *Sent:* jeudi 16 mai 2013 14:23
 *To:* vchkpw@inter7.com
 *Subject:* Re: [vchkpw] [SPAM] Re: [vchkpw] [SPAM] Error: Unable to chdir
 to vpopmail/domains/domain directory

 ** **

 Hi,

 Permissions seems to be ok.

 drwxrwx--- 8 vpopmail vchkpw 4096 May 16 13:56 vpopmail

 Regards,
 Swaroop.

 ** **

 On Thu, May 16, 2013 at 5:50 PM, Todor Petkov z...@online.bg wrote:

 On 16/05/2013 03:14 PM, swaroop kumar wrote:

 Hi All,

 I am switching my mail server from sendmail to qmail, currently
 installing qmail in debian and i am following this link

 http://qmailrocks.thibs.com/ [1]



 I Have a problem in creating domains using vpopmail, below is the
 error thrown when i am trying to create a domain.

 Unable to chdir to vpopmail/domains/domain directory

 Can any one suggest me to overcome this, quick response is highly
 appreciated.

 Thanks in Advance.


 Regards,
 Swaroop Kundeti
  

 Links:
 --
 [1] http://qmailrocks.thibs.com/



 Hi,

 check the directory permissions. ~vpopmail and below must be owned by the
 vpopmail user.


 Regards,




 




 -- 

 Sincerely,
 --
 Swaroop Kundeti.
 Project Engineer.
 Virtual-Labs.
 IIIT - Gachibowli.
 Hyderabad.
 +91-9866221131.

 
 




-- 
Sincerely,
--
Swaroop Kundeti.
Project Engineer.
Virtual-Labs.
IIIT - Gachibowli.
Hyderabad.
+91-9866221131.


!DSPAM:5194bf3d34121642640776!


[vchkpw] -help

2013-05-16 Thread Postmaster

-help

!DSPAM:5194c15a34121991596309!



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

2013-05-16 Thread Tom Collins
If you're talking about QmailAdmin, you need to make sure it's got the suid bit 
set and is owned by the vpopmail user.

You shouldn't have changed Apache to run as vpopmail, and should revert those 
changes.

If vpopmail is working for you, you should focus your efforts on 
troubleshooting QmailAdmin.

-Tom


On May 16, 2013, at 7:07 AM, swaroop kumar wrote:
 I could able to add domains by using command line 
 /home/vpopmail/bin/vadddomain virtual-labs.ac.in admin but not in gui. 
 error could not update file was trown when i am trying to create domain.
 
 After creating domain using command i could able to view the details of the 
 domain over gui.



!DSPAM:5194c1a634122055419353!


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

2013-05-16 Thread Remo Mattei
I agree with that! It used to be a good point, then the best one was from Bill 
but that was taken down ;). I would suggest to look at qmail.org  or at this url

http://notes.sagredo.eu

Bye, 
Remo 

On May 16, 2013, at 06:49 , Ron Herzing ron.herz...@gmail.com wrote:

 I word of caution. Qmailrocks is not a good way to learn how to install Qmail.
 
 
 On Thu, May 16, 2013 at 7:14 AM, swaroop kumar swaroopk...@gmail.com wrote:
 
 Hi All,
 
 I am switching my mail server from sendmail to qmail, currently installing 
 qmail in debian and i am following this link http://qmailrocks.thibs.com/
 
 I Have a problem in creating domains using vpopmail, below is the error 
 thrown when i am trying to create a domain.
 
 Unable to chdir to vpopmail/domains/domain directory
 
 Can any one suggest me to overcome this, quick response is highly appreciated.
 
 Thanks in Advance.
   
 Regards,
 Swaroop Kundeti
 
 
 
 -- 
 Ron Herzing
 ron.herz...@gmail.com
 



!DSPAM:5194f44f34123729460077!


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

2013-05-16 Thread Eric Shubert

On 05/16/2013 06:51 AM, swaroop kumar wrote:

I resolved it by adding www-data to vchkpw group and changed owner and
group of the apache files to vpopmail:vchkpw earlier it was www-data was
owner and group. Now i am facing new error could not update file.


This bit is solved in qmail-toaster by the following permissions:
[root@tacs-mail qmailadmin]# ls -l /usr/share/qmailadmin
total 200
drwxr-xr-x 2 root root 4096 Feb 21 10:58 html
drwxr-xr-x 3 apache   apache   4096 Feb 21 10:58 images
lrwxrwxrwx 1 vpopmail vchkpw 10 Feb 21 10:58 index.cgi - qmailadmin
drwxr-xr-x 2 root root 4096 Feb 21 10:58 lang
-rwsr-sr-x 1 vpopmail vchkpw 184860 Feb 21 10:56 qmailadmin
[root@tacs-mail qmailadmin]#

Note the sticky bit.

HTH.

--
-Eric 'shubes'


!DSPAM:5194f58334121759474663!



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

2013-05-16 Thread Eric Shubert
https://wiki.qmailtoaster.com has a lot of users and a nice community. 
You should be able to have a qmail server up and running in just a 
couple hours. Unfortunately, we haven't ported to debian yet, although I 
believe there is a person or two who have done this. You'd need to check 
the email list archives, or ask on the list.


Disclaimer: I'm the lead on the project. ;)
FWIW.

--
-Eric 'shubes'


On 05/16/2013 07:58 AM, Remo Mattei wrote:

I agree with that! It used to be a good point, then the best one was
from Bill but that was taken down ;). I would suggest to look at
qmail.org http://qmail.org  or at this url

http://notes.sagredo.eu

Bye,
Remo

On May 16, 2013, at 06:49 , Ron Herzing ron.herz...@gmail.com
mailto:ron.herz...@gmail.com wrote:


I word of caution. Qmailrocks is not a good way to learn how to
install Qmail.


On Thu, May 16, 2013 at 7:14 AM, swaroop kumar swaroopk...@gmail.com
mailto:swaroopk...@gmail.com wrote:


Hi All,

I am switching my mail server from sendmail to qmail, currently
installing qmail in debian and i am following this link
http://qmailrocks.thibs.com/

I Have a problem in creating domains using vpopmail, below is the
error thrown when i am trying to create a domain.

Unable to chdir to vpopmail/domains/domain directory

Can any one suggest me to overcome this, quick response is highly
appreciated.

Thanks in Advance.

Regards,
Swaroop Kundeti




--
Ron Herzing
ron.herz...@gmail.com mailto:ron.herz...@gmail.com







!DSPAM:5194f74f34121751172100!



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 to learn how to install Qmail.



On Thu, May 16, 2013 at 7:14 AM, swaroop kumar swaroopk...@gmail.com wrote:


  Hi All,


  I am switching my mail server from sendmail to qmail, currently installing 
qmail in debian and i am following this link http://qmailrocks.thibs.com/


  I Have a problem in creating domains using vpopmail, below is the error 
thrown when i am trying to create a domain.

  Unable to chdir to vpopmail/domains/domain directory


  Can any one suggest me to overcome this, quick response is highly appreciated.


  Thanks in Advance.


  Regards,

  Swaroop Kundeti





-- 
Ron Herzing
ron.herz...@gmail.com

 

!DSPAM:5195017534121629432076!
wlEmoticon-winkingsmile[1].png

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

2013-05-16 Thread Thibault Richard
Hello,

OK I understand now. You didn’t specified in your request that you tried from 
the webinterface

The result of the script is normal at this install step (it verify all the 
steps)

Best Regards

Thibault

From: swaroop kumar 
Sent: Thursday, May 16, 2013 3:51 PM
To: vchkpw@inter7.com 
Subject: Re: [vchkpw] [SPAM] Re: [vchkpw] [SPAM] Error: Unable to chdir to 
vpopmail/domains/domain directory

Hello Geeks,


I resolved it by adding www-data to vchkpw group and changed owner and group of 
the apache files to vpopmail:vchkpw earlier it was www-data was owner and 
group. Now i am facing new error could not update file.


@Thibs


I ran this script /downloads/scripts/qmr_inst_check and below is the output. 

! Couldn't find /var/qmail/supervise!
! /var/qmail/supervise/qmail-send/run is missing
...try: cp /downloads/scripts/service-qmail-send-run 
/var/qmail/supervise/qmail-send/run
! /service directory is missing
! Couldn't find /var/qmail/control/defaultdelivery
! DatabaseOwner is incorrect in /etc/clamav/freshclam.conf
! LocalSocketGroup is incorrect in /etc/clamav/clamd.conf
! User is incorrect in /etc/clamav/clamd.conf
! /var/qmail/bin/qmailctl is missing
! /usr/bin/qmailctl is missing
...try: ln -s /var/qmail/bin/qmailctl /usr/bin
! /var/qmail/supervise/qmail-send/run file is missing
! /var/qmail/supervise/qmail-send/log/run file is missing
! /var/qmail/supervise/qmail-smtpd/run file is missing
! /var/qmail/supervise/qmail-smtpd/log/run file is missing
! /var/qmail/control/concurrencyincoming is missing
...try: echo 30 /var/qmail/control/concurrencyincoming
! /var/log/clamav has wrong owner, should be qscand
...try: chown -R qscand:clamav /var/log/clamav
! /var/lib/clamav has wrong owner, should be qscand
...try: chown -R qscand:clamav /var/lib/clamav
! /var/run/clamav has wrong owner, should be qscand
...try: chown -R qscand:clamav /var/run/clamav
! /service/qmail-send is missing
...try: ln -s /var/qmail/service/qmail-send /service/qmail-send
! /service/qmail-smtpd is missing
...try: ln -s /var/qmail/service/qmail-smtpd /service/qmail-smtpd
! /etc/tcp.smtp is missing
...try: echo '127.:allow,RELAYCLIENT=' /etc/tcp.smtp
! /etc/tcp.smtp.cdb is missing
...try: /var/qmail/bin/qmailctl cdb
! Alias for root is missing
...try: echo me /var/qmail/alias/.qmail-root
root@mail:~# /downloads/scripts/qmr_inst_check
! Couldn't find /var/qmail/supervise!
! /var/qmail/supervise/qmail-send/run is missing
...try: cp /downloads/scripts/service-qmail-send-run 
/var/qmail/supervise/qmail-send/run
! /service directory is missing
! Couldn't find /var/qmail/control/defaultdelivery
! DatabaseOwner is incorrect in /etc/clamav/freshclam.conf
! LocalSocketGroup is incorrect in /etc/clamav/clamd.conf
! User is incorrect in /etc/clamav/clamd.conf
! /var/qmail/bin/qmailctl is missing
! /usr/bin/qmailctl is missing
...try: ln -s /var/qmail/bin/qmailctl /usr/bin
! /var/qmail/supervise/qmail-send/run file is missing
! /var/qmail/supervise/qmail-send/log/run file is missing
! /var/qmail/supervise/qmail-smtpd/run file is missing
! /var/qmail/supervise/qmail-smtpd/log/run file is missing
! /var/qmail/control/concurrencyincoming is missing
...try: echo 30 /var/qmail/control/concurrencyincoming
! /var/log/clamav has wrong owner, should be qscand
...try: chown -R qscand:clamav /var/log/clamav
! /var/lib/clamav has wrong owner, should be qscand
...try: chown -R qscand:clamav /var/lib/clamav
! /var/run/clamav has wrong owner, should be qscand
...try: chown -R qscand:clamav /var/run/clamav
! /service/qmail-send is missing
...try: ln -s /var/qmail/service/qmail-send /service/qmail-send
! /service/qmail-smtpd is missing
...try: ln -s /var/qmail/service/qmail-smtpd /service/qmail-smtpd
! /etc/tcp.smtp is missing
...try: echo '127.:allow,RELAYCLIENT=' /etc/tcp.smtp
! /etc/tcp.smtp.cdb is missing
...try: /var/qmail/bin/qmailctl cdb
! Alias for root is missing
...try: echo me /var/qmail/alias/.qmail-root
! Alias for postmaster is missing
...try: echo me /var/qmail/alias/.qmail-postmaster
! Alias for mailer-daemon is missing
...try: echo me /var/qmail/alias/.qmail-mailer-daemon
! Sendmail is still running
...try: /init.d/sendmail stop



Regards,

Swaroop 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



  drwx-- 150 vpopmail vchkpw 4.0K Apr 10 16:29 domains



  If you have at least one working domain it should be 



  ls -lah /home/vpopmail/domains



  drwx--   7 vpopmail vchkpw 4.0K Jul 29  2012 thibs.com





  Normally the vpopmail user should look like this



  grep vpopmail /etc/passwd

  vpopmail:x:89:89:Vpopmail (virtual domains) 
user:/home/vpopmail:/usr/sbin/nologin



  How do you try to create the domain ? 



  By command line you should use



  /home/vpopmail/bin/vadddomain 

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

2013-05-16 Thread swaroop kumar
HI,

I missed perl-suid package to install, its actually broken and below is
the output when i am trying to install. Is this package effecting GUI for
not working properly?

Regards,
--
Swaroop Kundeti.


On Thu, May 16, 2013 at 10:08 PM, Thibault Richard th...@thibs.com wrote:

   Hello,

 OK I understand now. You didn’t specified in your request that you tried
 from the webinterface

 The result of the script is normal at this install step (it verify all the
 steps)

 Best Regards

 Thibault

  *From:* swaroop kumar swaroopk...@gmail.com
 *Sent:* Thursday, May 16, 2013 3:51 PM
 *To:* vchkpw@inter7.com
 *Subject:* Re: [vchkpw] [SPAM] Re: [vchkpw] [SPAM] Error: Unable to chdir
 to vpopmail/domains/domain directory

Hello Geeks,

 I resolved it by adding www-data to vchkpw group and changed owner and
 group of the apache files to vpopmail:vchkpw earlier it was www-data was
 owner and group. Now i am facing new error could not update file.

 @Thibs

 I ran this script /downloads/scripts/qmr_inst_check and below is the
 output.

 ! Couldn't find /var/qmail/supervise!
 ! /var/qmail/supervise/qmail-send/run is missing
 ...try: cp /downloads/scripts/service-qmail-send-run
 /var/qmail/supervise/qmail-send/run
 ! /service directory is missing
 ! Couldn't find /var/qmail/control/defaultdelivery
 ! DatabaseOwner is incorrect in /etc/clamav/freshclam.conf
 ! LocalSocketGroup is incorrect in /etc/clamav/clamd.conf
 ! User is incorrect in /etc/clamav/clamd.conf
 ! /var/qmail/bin/qmailctl is missing
 ! /usr/bin/qmailctl is missing
 ...try: ln -s /var/qmail/bin/qmailctl /usr/bin
 ! /var/qmail/supervise/qmail-send/run file is missing
 ! /var/qmail/supervise/qmail-send/log/run file is missing
 ! /var/qmail/supervise/qmail-smtpd/run file is missing
 ! /var/qmail/supervise/qmail-smtpd/log/run file is missing
 ! /var/qmail/control/concurrencyincoming is missing
 ...try: echo 30 /var/qmail/control/concurrencyincoming
 ! /var/log/clamav has wrong owner, should be qscand
 ...try: chown -R qscand:clamav /var/log/clamav
 ! /var/lib/clamav has wrong owner, should be qscand
 ...try: chown -R qscand:clamav /var/lib/clamav
 ! /var/run/clamav has wrong owner, should be qscand
 ...try: chown -R qscand:clamav /var/run/clamav
 ! /service/qmail-send is missing
 ...try: ln -s /var/qmail/service/qmail-send /service/qmail-send
 ! /service/qmail-smtpd is missing
 ...try: ln -s /var/qmail/service/qmail-smtpd /service/qmail-smtpd
 ! /etc/tcp.smtp is missing
 ...try: echo '127.:allow,RELAYCLIENT=' /etc/tcp.smtp
 ! /etc/tcp.smtp.cdb is missing
 ...try: /var/qmail/bin/qmailctl cdb
 ! Alias for root is missing
 ...try: echo me /var/qmail/alias/.qmail-root
 root@mail:~# /downloads/scripts/qmr_inst_check
 ! Couldn't find /var/qmail/supervise!
 ! /var/qmail/supervise/qmail-send/run is missing
 ...try: cp /downloads/scripts/service-qmail-send-run
 /var/qmail/supervise/qmail-send/run
 ! /service directory is missing
 ! Couldn't find /var/qmail/control/defaultdelivery
 ! DatabaseOwner is incorrect in /etc/clamav/freshclam.conf
 ! LocalSocketGroup is incorrect in /etc/clamav/clamd.conf
 ! User is incorrect in /etc/clamav/clamd.conf
 ! /var/qmail/bin/qmailctl is missing
 ! /usr/bin/qmailctl is missing
 ...try: ln -s /var/qmail/bin/qmailctl /usr/bin
 ! /var/qmail/supervise/qmail-send/run file is missing
 ! /var/qmail/supervise/qmail-send/log/run file is missing
 ! /var/qmail/supervise/qmail-smtpd/run file is missing
 ! /var/qmail/supervise/qmail-smtpd/log/run file is missing
 ! /var/qmail/control/concurrencyincoming is missing
 ...try: echo 30 /var/qmail/control/concurrencyincoming
 ! /var/log/clamav has wrong owner, should be qscand
 ...try: chown -R qscand:clamav /var/log/clamav
 ! /var/lib/clamav has wrong owner, should be qscand
 ...try: chown -R qscand:clamav /var/lib/clamav
 ! /var/run/clamav has wrong owner, should be qscand
 ...try: chown -R qscand:clamav /var/run/clamav
 ! /service/qmail-send is missing
 ...try: ln -s /var/qmail/service/qmail-send /service/qmail-send
 ! /service/qmail-smtpd is missing
 ...try: ln -s /var/qmail/service/qmail-smtpd /service/qmail-smtpd
 ! /etc/tcp.smtp is missing
 ...try: echo '127.:allow,RELAYCLIENT=' /etc/tcp.smtp
 ! /etc/tcp.smtp.cdb is missing
 ...try: /var/qmail/bin/qmailctl cdb
 ! Alias for root is missing
 ...try: echo me /var/qmail/alias/.qmail-root
 ! Alias for postmaster is missing
 ...try: echo me /var/qmail/alias/.qmail-postmaster
 ! Alias for mailer-daemon is missing
 ...try: echo me /var/qmail/alias/.qmail-mailer-daemon
 ! Sendmail is still running
 ...try: /init.d/sendmail stop


 Regards,
 Swaroop 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

 

 drwx-- 150 vpopmail vchkpw 4.0K Apr 10 16:29 domains

 

 If 

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

2013-05-16 Thread Remo Mattei
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 Richard th...@thibs.com wrote:

 My way of doing (I’m the author of http://qmailrocks.thibs.com) is not so bad 
 wlEmoticon-winkingsmile[1].png
  
  
 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 to learn how to install Qmail.
 
 
 On Thu, May 16, 2013 at 7:14 AM, swaroop kumar swaroopk...@gmail.com wrote:
  
 Hi All,
 
 I am switching my mail server from sendmail to qmail, currently installing 
 qmail in debian and i am following this link http://qmailrocks.thibs.com/
 
 I Have a problem in creating domains using vpopmail, below is the error 
 thrown when i am trying to create a domain.
 
 Unable to chdir to vpopmail/domains/domain directory
 
 Can any one suggest me to overcome this, quick response is highly appreciated.
 
 Thanks in Advance.
  
 Regards,
 Swaroop Kundeti
 
 
  
 -- 
 Ron Herzing
 ron.herz...@gmail.com
 



!DSPAM:51950ee734121639429747!


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

2013-05-16 Thread Thibault Richard
You’re right ... and this guide is indeed using old-fashioned software.

As Debian has just released last week-end a new version, I’m currently working 
on a new installation guide with Dovecot

From: Remo Mattei 
Sent: Thursday, May 16, 2013 6:51 PM
To: vchkpw@inter7.com 
Subject: Re: [vchkpw] [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 Richard th...@thibs.com wrote:


  My way of doing (I’m the author of http://qmailrocks.thibs.com) is not so bad 
wlEmoticon-winkingsmile[1].png


  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 to learn how to install Qmail.



  On Thu, May 16, 2013 at 7:14 AM, swaroop kumar swaroopk...@gmail.com wrote:


Hi All,


I am switching my mail server from sendmail to qmail, currently installing 
qmail in debian and i am following this link http://qmailrocks.thibs.com/


I Have a problem in creating domains using vpopmail, below is the error 
thrown when i am trying to create a domain.

Unable to chdir to vpopmail/domains/domain directory


Can any one suggest me to overcome this, quick response is highly 
appreciated.


Thanks in Advance.


Regards,

Swaroop Kundeti





  -- 
  Ron Herzing
  ron.herz...@gmail.com


 

!DSPAM:5195118b34126731113110!


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

2013-05-16 Thread Eric Shubert

Hey Thibault,

I'm wondering if you'd like to head up a debian release for
qmail-toaster. We'd love to have you as part of the community.

I hope to be spending more time on the project in the near future, 
moving the sources to github, and using the opensuse build service to 
build binary packages. The project has historically only worked with rpm 
based distros, but I'd love to have debs available as well.


If you're interested please join us on the
qmailtoaster-de...@qmailtoaster.com list. You can subscribe the ezmlm 
way, or access it via gmane.org.


In any case, thanks for your work with qmail on debian. I'm sure it will 
be helpful regardless.


--
-Eric 'shubes'

On 05/16/2013 10:03 AM, Thibault Richard wrote:

You’re right ... and this guide is indeed using old-fashioned software.
As Debian has just released last week-end a new version, I’m currently
working on a new installation guide with Dovecot
*From:* Remo Mattei mailto:r...@italy1.com
*Sent:* Thursday, May 16, 2013 6:51 PM
*To:* vchkpw@inter7.com mailto:vchkpw@inter7.com
*Subject:* Re: [vchkpw] [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 Richard th...@thibs.com
mailto:th...@thibs.com wrote:


My way of doing (I’m the author of http://qmailrocks.thibs.com
http://qmailrocks.thibs.com/) is not so bad
wlEmoticon-winkingsmile[1].png
*From:* Ron Herzing mailto:ron.herz...@gmail.com
*Sent:* Thursday, May 16, 2013 3:49 PM
*To:* vchkpw@inter7.com mailto: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 to learn how to
install Qmail.


On Thu, May 16, 2013 at 7:14 AM, swaroop kumar swaroopk...@gmail.com
mailto:swaroopk...@gmail.com wrote:

Hi All,

I am switching my mail server from sendmail to qmail, currently
installing qmail in debian and i am following this link
http://qmailrocks.thibs.com/

I Have a problem in creating domains using vpopmail, below is the
error thrown when i am trying to create a domain.

Unable to chdir to vpopmail/domains/domain directory

Can any one suggest me to overcome this, quick response is highly
appreciated.

Thanks in Advance.
Regards,
Swaroop Kundeti



--
Ron Herzing
ron.herz...@gmail.com mailto:ron.herz...@gmail.com







!DSPAM:519532a034123111819093!