[vchkpw] Newbie ?: Errno 13

2002-12-30 Thread buffalo
Greetings, Sorry if this is an obvious one, but I can't find anything in the FAQ or docs that covers this error. Also, I'll admit right up front that I'm a (very) newly recovering sendmail user. The install is qmail + vpopmail + mysql (all latest versions) on a fully patched/updated RedHat 7.3 bo

RE: [vchkpw] Newbie ?: Errno 13

2002-12-30 Thread buffalo
On Mon, 30 Dec 2002, Tom Walsh wrote: Tom, > double check the dirs below that... > > ./tmp > ./new > ./cur > > Make sure they have the correct permissions and ownership. Thanks. Restarting tcp server and qmail seemed to resolve the problem(?). --Duncan

[vchkpw] Pop Before Relay?

2002-12-30 Thread buffalo
Greetings, Another newbie question: What has to be done to allow POP before SMTP relay authentication? I have: 1) Set up mysql 2) Set up Qmail. 3) Set up VPOPmail (with the "enable roaming users" switch, mysql switch, etc.) 4) Read the VOPmail INSTALL file, and the FAQ So far, the only comb

[vchkpw] Relay Problems: tcpserver?

2003-01-01 Thread buffalo
Greetings, I'm running vpopmail+qmail+mysql on RedHat 7.3. Everything seems to be working fine except for roaming user POP authentication. I've tried a number of different tcpserver configs I've found in the docs and through googling, but none seem to solve the problem. ~vpopmail/etc/tcp.smtp

Re: [vchkpw] Relay Problems: tcpserver?

2003-01-03 Thread buffalo
On Thu, 2 Jan 2003, Tim Hasson wrote: Tim, > Are you using tcpserver -x ~vpopmail/etc/tcp.smtp.cdb in your qmail-smtpd run > file? If yes, then proceed.. > > I was using tcp.smtp.cdb in vpopmail for roaming users until I upgraded to > 5.2.1 w/ mysql, so i ended up also applying matt simerson's

[vchkpw] Qmailadmin Build Problems

2003-01-07 Thread buffalo
On Tue, 7 Jan 2003, Neo Wee Teck wrote: > Try the qmailadmin > > http://www.inter7.com/qmailadmin Greetings, I've tried to build this with the latest vpopmail, but when I run configure, I get the error: configure: error: No vpopmail etc/lib_deps file. Upgrade to vpopmail-4.

Re: [vchkpw] Qmailadmin Build Problems

2003-01-07 Thread buffalo
On Tue, 7 Jan 2003, Remo Mattei wrote: Remo, > Try the 1.0.6 version This is the version I downloaded and am having the difficulty with. Any other possibilities? Thanks, --Duncan

[vchkpw] 5.2.1: Missing etc/lib_deps?

2003-01-07 Thread buffalo
Greetings All, It seems I have a running vpopmail install, version 5.2.1, that's missing a critical piece: /home/vpopmail/etc/lib_deps Having done a pretty standard make/build/install, can anyone suggest why this might be missing and/or what the fix might be? vqadmin 1.0.6 and the latest vers

[vchkpw] Re: 5.2.1: Missing etc/lib_deps?

2003-01-07 Thread buffalo
On Tue, 7 Jan 2003 [EMAIL PROTECTED] wrote: > It seems I have a running vpopmail install, version 5.2.1, that's missing > a critical piece: > > /home/vpopmail/etc/lib_deps > > Having done a pretty standard make/build/install, can anyone suggest why > this might be missing and/or what the fix m

Re: [vchkpw] problems with vqsignup and vqregister

2003-01-08 Thread buffalo
On Thu, 9 Jan 2003, Julio Espada Olivares wrote: Julio, Try adding: /usr/local/mysql/lib/mysql To: /etc/ld.so.conf and then run ldconfig (as root) from the command line. This should take care of the problem... --Duncan

Re: [vchkpw] Weird issue i'm seeing when qmail+vpopmail is used.

2003-01-09 Thread buffalo
On Thu, 9 Jan 2003, Scott Walker wrote: Scott, > I've done more digging around, And I'm still at a loss, If this isn't > the right place to ask this question could someone so kindly point me in > the right direction. You might also try posting this query to "alt.comp.mail.qmail" on usenet...

[vchkpw] Slightly OT: Sqwebmail Auth Probs?

2003-01-14 Thread buffalo
Greetings All, Sorry if this is slightly OT, but has anyone running qmail/vpopmail/mysql/sqwebmail (on RH 7.3 in our case) run into a problem with sqwebmail logins after multiple login/logouts? We're seeing a situation where if a single user logs into and out of sqwebmail more than about 4 tim

Re: [vchkpw] Slightly OT: Sqwebmail Auth Probs?

2003-01-14 Thread buffalo
Everyone, It turns out that turning off all authentication except the "vchkpw" method can be done at authdaemon start time by editing (for default installs): /usr/local/share/sqwebmail/authdaemonrc even if many auth modules were built/compiled during the sqwebmail build process. Many tha

[vchkpw] Forwards: Errno = 13

