> On Thursday, October 16, 2003, at 04:14 PM, Russell Mann wrote:
> >> On Thursday, October 16, 2003, at 09:55 AM, Russell Mann wrote:
> >>> When a Mac OS X "Mail.app" client POP's in for mail, I always get an
> >>> error
> >>> log message like this:
> >>>
> >>> vchkpw-pop3: password fail (pass:
>I know this may sound redundant or silly but check your permissions
> on qmail-pop3d and the vckpwd binary. Maybe your permissions on
> those files are the problem. Cuz by the looks of what you sent in
> email so far you have done it right. It's gotta be something
> stupid.
>
> Yes, tcp.p
Russ,
This may be because you are setting the pop3 user in your run
script. Look at mine and try removing the vpopmail user.
#!/bin/sh
exec /usr/local/bin/softlimit -m 300 \
/usr/local/bin/tcpserver \
-H -l mailhost.net \
-v -x /etc/tcp.pop3.cdb -c 50 -R 0 pop3 \
/var/qmail/bin/qmail
> Russ,
> Try changing these lines in vpopmail.mysql.
> FROM
> localhost|0|vpopmail_read||vpopmail
> localhost|0|vpopmail_edit||vpopmail
>
> TO
> localhost|mysql|vpopmailuser|vpoppasswd|vpopmail
> localhost|mysql|vpopmailuser|vpoppasswd|vpopmail
>
> -Tom
Tom,
Thanks, I made those changes -
Mine looks the same, almost..
total 4.1M
drwxr-xr-x2 vpopmail vchkpw 4.0K Sep 17 07:00 .
drwxr-xr-x8 vpopmail vchkpw 4.0K Sep 24 14:07 ..
-rwxr-xr-x1 root root 177K Sep 17 07:00
clearopensmtp
-rwxr-xr-x1 root root 177K Sep 17 07:00
vaddaliasd
Russell Mann wrote:
P.S. - List Owner - your list software is set to reply to the original
sender rather than the list address - in case you weren't aware of it.
I think they did this on purpose, so that there is less mail for the
list to handle, but then again its annoying because you got t
> On Thursday, September 25, 2003, at 04:38 PM, Russell Mann wrote:
> > Here's my /service/qmail-pop3d/run file:
> >
> > #!/bin/sh
> > exec /usr/local/bin/softlimit -m 300 \
> > /usr/local/bin/tcpserver -H -R -v -c100 0 pop3 \
> > /var/qmail/bin/qmail-popup judah.khouse.org \
> > /home/vpopmai
On Thursday, September 25, 2003, at 04:38 PM, Russell Mann wrote:
Here's my /service/qmail-pop3d/run file:
#!/bin/sh
exec /usr/local/bin/softlimit -m 300 \
/usr/local/bin/tcpserver -H -R -v -c100 0 pop3 \
/var/qmail/bin/qmail-popup judah.khouse.org \
/home/vpopmail/bin/vchkpw /var/qmail/bin/q
The 2nd example looks like the output of vqmaillocal (from vpopmail's contrib
directory)
Respectfully,
Tim Hasson
Quoting Michael Bowe <[EMAIL PROTECTED]>:
>
>
> > > At 01:29 AM 9/19/2003, X-Istence wrote:
> > >
> > >> So then we started getting these messages in our logs:
> > >>
> > >> @400
Michael Bowe wrote:
At 01:29 AM 9/19/2003, X-Istence wrote:
So then we started getting these messages in our logs:
@40003f69830f2c2df1b4 info msg 47: bytes 1153 from
<*> qp 70866 uid 0
@40003f69830f2ca1d1c4 starting delivery 60: msg 47 to local
***
@
> > At 01:29 AM 9/19/2003, X-Istence wrote:
> >
> >> So then we started getting these messages in our logs:
> >>
> >> @40003f69830f2c2df1b4 info msg 47: bytes 1153 from
> >> <*> qp 70866 uid 0
> >> @40003f69830f2ca1d1c4 starting delivery 60: msg 47 to local
> >> **
Paul Theodoropoulos wrote:
At 01:29 AM 9/19/2003, X-Istence wrote:
So then we started getting these messages in our logs:
@40003f69830f2c2df1b4 info msg 47: bytes 1153 from
<*> qp 70866 uid 0
@40003f69830f2ca1d1c4 starting delivery 60: msg 47 to local
***
@4
At 01:29 AM 9/19/2003, X-Istence wrote:
So then we started getting these messages in our logs:
@40003f69830f2c2df1b4 info msg 47: bytes 1153 from <*> qp
70866 uid 0
@40003f69830f2ca1d1c4 starting delivery 60: msg 47 to local
***
@40003f69830f2cae02dc statu
Sep 17 22:37 vqmaillocal-rwx--x--x 1 vpopmail vchkpw
50104 Sep 17 22:37 vsetuserquota-rwx--x--x 1 vpopmail
vchkpw 62168 Sep 17 22:37 vuserinfo
- Original Message -
From:
X-Istence
To: Michael Bowe
Sent: Thursday, September 18, 2003 10:22
AM
Subject: Re: [vchkpw] vp
There is no occurrence of the word "Permission"
within any of the vpopmail source, so that error is definitely not being
generated by vpopmail
It is likely that the vdelivermail program hasn't got the correct
permissions set
There where some significant changes made to the "make install-st
Maybe I'm being obvious here, but have you tried;
chmod +x /usr/local/vpopmail/bin/vdelivermail
I've gotten 5.3.27 to work beautifully on a couple different flavors of BSD,
most notably FreeBSD 4.8 and 5.1, so I highly doubt its a development error.
And, just for future reference, people may b
Hi,
Seems like a permission problem + a few oddities in
paths .. working now! Thanks for pointing out the
obvious .. ;-)
Cheers,
Chris.
--- Jonathan Viney <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Check your permissions on
> /home/vpopmail/lib/libvpopmail.a. Make sure
> the user that you're build
At 12:41 PM 9/7/2003, Chris Pugh wrote:
>Compiling modauthvchkpw.c
>gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -
>I./.. -o authvchkpw modauthvchkpw.o libauthmod.a
>libauth.a ../numlib/libnumlib.a ../md5/libmd5.a
../sha>1/libsha1.a -L/home/vpopmail/lib -lvpopmail -lm
->lcrypt
>cannot find -
Hi folks,
I have a Courier-IMAP 'make check' which bombs out
with:
>Compiling modauthvchkpw.c
>gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -
>I./.. -o authvchkpw modauthvchkpw.o libauthmod.a
>libauth.a ../numlib/libnumlib.a ../md5/libmd5.a
../sha>1/libsha1.a -L/home/vpopmail/lib -lvpopmail
19 matches
Mail list logo