qmail + vpopmail + Mysql

2000-11-29 Thread @rth
Title: I'm planning to ugrade my existing qmail + vpopmail to qmail+vpopmail+mysql. If I'm going to use another machine as Mysql server and another machine for pop storage. Do I need to install Mysql on both machine? Where should be the /usr/include/mysql located on the pop storage or on

RE: 553 sorry, that domain isn't in my list of allowedrcpthosts(#5.7.1)

2000-11-29 Thread hari_bhr
no my tcp.smtp in /etc directory but the open-smtp is in /home/vpopmail/etc/open-smtp how do i change this to /etc so bothe tcp and open-smtp going to be in one directory i observed that both got root permissions. thanks for the help we appriciate for co-ordinating to fix this problem

Re: Can't_create_tempfile_(#4.3.8)

2000-11-29 Thread Lou Hevly
At 18:12 28/11/00 -0600, Bill Shupp wrote: You're right. I just tried it, and it works. I don't know why yours gave you that error. Here's the code in vdelivermail.c that generates the error: gethostname(hostname,sizeof(hostname)); pid=getpid(); time (tm);

Major upgrade to 4.9.6

2000-11-29 Thread Nuno Cruz
Hi [EMAIL PROTECTED], I will do a major upgrade to 4.9.6 from 4.9 Is qmailadmin 0.39 compatible with 4.9.6? I already know that i need to substitute preatuhvchkpw.c for sqwebmail and courier-imap... Do i should look for anything else? Thanks... -- Regards, Nuno Cruz

Something strange with dot-qmail

2000-11-29 Thread Visar Emini
Hi everybody , I use Vpopmail Qmail and I have a strange situation here: In my .qmail file I specify a local path of my ./Maildir/ where a copy of message should be kept: /path/to/my/maildir/ But this line is treated as e-mail address not as a local path? I get an error saying that: [EMAIL

Re: my setting of the vpopmail won't work

2000-11-29 Thread Adam Manock
Richard, Why are you using vmailmgr by the way??? You don't need it if you're using vpopmail Adam At 01:38 PM 11/29/00 +0800, richard wrote: Dear Adam and all, I think that you are right for the RPM qmail that cause the overload of the system. Here is the files I used:

Re: Can't_create_tempfile_(#4.3.8)

2000-11-29 Thread Bill Shupp
on 11/29/00 4:46 AM, Lou Hevly at [EMAIL PROTECTED] wrote: At 18:12 28/11/00 -0600, Bill Shupp wrote: You're right. I just tried it, and it works. I don't know why yours gave you that error. Here's the code in vdelivermail.c that generates the error:

RE: 553 sorry, that domain isn't in my list of allowedrcpthosts(#5.7.1)

2000-11-29 Thread Bill Shupp
Recompile vpomail with: --enable-tcpserver-file=/etc/tcp.smtp -Bill Quoting hari_bhr [EMAIL PROTECTED]: no my tcp.smtp in /etc directory but the open-smtp is in /home/vpopmail/etc/open-smtp how do i change this to /etc so bothe tcp and open-smtp going to be in one directory i

Delivered-To problem!

2000-11-29 Thread Viktor Norin
Hi! I'm last night upgrading Vpopmail from 3.4.11 to 4.9.6-1 I create dot-qmail file ([EMAIL PROTECTED]) and has written in it forwarding on two addresses ([EMAIL PROTECTED] and [EMAIL PROTECTED]). After I create [EMAIL PROTECTED] with ./vadduser [EMAIL PROTECTED] pass Then I do one more

Delivered-To problem!

2000-11-29 Thread Viktor Norin
PS. In dot-qmail file I'm used: | /home/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED] | /home/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED] -- Best Regards, Viktor Norin __ Starline Web Serviceshttp://www.starline.ee Tallinn, Estonia tel.

R: clearopensmtp error

2000-11-29 Thread Dario Lesca
- Original Message - From: Davide Giunchi [EMAIL PROTECTED] tcprules: fatal: unable to move /home/vpopmail/etc/open-smtp.tmp.150 to /etc/tcp .smtp.cdb: cross-device link this is the Cause (two different F.S.) [root@bl02 /root]# df Filesystem 1k-blocks Used Available

Re: 553 sorry, that domain isn't in my list of allowedrcpthosts(#5.7.1)

2000-11-29 Thread Voodoo Web network
I had the same problem and followed your conversation. But today it was solved, it don't know how, maybe the deamon user. The tcp.smtp(.cdb), open-smtp(.lock) are in the ~vpopmail/etc/ directory. I also created links from /etc to these files. vpopmail is the owner of all files and vchkpw the

Where'd sqwebmail courier imap go?

2000-11-29 Thread Hubbard, David
Hi all, I'm not sure who to email about this but does anyone know where the sqwebmail and courier-imap files have gone? Sourceforge seems to be missing the newest versions of both of those for some reason... Thanks, Dave

RE: qmail + vpopmail + Mysql

2000-11-29 Thread @rth
Title: Thanks, I got the idea, I 'll try it today... Arth -Original Message-From: hari_bhr [mailto:[EMAIL PROTECTED]]Sent: Wednesday, November 29, 2000 7:23 PMTo: @rth; [EMAIL PROTECTED]Subject: RE: qmail + vpopmail + MysqlSensitivity: Confidential hi no its not

pop3 problems

2000-11-29 Thread Dan Phoenix
Nov 30 00:19:01 thalassa vpopmail[21976]: vchkpw login [EMAIL PROTECTED]:127.0.0.1 Nov 30 00:19:01 thalassa vpopmail[21976]: vchkpw: make user dir failed what is going on? that is from /var/log/maillog right after i try to authenticate with pop3! --- Dan

Re: pop3 problems

2000-11-29 Thread Dan Phoenix
[root@thalassa qmail-pop3d]# qmail stop Stopping qmail: svscan qmail loggingsvc: warning: unable to control /var/qmail/supervise/qmail-pop3d/log: file does not exist i also get this ...i setup /var/qmail/supervise correctly according to freebsd example setup docs on your homepage. ---

Re: pop3 problems

2000-11-29 Thread Dan Phoenix
/* hop into thier email directory */ if (chdir(pwent-pw_dir) == -1) { /* if the dir does not exist, create it */ if (vmake_maildir(pwent-pw_dir, pwent-pw_uid, pwent-pw_gid)==-1) { log_exit(LOG_NOTICE, 5, "vchkpw: make user