RE: mysql or not.

2001-01-22 Thread Joe Modjeski
Just a note on the replication features of mysql... VERY FINICKY.. Play with this between a few crash boxes for awhile to getthe touchyness fine-tuned to a minimum. We ran into a bunch of wierdness before we got the repliction working. Also be sure to keep the servers up. If they fall out of sy

RE: Still Waiting for an Answer....

2001-01-22 Thread Andrew Houghton
Okay -- that works fine for my local domains. For example: bash-2.04$ host 216.38.134.68 68.134.38.216.IN-ADDR.ARPA domain name pointer roarmouse.org but I still need to use the '[EMAIL PROTECTED]' login. And for the record, I *did* use --enable-ip-alias-domains=y for configure. This is runni

Re: Still Waiting for an Answer....

2001-01-22 Thread Bill Shupp
I use: host 10.20.30.40 and it should report either foo.bar or mail.foo.bar I think with vpopmail it should be set to foo.bar But it's been a long time since I used ip aliased domains. Try both and see which one works for you. -Bill on 1/23/01 12:41 AM, Andrew Houghton at [EMAIL PROT

RE: Still Waiting for an Answer....

2001-01-22 Thread Andrew Houghton
Thought I would chime in -- I'm having the same problem, but I'm too much of a neophyte DNS admin to know how to check the cause (and I'm running tinydns/dnscache within an ISP who I don't think has properly delegated reverse lookups). Say my domain name is foo.bar, and my IP address is 10.20.30.

Re: Still Waiting for an Answer....

2001-01-22 Thread Bill Shupp
Most of the time, these problems result from reverse dns problems. Are you sure that reverse dns is correct? Perhaps you could provide more info. -Bill on 1/22/01 11:57 PM, Sumith Ail at [EMAIL PROTECTED] wrote: > Hello > > My setup of Qmail+Vpopmail+MySQL+QmailADMIN > > I have compiled VPO

Still Waiting for an Answer....

2001-01-22 Thread Sumith Ail
Hello   My setup of Qmail+Vpopmail+MySQL+QmailADMIN   I have compiled VPOPMAIL with Support for IP Aliased domains. But still I need to put [EMAIL PROTECTED] during POP3 Authentication for a domain with an IP for itself and the reverse lookup setup.   I need to setup Vpopmail to authenticat

vpopmail quota suggestions

2001-01-22 Thread Tamer Hassan
Has anyone read about maildir++ ? I would like to see that implemented in vpopmail but don't have the time/skill to do so. Sqwebmail has a neat feature integrated in it's interface that shows the user their current maildir++ quota usage (as in yahoo, etc.) Mr.Sam has already written a temp hac

vqsignup.cgi

2001-01-22 Thread Tamer Hassan
Pedro Vega Wrote: >Hi all. >Is it possible to Apache handle the output of vqsignup.cgi as php instead of >html ? >Thanks. >Pedro Vega Sure, not so difficult. Just edit vqsignup.conf and edit the paths to the default html's and change them to the path to your php scripts. Make sure that "submit

Aliasing problem.

2001-01-22 Thread Brad Dameron
First off I am using Qmailadmin 0.42 and Vpopmail 4.9.8 with MySQL. There seems to be a problem with using aliases when a popaccount has a "_" underscore in the username. I have a user of "erin_s" and I tried to add a alias of "reporter". It looks like it add's it but does not di

HI .. just one question

2001-01-22 Thread Ismal Hisham Darus
is there any possiblity that i can restrict the minimum length of password to say 8 or 10 ? thanks.

RE: Symbolic links with aliasing of domains.

2001-01-22 Thread Matt Simerson
I for one really like that feature. All the accounts on my system are based upon a system UID/GID. Within that users home dir is the domains dir which has a list of all their domains. Since all their domains are symlinked there, it's a handy dir to glob for that info. I for one prefer it that w

vdeldomain + vmysql.h

2001-01-22 Thread Daniel Hardaker
Just grabbed the latest vpopmail (4.9.8) and installed it, with mysql support. I want to run as a large site (ie one table per domain), is there somewhere tos et this at compile time rather than having to keep converting with vconvert -s -l? Also, something that maybe Im missing or was overlooke

Symbolic links with aliasing of domains.

2001-01-22 Thread Brad Dameron
I am still curious as to why the authors of Qmailadmin and Vpopmail use symbolic links in the domains directory to add domain aliases. Doesn't the virtualdomains file tell qmail where the mail should go? Example being I have checkoutisle.net and checkoutisle.com which are the same. The vi

Information about vpopmail and qmail and oracle