2003-01-15 Thread buffalo
Greetings, I'm testing qmailadmin right now on a RedHat 7.3 system with: qmail/vpopmail/mysql/qmailadmin/vqadmin/ezmlm/sqwebmail Accounts created can send and recieve mail without issue, via POP/SMTP or via sqwebmail. However, when setting up a forward for an account to test forwarding, I got

[vchkpw] Sqwebmail Works, Then Doesn't

2003-01-16 Thread buffalo
Greetings, I've noticed this on two separate installations of qmail/vpopmail/sqwebmail (all latest versions); after the authdaemon has been started, all virtualusers can log into the sqwebmail interface reliably for a while. Then after a period of several hours, random users will start getting "i

[vchkpw] Authdaemond--mysql?

2003-01-16 Thread buffalo
Greetings All, A quick question on authdaemond in sqwebmail: If I've built vpopmail to use mysql to store all user info, I should still be using the 'authvchkpw' method with sqwebmail to authenticate users, right? TIA, --Duncan

RE: [vchkpw] Authdaemond--mysql?

2003-01-16 Thread buffalo
On Thu, 16 Jan 2003, Clayton Weise wrote: >> Greetings All, >> >> A quick question on authdaemond in sqwebmail: >> >> If I've built vpopmail to use mysql to store all user info, I should >> still be using the 'authvchkpw' method with sqwebmail to authenticate >> users, >> right? > Yes. Hmmm. O

RE: [vchkpw] Authdaemond--mysql?

2003-01-16 Thread buffalo
On Thu, 16 Jan 2003, Robin Bowes wrote: Robin, > > Can anyone suggest what could cause such a problem and what a fix might > > be? > > The fix is to not use authdaemon. > > Set "AUTHMODULES="authvchkpw" in /usr/lib/courier-imap/etc/imapd. Unfortunately, we're not using courier, so this isn't a

RE: [vchkpw] Authdaemond--mysql?

2003-01-16 Thread buffalo
On Thu, 16 Jan 2003, Clayton Weise wrote: Clayton, > Same difference though. Just compile sqwebmail without authdaemon, and with > authvchkpw. Courier has an issue with it's authdaemon and vpopmail. Many thanks. While I tried this once already, the fix failed, but trying it again, the problem

[vchkpw] Vqadmin Problem: Linux PS

2003-01-22 Thread buffalo
Greetings, Has anyone run into this problem before? It turns out that in all versions of RedHat Linux between at least 6.2 and 7.3, /bin/ps will refuse to run when called by a "c" executable (like vqadmin.cgi) running SUID root. The result is that when you add a new domain, a HUP isn't sent to

[vchkpw] Quotas Problems

2003-01-29 Thread buffalo
Greetings, I've been looking through the archives, but haven't found anything that seems to cover this. After rebuilding vpopmail (make clean; configure; etc.) with a default quota, domains created via "~vpopmail/bin/vadddomain" are created as expected with a postmaster account that has the corr

RE: [vchkpw] Quotas Problems

2003-01-29 Thread buffalo
On Wed, 29 Jan 2003, Clayton Weise wrote: Clayton, > Anytime you recompile vpopmail with different options you'll need to also > recompile any of the programs that use it. Like qmailadmin and vqadmin. Thanks for your reply. If you check the end of my original post: > I rebuilt both qmailadmin

[vchkpw] No Bounces?

2003-02-04 Thread buffalo
Greetings All, I'm puzzled by something I'm seeing on a box I've set up with qmail/vpopmail/mysql/qmailadmin/ezmlm/vqadmin: No bounces. In other words, I send an email to a known bad/nonexistant address on the box ([EMAIL PROTECTED])and in the logs I get: Feb 4 17:35:29 mail1 qmail: 1044398129

[vchkpw] Autoresponder + EZMLM?

2003-02-11 Thread buffalo
Greetings All, Sorry if this is slightly off topic, but googling's getting me nowhere. I've recently set up qmail/vpopmail/ezmlm/qmailadmin/vqadmin, etc. Everything seems to be working well so far except when someone on a mailing list sets up a vacation message. The "vacation" message never ma

[vchkpw] Bouncer "From" Setting?

2004-04-14 Thread buffalo
Greetings All, I've been looking for an answer to this, but have yet to find it: How can you modify the qmail bounce program so that it doesn't set a "from" line of "<@#[]>" ? I have the "postmaster" account on my qmail box forwarded to a machine running sendmail and sendmail of course rejects "

[vchkpw] Vpopmail Randomly Ignoring Quotas?

2004-09-24 Thread buffalo
Greetings, I've run into a strange situation with vpopmail 1.0.6, where it seems to be ingnoring virtual domain quota limits for some mailboxes. For example, in one case, I found in a user's Maildir the normal 'maildirsize' file with the expect "1000S" figure in it, yet this user's box is o

[vchkpw] Safely Remove And Replace Postmaster Accounts?

2005-06-23 Thread buffalo
Greetings, I've got several Vdomains where for whatever reason, postmaster account quotas were bypassed and now postmaster inboxes are over 1 gig. Is it possible to safely nuke these accounts and immediately recreate them to clear their inboxes out? TIA, --Duncan