[vchkpw] vadddomain/vdeliver issue

2005-02-09 Thread vchkpw
Hiya,

I have a bog standard FC3 QMR install which is all working great in
standard form, but

im starting to use system quotas, and as a result i want to
include users mail in with this, so from looking at vadddomain i can
supply the -u flag as below and the resulting mail folders are owned
by the user rather than vpopmail; i.e.

vadddomain -u test test.com

gives;

/home/test/domains/test.com#ls -al ./
-rw---  1 test test   34 Feb  9 03:05 .dir-control
drwx--  3 test test 4096 Feb  9 03:05 postmaster
-rw---  1 test test   63 Feb  9 03:05 .qmail-default
-rw---  1 test test  140 Feb  9 03:05 vpasswd
-rw---  1 test test 2210 Feb  9 03:05 vpasswd.cdb
-rw---  1 test test0 Feb  9 03:05 .vpasswd.lock

so now the mail will be included with the system quota, but now
vedlivermail cant seem to deliver to the users folders??

@4000420980081c32b254 starting delivery 16: msg 6178941 to local
[EMAIL PROTECTED]
@4000420980081c32c9c4 status: local 1/10 remote 0/255
@4000420980081c5d3524 delivery 16: deferral: /bin/sh:_/var/vpopmail
/bin/vdelivermail:_Permission_denied/
@4000420980081c5d507c status: local 0/10 remote 0/255

now ive spent the last few hours having a good browse around and a
damn good read, but i cant seem to find the right answer, any pointers
from you guys??

Cheers

Rob



Re: [vchkpw] vadddomain/vdeliver issue

2005-02-09 Thread Jeremy Kitchen
On Wednesday 09 February 2005 04:16 pm, [EMAIL PROTECTED] wrote:
 @4000420980081c32b254 starting delivery 16: msg 6178941 to local
 [EMAIL PROTECTED]
 @4000420980081c5d3524 delivery 16: deferral: /bin/sh:_/var/vpopmail
 /bin/vdelivermail:_Permission_denied/

ls -ld /var/vpopmail

if it doesn't jump out and smack you, try posting your results ;)

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
  kitchen @ #qmail #gentoo on EFnet IRC ++ scriptkitchen.com/qmail
 GnuPG Key ID: 481BF7E2 ++ jabber:[EMAIL PROTECTED]


pgpXdJMgW5reY.pgp
Description: PGP signature


[vchkpw] Problem sending mail from system account

2005-02-09 Thread Red








Hello, 

My problem is simply, im using vpopmail 5.4.9 ,
system accounts and some virtual domains. While virtual domains runs without
problems (POP3, POP3s, IMAP, IMAPs, SMTP), my system accounts can`t send
messages normal way. Receiving mail is not a problem, everything is working 

(23:14:54 xwx vpopmail[5976]: vchkpw-pop3: system
password login success sysuser:12.34.56.78)

When sending, log says the same 

(23:11:04 xwx vpopmail[5952]: vchkpw-smtp: system
password login success sysuser:12.34.56.78)

but login window on my client pop up and requesting
to send user/pass again and not sending. With every click to OK button and send
login, system log says the same, system password login success
but my mail don`t come out. After some play with adding some domains to sysuser
login I discovered something weird. My message comes through when I put

[EMAIL PROTECTED]
(any used virtual domain) and system log still said that vchkpw-smtp:
system password login success

Is a workaround to this bug somewhere please ?



Rene








Re: [vchkpw] vadddomain/vdeliver issue

2005-02-09 Thread Rick Macdougall

[EMAIL PROTECTED] wrote:
Hiya,
I have a bog standard FC3 QMR install which is all working great in
standard form, but
im starting to use system quotas, and as a result i want to
include users mail in with this, so from looking at vadddomain i can
supply the -u flag as below and the resulting mail folders are owned
by the user rather than vpopmail; i.e.
vadddomain -u test test.com
gives;
/home/test/domains/test.com#ls -al ./
-rw---  1 test test   34 Feb  9 03:05 .dir-control
drwx--  3 test test 4096 Feb  9 03:05 postmaster
-rw---  1 test test   63 Feb  9 03:05 .qmail-default
-rw---  1 test test  140 Feb  9 03:05 vpasswd
-rw---  1 test test 2210 Feb  9 03:05 vpasswd.cdb
-rw---  1 test test0 Feb  9 03:05 .vpasswd.lock
so now the mail will be included with the system quota, but now
vedlivermail cant seem to deliver to the users folders??
@4000420980081c32b254 starting delivery 16: msg 6178941 to local
[EMAIL PROTECTED]
@4000420980081c32c9c4 status: local 1/10 remote 0/255
@4000420980081c5d3524 delivery 16: deferral: /bin/sh:_/var/vpopmail
/bin/vdelivermail:_Permission_denied/
@4000420980081c5d507c status: local 0/10 remote 0/255
now ive spent the last few hours having a good browse around and a
damn good read, but i cant seem to find the right answer, any pointers
from you guys??
Hi,
How are you running qmail-smtpd ?
If running from tcpserver, please post your run file.  Mine is as 
follows (same setup but running Slackware)

#!/bin/sh
# Using qmail-local to deliver messages to ~/Mailbox by default.
exec env - PATH=/var/qmail/bin:$PATH \
qmail-start ./Maildir/ /usr/local/bin/multilog t s500 n10 \
 /var/log/qmail
Regards,
Rick


Re[2]: [vchkpw] vadddomain/vdeliver issue

2005-02-09 Thread vchkpw
Jeremy,

 Many thanks, i mustve totally missed that during my hair pulling
moments ;), a simple chmod later, and all is working sweet :)

output for reference was;

drwx--  8 vpopmail vchkpw 4096 Dec 28 07:28 /var/vpopmail

Regards

Rob

===Original message text===
Wednesday, February 9, 2005, 10:22:55 PM, Jeremy Kitchen wrote:

JK On Wednesday 09 February 2005 04:16 pm, [EMAIL PROTECTED] wrote:
 @4000420980081c32b254 starting delivery 16: msg 6178941 to local
 [EMAIL PROTECTED]
 @4000420980081c5d3524 delivery 16: deferral: /bin/sh:_/var/vpopmail
 /bin/vdelivermail:_Permission_denied/

JK ls -ld /var/vpopmail

JK if it doesn't jump out and smack you, try posting your results ;)

JK -Jeremy




[vchkpw] Updated vdelivermail available for review

2005-02-09 Thread Tom Collins
I've finally uploaded my new vdelivermail code to a patch on SourceForge:

http://sourceforge.net/tracker/index.php?func=detailaid=1119741group_id=85937atid=577800

It is not intended to be used on machines that handle real world email.  I have uploaded it for others to review and test on development servers.  It has had limited testing (I confirmed that it was checking quotas, updating maildirsize files, and delivering mail properly).

Please provide feedback on any testing you do, to let me know what you confirmed as working, and whether anything didn't work as expected.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/ 
Info on the Sniffter hand-held Network Tester: http://sniffter.com/