2001-01-22 Thread "Garrote, Raúl Marcelo"
Hello friends of inter7, I am inexperienced in the implementation of these produtos (vpopmail, qmail) as in theory they have astonished to me. I wanted to have balance of server smtp (3) and centralized the accounts of pop in a base of Oracle in a server especify, that is to say, I wanted to know

Re: Fw: vpopmail and qmail-smtpd-auth (2)

2001-01-22 Thread hostmaster
on 1/19/01 11:55 AM, Ken Jones at [EMAIL PROTECTED] wrote: > Alberto Rodríguez wrote: >> >> - Original Message - >> From: "Alberto Rodríguez" <[EMAIL PROTECTED]> >> To: <[EMAIL PROTECTED]> >> Sent: Wednesday, January 17, 2001 9:39 PM >> Subject: vpopmail and qmail-smtpd-auth >> >> Acco

RE: mysql or not.

2001-01-22 Thread Matt Simerson
I thought about it, read about it, and toyed with the LDAP idea and I think it's got a lot of potential for working well for authentication but for the POP-AUTH type stuff, I don't think it would work well enough on a large scale system handling hundreds or thousands of updates per minute across a

Re: mysql or not.

2001-01-22 Thread Chris Shenton
"Matt Simerson" <[EMAIL PROTECTED]> writes: > Well, I found the breaking point of vpopmail's open-smtp feature to be about > 1500 domains (in an NFS environment). The actual breaking point isn't really > related to the amount of domains/users but rather how many and how freqently > your clients o

vqsignup.cgi

2001-01-22 Thread Pedro Vega
Hi all. Is it possible to Apache handle the output of vqsignup.cgi as php instead of html ? Thanks. Pedro Vega

RE: mysql or not.

2001-01-22 Thread Matt Simerson
Well, I found the breaking point of vpopmail's open-smtp feature to be about 1500 domains (in an NFS environment). The actual breaking point isn't really related to the amount of domains/users but rather how many and how freqently your clients open POP/IMAP sessions. I was forced to move away from

Re: sqwebmail (vpopmail 4.9.7+mysql) compile fails

2001-01-22 Thread Mark Steller
Faster way without editing files. Just run your configure like this:  env LIBS="-L/usr/lib/mysql -lmysqlclient -lz" ./configure [your options]   Of course you'll need to substitue your mysql libs directory if not /usr/lib/mysql. I forgot about doing it like that. Mark - Original Message -

mysql or not.

2001-01-22 Thread Peter Brezny
Why use mysql with vpopmail? What are the primary advantages/disadvantages. Is it something really needed for sites < 2000 users? TIA Peter Brezny SysAdmin Services Inc.

Re: sqwebmail (vpopmail 4.9.7+mysql) compile fails

2001-01-22 Thread Mark Steller
I figured out a fix to this from looking at previous postings. Here is what you need to do.   run ./configure [your options] vi (edit) authlib/Makefile find the line that looks like this CRYPTLIBS = -lcrypt make it look like this CRYPTLIBS = -lcrypt -L/usr/lib/mysql -lmysqlclient -lz Then compile a

Re: addusers.pl

2001-01-22 Thread Jürgen Hoffmann
Hi, this script looks pretty decent. Although it had a little mistake. And would cause lots of mails on this list. I have added a little conversion line that is substituting a ':' for each '.' in the forward .qmail filename. ;-) kind regards Juergen Hoffmann P.S. thanx for modifying and taking

Re: Cannot setup a default domain.

2001-01-22 Thread YAMANE Yoshimi
Hi, > I was trying to setup default domain for vpopmail. I want that users > supply only user name without domain for POP. I could do it with > vpopmail-4.9.4 but I can't do it with vpopmail-4.9.6.1. > > System: FreeBSD-4.2-STABLE, qmail-1.03, vpopmail-4.9.6.1 > Jan 19 23:43:11 fbsd vpopmail[

Re: addusers.pl

2001-01-22 Thread Johannes Schritz
Hi, I already did some of those changes a few weeks ago; I prettified the script and added the functionality you mentioned, the result is attached. Usage of the script is now: ./addusers.pl default_domain [field delimiter] < user.dat Data file format has to be: usernamepasswordisforward?

Re: addusers.pl

2001-01-22 Thread Jürgen Hoffmann
Hi All,   this is a good point. I will make it possible to add aliasses and forwards from that file also. This is not working now. so this is what a user file will have to look like:   username:password-in-plain-text:alias1:alias2:alias3:...:aliasn   All the fields have to be delimeted by a fi

Re: instalation of courier-imap

