Re: Multiple - in usrname

2000-07-13 Thread Ken Jones
ng vpopmail-3.4.12. The newer 4.8.X versions fix this behavior Ken Jones inter7

Re: Bogus Error

2000-07-13 Thread Ken Jones
t; > I configured vpopmail with enable-defaultdomain=lueneburg.netsurf.de and > added the domain afterwards with vadddomain lueneburg.netsurf.de password > > any clues anyone? Any Help or suggestions are highly appreciated. > > Kind Regards > > Juergen Hoffmann Make sure you

Re: dash-ext support

2000-07-13 Thread Ken Jones
The 4.8.X versions now will do a look up on user-ext first. If that succeeds then it delivers the mail to that user. If that fails it attempts to lookup user. So you should be able to have users with a dash in thier name. Ken JuanE wrote: > > I agree that repatching each new versio

Re: vchkpw strange behaviour

2000-07-13 Thread Ken Jones
t; > Juergen Hoffmann Sounds like better code should be around the exec of the tcprules program. Ken Jones

Re: User dirs

2000-07-13 Thread Ken Jones
Svyatoslav Trukhanov wrote: > > I add vpopmail user '0', it has homedir /home/popusers/domains/a.dom/0 - > Ok. > When I add 100 users - home dir for new user is like > /home/popusers/domains/a.dom/0/* > I think this is not good. What do you suggest to solve this problem? Ken Jones

Re: Archives : url

2000-07-13 Thread Ken Jones
27;ve put the links on the web pages. Thanks Benoit Ken Jones inter7

Re: vpopmail and LDAP

2000-07-17 Thread Ken Jones
It's on the todo list. But there are alot of other things in front of it, unfortunately Ken Jones Greg Cope wrote: > > Ken Jones wrote: > > > > [EMAIL PROTECTED] wrote: > > > > > > Hi, > > > > > > is it possible to use vpopmail and l

Re: Vpopmail - Installation - questions

2000-07-17 Thread Ken Jones
options, like --enable-roaming-users=y] make make install-strip done. > > That's all and thanks a lot. Good luck ;] Ken Jones > > Steven M. Klass > Systems Administrator > > Andigilog Inc. > 7404 W. Detroit Street, Suite 100 > Chandler, AZ 85226 > Ph: 602-940-6200 ext. 18 > Fax: 602-940-4255 > > [EMAIL PROTECTED] > http://www.andigilog.com/

Re: OK, I've install vpopmail, where is DJB test.delivertest.recieve...

2000-07-17 Thread Ken Jones
omain ~vpopmail/bin/vadddomain test.com test 2) Send email to the postmaster user echo "to: [EMAIL PROTECTED]" | /var/qmail/bin/qmail-inject 3) authenticate with pop telnet 127.0.0.1 110 user [EMAIL PROTECTED] pass test list You should see one message listed. Then it works Ken Jones

Re: sqwebmail problem

2000-07-17 Thread Ken Jones
/tmp/vpopmail-4.8.4/vauth.c 563:undefined reference to 'mysql_query' > . > . > . > make[1]:***[authvchkpw] Error 1 > make:***[all-recursive] Error 1 > > /tmp/vpopmail-4.8.4 is the path i unzip the tar file > /home/vpopmail is the path i install You need to edit the sqwebmail Makefile and add -L"path to mysql libs" -lmysqlclient Ken Jones

Re: Problems compiling Courier IMAP

2000-07-18 Thread Ken Jones
rror 1 > make[1]: Leaving directory `/disk01/blue/courier-imap-0.36a/authlib' > make: *** [all-recursive] Error 1 > > Can anyone help me ? > thanks!! > TD Which version of vpopmail are you using? Only the latest ones have the vclose() function call Ken Jones

Re: Autoresponder

2000-07-18 Thread Ken Jones
@tech /root]# > > __ > Do You Yahoo!? > Get Yahoo! Mail - Free email you can access from anywhere! > http://mail.yahoo.com/ Those are warnings, not errors. You should have a file named autorespond that is the compiled binary. Ken Jones

Re: Large Scale site questions..

2000-07-18 Thread Ken Jones
Sounds like a good plan. I'd be happy to help out. Ken Jones Matthew Herman wrote: > > This brings up an interesting point about the performance of vpopmail and > possibly tuning options. Does anyone have information about how much of a > load a server can handle us

Re: Large Scale site questions..

2000-07-18 Thread Ken Jones
Yes. I've been in contact with the SQL Relay author about this exact topic. He was nice enough to add a C api so that we could use it with vpopmail. Unfortunately I haven't had any time to work on it. Boris Mizhen wrote: > > Hello, > This is a very important topic... > > I believe that the

Re: big site with one domain

2000-07-19 Thread Ken Jones
size of the tables smaller. That's the only difference. Ken Jones

Re: Aliases and forwarding

2000-07-19 Thread Ken Jones
ectory. For example: echo "&[EMAIL PROTECTED]" > .qmail-account2 And for account4 (assuming vpopmail home dir is /home/vpopmail) echo "" > .qmail-account4 echo "" >> .qmail-account4 Ken Jones

Re: Problems compiling Courier IMAP

2000-07-19 Thread Ken Jones
I checked vpopmail 4.8.5 and the vclose call is there. You'll need to edit the courier-imap Makefile to include -L/path-to-mysql-libs -lmysqlclient mysql_close is in the mysqlclient library. Ken Jones Abdul Naseer wrote: > > Hello, > > I am also facing the same problem

Re: vpopmail with LDAP of netsacape

2000-07-19 Thread Ken Jones
Balaji Hare Ram Balaji wrote: > > i have netscape LDAP. i want to use with vpopmail > any body have any idea > how to do this Try the vpopmail ldap module --enable-ldap=y Then edit the vldap.h file for your LDAP server info. Ken Jones

Re: Sorry, _no_mailbox_here_by_that_name._(#5.1.1)/

2000-07-19 Thread Ken Jones
ailure: > Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/ > > Why it? More information is needed. Basicly, you have not installed things correctly. Or you didn't add the domain or users correctly. Ken Jones

Re: SQwebamil Auth Logging?

2000-07-19 Thread Ken Jones
ook in sqwebmail's authlib directory for the vchkpw modules Ken Jones

Re: localhost as virtual domain?

2000-07-19 Thread Ken Jones
I'd think the vaddaliasdomain localhost host.domain.com would be easier to admin. Ken Jones

Re: Problems compiling Courier IMAP

2000-07-19 Thread Ken Jones
replace LIBS = -lcrypt with LIBS = -lcrypt -L/usr/lib/mysql -lmysqlclient On some machines, like solaris, you have to also add -lsocket -lnsl Ken

Re: SQwebamil Auth Logging?

2000-07-19 Thread Ken Jones
Probably :} But I don't know off hand. Ken "Hubbard, David" wrote: > > Is there a way to interpret the logged 'requested URL' > to determine if a login was successful or a failure? > I'd just like to be able to figure out if someone's > ham

Devel version 4.8.6 available

2000-07-24 Thread Ken Jones
program. To include this in your compiled version, you will need to add the --enable-deliver-filter=y option to your configure line. Feedback on the filter code and how well it works would be greatly appreciated. Ken Jones

Re: No user found vpopmail-4.8.5

2000-07-24 Thread Ken Jones
Sometimes the crypt funtion in the crypt libraries don't actually work. Like on standard slackware systems. That could be the problem. Ken Joens Peter Gradwell wrote: > > Hi Peter > > I was half way through writing a very same message. > > I'm running the same

Re: Netscape Users and vpopmail (Brainstorming here)

2000-07-24 Thread Ken Jones
vpopmail INSTALL and FAQ files 2) use IP based domains 3) pick one domain to make as your "default domain" with ./configure [options] --enable-default-domain="your domain" Ken Jones

Re: More SMTP stuff

2000-07-24 Thread Ken Jones
t; Jacob I'd be willing to take a crack at it. Can you point me to the code for smtp-auth and some pointers on what needs to be done? Ken Jones

Re: IMP prefs

2000-07-24 Thread Ken Jones
and everything under that directory. Does the hacked IMP not store it's files under the user's directory? Ken Jones

Re: Alias again

2000-07-24 Thread Ken Jones
ards. > /agi You can't do this automatically. The closest you can get to it is to create a mailing list and add each user to it as they get added to the system. Or you can use vpopbull to distributed emails to everyone on your system. Ken Jones

Re: vpopmail and daemontools

2000-07-24 Thread Ken Jones
;] You should be able to just run supervise (standard tcpserver pop startup line) ken Jones

Re: Courier IMAP

2000-07-24 Thread Ken Jones
authpam \ --without-authpwd --without-authshadow --without-authldap \ --with-authvchkpw --enable-workarounds-for-imap-client-bugs Ken Jones

Re: IMP prefs

2000-07-24 Thread Ken Jones
. > > Jim > -- > Jim Serio - [EMAIL PROTECTED] > Producer, World of Coasters Yes, the current vpopmail release automatically creates the users directories if they do not exist Ken Jones

Re: Permissions Weirdness and Problem.

2000-07-24 Thread Ken Jones
Check the uid and gid in /var/qmail/users/assign to see if they match the vpopmail/vchkpw uid/gid. That can cause a problem. Ken Jones Russell Rademacher wrote: > > Hello. > > I got a major problem here. I just recently upgraded the Qmailadmin and > Vpopmail to the

Re: Re-directing virtual domain

2000-07-25 Thread Ken Jones
This will do it: | /home/vpopmail/bin/vdelivermail '' $[EMAIL PROTECTED] >From qmail-command man page: SENDER is the envelope sender address. NEWSENDER is the forwarding envelope sender address, as described in dot- qmail(5). RECIPIENT is the envelope recipient ad

Re: Devel version 4.8.6 available

2000-07-25 Thread Ken Jones
Ruh roh. I didn't know he was writing mail filters. We should probably keep vpopmail compatible with his filter rules. Ken "Robert J. Adams" wrote: > > Ken, > > Happen to know if Sam plans to make the new Sqwebmail mail filters work with > vpopmail or is he

Re: qmail-smtp-auth

2000-07-25 Thread Ken Jones
non-root users > changes umasks & file modes so that >certain directories are > readable by the vpopmail group > > - cls I'm not sure what these patches are for, and how we can incorporate them into the standard vpopmail release. Any ideas? Ken Jones

Re: autorespond question

2000-07-25 Thread Ken Jones
ther is that it should not malloc space for the incoming message.And just parse it on the fly. Ken Jones

Re: vchkpw + winproxy

2000-07-25 Thread Ken Jones
body has a solution for it ? > > regards, > > Sandy You could try the "/" character. vpopmail.h:#define ATCHARS "@%/" vpopmail should work with "@" or "%" or "/" Ken Jones

Re: autorespond question

2000-07-25 Thread Ken Jones
Matthias Henze wrote: > > At 07:36 25.07.00 -0500, Ken Jones wrote: > >shaoming wrote: > > > > > > Hi ! > > > > > > is there anyway not to send out the e-mail header when we do a > > > autorespond? > > > > > > thanks. &g

Re: Open smtp Relay -how?

2000-07-25 Thread Ken Jones
Leonard Cooper wrote: > > Hi all, > now, please, NO spam, flames etc > > I need to know how to make this qmail/vpopmail box of ours an open smtp > relay. > I have my reasons , and it will only be temorary (like an hour). > > I think I would need to configure vpopmail without --enable-roamin

Re: know this?

2000-07-27 Thread Ken Jones
r/qmail/users/cdb file to extract uid/gid/dir information. Ken Jones

Re: problem with .qmail processing

2000-07-27 Thread Ken Jones
The .qmail files under a users directory only support forwarding email. It doesn't support the | /program commands. You could put a .qmail-sms file in the base domain directory ~vpopmail/domains/domain.com/.qmail-sms Ken Jones Flavio Curti wrote: > > hi > > i have a little

Re: domains re: vpopmail & QmailAdmin

2000-07-27 Thread Ken Jones
x27;t use vadduser "user" and only user vadduser "user@domain" Ken Jones > > 1) when I go to send smtp mail to it, it seems to want to only deliver to > "local" users, saying that the other users don't exist. This could be > that I am setting up qmail for

Re: Qmailadmin Forward-Address Sorting?

2000-07-27 Thread Ken Jones
s them by reading the directory. So the order is how the OS hands the files to qmailadmin. Ken

Re: Obtaining the e-mails using POP3

2000-07-27 Thread Ken Jones
, how do I do this? > > And how do I read my e-mails using Sqwebmail? > > Thanks. First add a virtual domain with vadddomain domain.com Then add a user with vadduser [EMAIL PROTECTED] Then with pop, set your user name to be example%domain.com For sqwebmail use: [EMAIL PROTECTED] Read the INSTALL and FAQ files. Ken

Re: How do I make vmkpasswd ?

2000-07-27 Thread Ken Jones
YAMAMOTO Taku wrote: > > Hello, > > I'd like to change authentication specific popuser to apop,so need to modify > vpasswd file by hand.However I can't find vmkpasswd program both > /home/vpopmail/bin and /usr/local/src/vpopmail-x.x.x/. > > How do I configure vpopmail to compile vmkpasswd ? Tr

Re: Vpopmail authentication

2000-07-27 Thread Ken Jones
s? > > My virtual users can receive e-mails but can't download it using pop3 nor > sqwebmail. > > Thanks. Read the FAQ and INSTALL files. you need to set your pop user name to be user@domain If that doesn't work, then you have some other configuration problem. Ken

Re: Please help - something is strange

2000-07-27 Thread Ken Jones
0 pop3 /var/qmail/bin/qmail-popup \ biznizweb.com \ /mail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir & where is the full name of the machine. What you are seeing are tcpserver connection startup delays as it attempts to do reverse IP lookups and ident queries. Ken

Re: qmailadmin - mail forwarding

2000-07-27 Thread Ken Jones
> Abdul Naseer wrote: > > How can I give the right to add / delete/ modify mail forwarding to > the individual users using qmailadmin? right now only the postmaster > is able to do this. > > TIA > > Naseer Break out your favorite C code editor and make changes ;] it doesn't support it. Ken

Re: Migrating a vpopmail Linux box to FreeBSD

2000-07-27 Thread Ken Jones
27;s. Try to make them the same from one machine to the next. Check /var/qmail/users/assign Ken

Re: aliases?

2000-07-27 Thread Ken Jones
t; It works for 4 weeks and suddenly...? > qmail want´s to deliver the mail local! > what´s wrong More information is needed to diagnose this problem Ken

Re: know this?

2000-07-27 Thread Ken Jones
Abdul Rehman Gani wrote: > > > Basicly it reads the /var/qmail/users/cdb file > > to extract uid/gid/dir information. > > Won't this break the current setup where account type info is stored in the > gid field? > > Abdul > > > > Ken Jones > &g

Re: [paranoia] security

2000-07-27 Thread Ken Jones
as to be either vpopmail or root. Ken Jones "Sean P. Scanlon" wrote: > > [ Apologies if this has been previously covered ] > > Maybe I'm a bit paranoid.. > I know most people don't run shell/mail services on the same machine, > But if you did it is possible f

Re: MRTG & QMail

2000-07-27 Thread Ken Jones
; Thanks in advance for any help you folks can offer on this one. > > James Beam > BiznizWEB, Inc. If you use the qmail-mrtg scripts and cyclog, it will work really nicely. cyclog is in daemon-tools-0.53. I've not been able to get daemontools-0.70 with multilog to work with qmail-mrtg. Ken Jones

Re: vconvert

2000-07-31 Thread Ken Jones
sn't any code to do that. But I'm working on it. It would probably have to support both an /etc/passwd option and an /etc/shadow option. Does your conversion have it's passwords in the "passwd" file? Ken Jones

Re: MRTG & QMail

2000-07-31 Thread Ken Jones
Peter Green wrote: > > also sprach insyte: > > On Thu, Jul 27, 2000 at 03:39:31PM -0500, Ken Jones wrote: > > > > > If you use the qmail-mrtg scripts and cyclog, it will work > > > really nicely. cyclog is in daemon-tools-0.53. I've not > > >

Re: POP authentication problem

2000-07-31 Thread Ken Jones
is in my qmail-pop3d.init file. > Anyone have any advice? Your startup line for pop3 is wrong. hence you are seeing the entry for the authentication program as your hostname. Maybe it's as simple as adding your hostname before the /home/vpopmail/bin/vchkpw Ken Jones

Re: vpopmail warning

2000-07-31 Thread Ken Jones
note: the latest beta mysql client libraries use mktemp and freebsd pumps out the same complaint when linking with mysql client Ken Jones

Re: sqwebmail & netscape

2000-07-31 Thread Ken Jones
;Invalid request" instead. > If I hit reload, it boots me back to the login screen. This behavior does > not > happen with IE. There is something else going on besides Netscape. I use netscape with sqwebmail all the time. So it's not a netscape problem. Most likely it's a web server configuration issue. Or you installed sqwebmail wrong. Ken Jones

Re: LDAP vpopmail sqwebmail

2000-07-31 Thread Ken Jones
> Ender Hikmet KILIÇOÐLU wrote: > > Hi all, > How can i use vpopmail using ldap authentication and sqwebmail configure vpopmail with --enable-ldap=y and modify the vldap.h file to match your installation Ken Jones

Re: Upgrading from 3.4.11...

2000-07-31 Thread Ken Jones
everthe home dir is) instead of /etc/tcp.smtp.cdb The major change from 3.4 to 4.X is having the configure script look in ~vpopmail/etc for tcp.smtp then /etc. This is so you can run your pop server as vpopmail/vchkpw uid/gid instead of root. Ken Jones inter7

Re: how to set default domain

2000-07-31 Thread Ken Jones
Maybe you should use vaddaliasdomain instead of doing these symbolic links. I would also not use the ~vpopmail/users and link to the domain dir. Instead, I would configure vpopmail with "--enable-default-domain=MYDOMAIN.COM" plus your other options. Be sure to add users with vadduser [EMAIL PROTECTED] and not with vadduser username Ken

Re: Migration

2000-07-31 Thread Ken Jones
ve the domain from the assign file. The vpopmail library uses the assign/cdb file. Ken Jones

Re: safestring bug. patch attached

2000-08-03 Thread Ken Jones
Nice one ;] It's in the devel 4.8.8 version now. Thanks! Ken Jones Markus Wuebben wrote: > > Hi! > > scopy() in safestring.c has a bug. Just start vdelivermail(from vpopmail > 4.8.7) from the shell > and it wil segfault. This is due to a bug in scopy. > It doe

Re: VPOPMAILUID, VPOPMAILGID, VPOPMAILDIR

2000-08-03 Thread Ken Jones
s much harder. > > qmail does the same thing for the same reason, I think: security. However, > there are ways of getting around this when packaging RPMs. Easiest might be > patching vpopmail to get uid/gid from a file (directory is much harder) and > see if Ken will incorporate it. Ot

Re: no relaying error message

2000-08-03 Thread Ken Jones
sponse in case the user has f.e. not authenticated via POP yet? > > Regards! > > --jmr That's in qmail source code. You'll need to patch some source in qmail to change that. Ken Jones

Re: R F C - filters

2000-08-03 Thread Ken Jones
Could you make the filter code match sqwebmail's filter specification? Then sqwebmail users could set vpopmail filters. Keeping the two projects working together is a noble goal ;] Ken Jones Matthias Henze wrote: > > hi, > > i'm going to modify my filtermodule to

Re: weird pop error

2000-08-03 Thread Ken Jones
In the vpopmail source code directory. Check your config.h file for the line: #define TCPRULES_PROG "/usr/local/bin/tcprules" What ever that is set to, make sure it points to a good tcprules program. It might be crashing when it attempts to run tcprules Ken Jones Val Luck wrote:

Re: Large Site Question

2000-08-03 Thread Ken Jones
ins, use --enable-large-site=y If you have a large number of domains ( 10 or more ) and a small number of users per domain (less than 10K), then don't use --enable-large-site=y Hope that helps Ken Jones

Re: User@domain Authentication (Still Newbie question)

2000-08-03 Thread Ken Jones
ith just username with only one domain if you configure with --enable-default-domain=domain 2) you can use IP based virtual domains by configuring with --enable-ip-alias-domains=y Then make sure your IP reverse lookup for each IP returns the domain name and not a machine in the domain. Ken Jones

Re: email free...

2000-08-03 Thread Ken Jones
then, would like to give > Free Email Accounts (like Hotmail). Anyone can told me how many mail > accounts this server supports? > P.S- 1Mb each account. You can probably do about 20K accounts. It depends alot on how active each account is. ken Jones

Re: Casesensitive vpasswd

2000-08-03 Thread Ken Jones
r for login paul, not Peter. > How can I improve this ? > > Thanks > Sascha using /home/popusers/users doesn't support aliases. I recommend you rebuild vpopmail with --enable-default-domain=domain then add the domain with vadddomain. then you can put .qmail-user files in the domai

Re: min password length?

2000-08-03 Thread Ken Jones
modified? > > thankyou > > Paul That's what MD5 passwords are for. Greater than 8 characters. There is some MD5 code in vpopmail, but I never figured out how to get it to work with all the passwords. Basicly, replacing the crypt() function with MD5 functions. As long as the MD5 is com

Re: vpopmail API

2000-08-03 Thread Ken Jones
gards, > Edward. Plain text passwords are not stored, only the encrypted passwords. This is similar to how /etc/passwd works. ken Jones

Re: Ummm, one more thing on qmailadmin...

2000-08-03 Thread Ken Jones
gt; James Beam > BiznizWEB, Inc. No plans as far as I know. Ken Jones

Re: email free...

2000-08-03 Thread Ken Jones
Ben Beuchler wrote: > > On Thu, Aug 03, 2000 at 12:19:50PM -0500, Ken Jones wrote: > > > > Hi, I've a server with this hardware configuration: > > > AMD- K6 - 500Mhz, 64Mb RAM, 10Gb HD (IDE). This server is running a > > > WebServer (Apache) and

Re: email free...

2000-08-03 Thread Ken Jones
0gb hdd- so, if you want to allocate 1Mb/account, maybe 7K accounts? > Or buy another hard drive, yeah. =P > > Jacob > > -Original Message- > From: kbo [mailto:kbo]On Behalf Of Ken Jones > Sent: Thursday, August 03, 2000 11:52 AM > To: [EMAIL PROTECTED] > Subj

Re: email free...

2000-08-03 Thread Ken Jones
Boris Mizhen wrote: > > Ken Jones wrote: > > > > > We did some measurements with a similar machine as above. About > > the same hardware except it had 128Mram. Only doing outgoing > > email, for newsletter type mail. It was able to sustain about > > 750,

Re: What's method used to encrypt password in vpopmail?

2000-08-04 Thread Ken Jones
Edward Tsang wrote: > > Hi there, > > What's the method used to encrypt password in vpopmail ? > > I would like to use the same hash for other function usage... > > Regards, > Edward. crypt() function call from the system libraries Ken

Re: qmailadmin - ezmlm problem

2000-08-04 Thread Ken Jones
lso cannot see any 'del_listmod.html' file. > > Did I miss something? > > Paul Holthuizen I think that was a problem in the qmailadmin 0.32 release. It didn't install all the html templates. I think it's fixed in the newer release Ken

Re: Large Site Question

2000-08-07 Thread Ken Jones
h cdb. Ken [EMAIL PROTECTED] wrote: > > Ken: > > Thanks for clearing the large-site issue for me. But now I have one more > question. I do not use any RDBMS software with qmail/vpopmail. Do the > examples listed below still apply to the cdb files? Is there a > disadvantage

Re: CC a copy of all e-mails to a designated account

2000-08-07 Thread Ken Jones
rectory for user1 the second line should be the full path to the maildir directory for user2 For example: /home/vpopmail/domains/whateverdomain.com/user1/Maildir/ /home/vpopmail/domains/whateverdomain.com/0/J/user2/Maildir/ Don't assume a users Maildir is under the base of the domain. Check the vpasswd file for the full path to the users directory. Ken

Re: vaddaliasdomain (fwd)

2000-08-07 Thread Ken Jones
Special > since there are no user with the aliasdomain in their username. > > Why am I conserned by this trivial issue? > Since I do a: > #!/bin/sh > ls -1 ~vpopmail/domains/ | \ > grep ".no\|.com\|.org\|.net" \ > > /usr/local/share/sqwebmail/logindomainlist > > from time to time ;-) and since I think the "old" solution breaks qmails > intention regarding aliasdomains and use of the assign file. Good point. I'll try it out. Ken Jones

Re: vaddaliasdomain (fwd)

2000-08-07 Thread Ken Jones
Ken Jones wrote: > > Einar Bordewich wrote: > > > > Since my illustrations appeard trunkated, I'm re-sending this mail, > > hopefully it will be a little bit easier to read this time ;-) > > > > --Forwarded message -- > > Fro

Re: QmailAdmin Error -> vsql_getpw: failed select

2000-08-07 Thread Ken Jones
igure option --enable-mysql=y. The > table vpopmail is created in mysql, with postmaster and user info for > the vpopmail domains > > With regards, > Harsha as far as I know, vpopmail doesn't create a shared object library. and all libXXX.a files are static libraries. copying a static library to a shared object file name isn't the solution. There is something else that is wrong. Perhaps your mysql shared object libraries aren't in the LD_LIBRARY_PATH? Ken Jones

Re: RFE: Server Root vs Document Root

2000-08-08 Thread Ken Jones
the "document root", ie ~vpopmail/{users|domains}. > > Am I mising the proper incantation of "configure" to do this with, or > is this really not possible at the moment? The configure/makefile's don't support it. Ken

Re: scripts for oracel

2000-08-08 Thread Ken Jones
H. You must set ORACLE_USER to be a valid user in oracle and you must set ORACLE_PASSWD to be a valid password for that user. And you must set ORACLE_HOME to point to the base directory of your oracle installation. Otherwise, it won't work. Ken

smtp auth and vpopmail

2000-08-08 Thread Ken Jones
d you make to the qmail-smtpd.c code besides applying the patch? Ken Jones inter7

Re: mysql switch

2000-08-08 Thread Ken Jones
users and a symbolic link. The default domain option will give you exactly what you are looking for, plus you can then manage your primary vdomain users like any of the other vdomains. Which means qmailadmin will work for them. I'm not sure, but mysql authentication might not work with ~vpopmail/users In any case, /etc/passwd authentication will work with mysql unless you specifically turned it off. Ken

Re: OS quota and vpopmail user quota

2000-08-08 Thread Ken Jones
al domain, then you can use an OS user quota on vpopmail to limit disk usage. However, if you have multiple virtual domains under vpopmail, then the OS user quota on the vpopmail user will apply to all virtual domains. Currently, vpopmail only supports per user quotas, and not per domain quotas. Ken

Re: nameserver-Problem (was: Maildir-Problem)

2000-08-08 Thread Ken Jones
; 192.168.0.1 snafu1.snafusnafu1 > 192.168.0.4 snafu4.snafusnafu4 > 127.0.0.2 mysnafu.de mysnafu > > Any ideas? Thank you very mutch. > > Ciao > Laura You should use fully qualified hostnames. snafu4.snafu isn't fully qualified. edit your /var/qmail/control files and change any occurance of snafu4.snafu with a real hostname that will resolve in DNS. Then restart qmail Ken Jones

Re: smtp auth and vpopmail

2000-08-08 Thread Ken Jones
Chris Seawood wrote: > > Ken Jones wrote: > > > > Does anyone have vpopmail working with smtp authentication? > > A couple of weeks ago, I posted an updated patch to let smtp-auth use > vpopmail 4.8.6 for authentication. The original instructions are still > at h

Re: Using dots in forward/alias names

2000-08-08 Thread Ken Jones
t; doesn't work, while the user [EMAIL PROTECTED] works nice. > > How to handle the dot inside the name? > > Thanks, > > Tonino replace the "." with a ":" .qmail-mickey:mouse Ken

Re: Virtual domain comunication

2000-08-08 Thread Ken Jones
arge, it must be registered with an internet authority. Ken Jones

Re: vdeliver cant find user using ldap

2000-08-15 Thread Ken Jones
e input and where to put > incoming mail for debugging, if its possible > > Ender KILICOGLU The next release of vpopmail has ALOT more ldap code in it. That's about all the help I can give you now. Ken Jones

Re: question, what determins delivery?

2000-08-15 Thread Ken Jones
ontents of the .qmail-default file. Which should envoke the vdelivermail program. vdelivermail should check the auth module configured (cdb/mysql/oracle, etc) and pick a directory. Check the directory and uid/gid for permissions That's about all the debugging tips I can give you Ken "It's too hot in chicago today" Jones

Re: open-smtp problem - Help

2000-08-15 Thread Ken Jones
I suggest you move your tcp.smtp* files to ~vpopmail/etc and reconfigure vpopmail. Perhaps vpopmail is getting confused with permissions in the /etc directory. That's why i suggest you put all those files under ~vpopmail/etc directory. So that vpopmail permissions can be used. Ken PPP

Re: vpopmail+mysql error?

2000-08-24 Thread Ken Jones
-p all the shared object libraries into /usr/lib Cheers Ken

Re: migration to vpopmail

2000-08-24 Thread Ken Jones
haracters. And then it fills out GLuser and GLhost with the user and domain. Instead make a routine that takes "domain-com-user" and parses out 'domain-com" to GLhost and the "user" into Gluser. Ken Jones

Re: how about qmail-vacation ???

2000-08-24 Thread Ken Jones
/www.vpopmail.cx/vpop-vacation-0.3.tar.gz Ken Jones

<    1   2   3   4   5   6   7   8   9   10   >