2001-01-22 Thread BOFH
Hi, On Mon, 22 Jan 2001, Ismail YENIGUL wrote: > hi > > your mysql library flag is missing in authlib/Makefile > > in authlib/Makefile file > find LDFLAGS line and set it to > LDFLAGS=-L/your/mysql/lib/path -lmysqlclient > change the /your/mysql/lib/path to with your mysql lib dir > if you do no

Re: instalation of courier-imap

2001-01-22 Thread Roman Serbski
Hi BOFH > /mail/vpopmail. when i'm building courier-imap-1.3.0.. First try courier-imap-1.3.1 Second thing - add env LIBS="-L/your_path_to_mysql_libs -lmysqlclient" before ./configure bla-bla Regards, Roman

Re: addusers.pl

2001-01-22 Thread Sumith Ail
Hi Juergan   Excuse me if this sounds silly...can I also add Alias Email accounts with this script or some more modification needs to be done to make this script work   Regards Sumith - Original Message - From: Jürgen Hoffmann To: Sumith Ail ; [EMAIL PROTECTED] Sent:

Cistron-Radius

2001-01-22 Thread Jürgen Hoffmann
Hi All, looking at the contrib folder I have a question concerning cistron scripts. Will this work against innercites mysql version of cistron icradius also? www.innercite.com kind regards Juergen Hoffmann

Re: addusers.pl

2001-01-22 Thread Jürgen Hoffmann
Hi All,   this script was just a quick scratch for a problem one user posted. I have promised to rewrite it and I will as soon as I have handled my two major projects here. Maybe I will do it tonight. Since the here is how it works:   - This script assumes that you have a file called user.dat

addusers.pl

2001-01-22 Thread Sumith Ail
Hello All,   I think addusers.pl program in contrib folder of Vpopmail is very helpful for adding a large number of email accounts from an external file.   But I have not yet figured out how to make it work.   Can somebody please guide me how to make addusers.pl work.   Thanks in advance.  

Updating and old qmail + vchkpw system

2001-01-22 Thread Antonio Navarro Navarro
Hi All ! I have a very old installation of qmail + vchkpw + some patches (for example the ETRN patch) in a RedHat 6.2 server. I want to upgrade the machine to the new RedHat 7.0, and want if possible to reinstall QMail + vchkpw from a RPM. I have located the Bruce RPM qmail + patches and it work

Re: instalation of courier-imap

2001-01-22 Thread Ismail YENIGUL
hi your mysql library flag is missing in authlib/Makefile in authlib/Makefile file find LDFLAGS line and set it to LDFLAGS=-L/your/mysql/lib/path -lmysqlclient change the /your/mysql/lib/path to with your mysql lib dir if you do not know , where it is use #find / -name libmysqlclient.a it wil

IP plus Name based domains

2001-01-22 Thread Sumith Ail
Hello   My setup of Qmail+Vpopmail+MySQL+QmailADMIN   I have compiled VPOPMAIL with Support for IP Aliased domains. But still I need to put [EMAIL PROTECTED] during POP3 Authentication for a domain with an IP for itself and the reverse lookup setup.   I need to setup Vpopmail to authenticat

instalation of courier-imap

2001-01-22 Thread BOFH
Hi! RH 6.2, mysql 3.23.31 installed in /mysql vpopmail-4.9.6 installed in /mail/vpopmail. when i'm building courier-imap-1.3.0.. ./configure make [...] gcc -I/mail/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/mail/vpopmail/lib -o authuser db modauthuserdb.o libauthmod.a libauth.a ../userdb/libu

IP aliased domains in Vpopmail

2001-01-22 Thread Sumith Ail
Hello   My setup of Qmail+Vpopmail+MySQL+QmailADMIN   I have compiled VPOPMAIL with Support for IP Aliased domains. But still I need to put [EMAIL PROTECTED] during POP3 Authentication for a domain with an IP for itself and the reverse lookup setup.   I need to setup Vpopmail to authenticate

Re: SQWEBMAIL-QUOTA

2001-01-22 Thread Bill Shupp
Not that I know of. Sqwebmail doesn't know anything about vpopmail's quota system. It is only aware of the one used by courier-mta (maildrop, I believe). -Bill on 1/22/01 2:37 AM, Hemanta Sharma at [EMAIL PROTECTED] wrote: > Hi, > > Is there a way where we can display the quota left or quota

SQWEBMAIL-QUOTA

2001-01-22 Thread Hemanta Sharma
Hi, Is there a way where we can display the quota left or quota used by a user on Sqwebmail? Thanks, Hemanta