Re: Still Waiting for an Answer....

2001-01-23 Thread Sumith Ail
This is what I have tried on my test environment compiled vpopmail 4.9.8 with mysql and ipalias domain support qmail-pop3d is authenticating with vchkpw test.com, test2.com, test3.com are sharing the IP 192.168.1.66 and have reverse lookup set properly. They work fine if I login to pop3 se

Re: vdeldomain + vmysql.h

2001-01-23 Thread Jürgen Hoffmann
Hi, did you use the configure option --enable-large-site=y|n This enables one table per domain to be automatically created. kind regards Juergen Hoffmann - Original Message - From: Daniel Hardaker <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 23, 2001 12:14 AM Su

Re: Still Waiting for an Answer....

2001-01-23 Thread Damon Muller
On Tue, Jan 23, 2001 at 11:27:56AM +0530, Sumith Ail wrote: > 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 was never able to get ip aliase

FreeBSD 4.11 & vpopmail

2001-01-23 Thread Gary Wong
Hi List, I am using FreeBSD 4.11 with vpopmail-4.9.8 gcc -I. -Icdb -g -O2 -Wall -c vpopmail.c vpopmail.c: In function `vset_default_domain': vpopmail.c:1441: warning: implicit declaration of function `host_in_locals' gcc -I. -Icdb -g -O2 -Wall -c md5.c I am wondering, how to get rid of

Updating qmail + vchkpw (RPM)

2001-01-23 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: vdeldomain + vmysql.h

2001-01-23 Thread Sumith Ail
Hi In my Setup, some domains would have around 10 users while some may maximum to around 800 users ..so is it advisable to compile vpopmail with --enable-large-site=y Regards Sumith - Original Message - From: Jürgen Hoffmann <[EMAIL PROTECTED]> To: Daniel Hardaker <[EMAIL PROTECTED]>; <

Qmailadmin Error ---PLEASE HELP!

2001-01-23 Thread Sumith Ail
Dear All, I have installed VPOPMAIL 4.9.8 with MySQL Support and QMAILADMIN 0.42 and added a domain test2.com with -u option Now the following error shows up in qmailadmin if I try to login with the postmaster account... file permission error /home/test2/domains/test2.com/postmaster/Maildir/98

procmail interaction

2001-01-23 Thread Jaime Herazo B .
Hi. I'm been fighting with vpopmail and procmail to get them together and play along all week, and had not much success. As i described in an earlier posting, if i simply replace the delivery agent for procmail using the .qmail-username file, it delivers to the account regardless of the quota

Is anyone using PHP?

2001-01-23 Thread vchkpw
I am new to vchkpw, and I'm wondering if anyone is using PHP with it. So far I'm very impressed how well things came together! I would like to use php to manage mail accounts. I know it is a matter of creating a PHP extension to link to the vchkpw library. I haven't heard of any effort in that

Sending e-mail to everyone

2001-01-23 Thread Mauricio Teixeira
Is it possible to send e-mail to everyone in my server? I run multiple domains (almost 200) and some times we need it. Some other times we need to send e-mail to each webmaster of each domain. How can I do this, without the need to run a script to create a .qmail-whatever with all the addresses

Re: Sending e-mail to everyone

2001-01-23 Thread Bill Shupp
That's what vpopbull is for. See item 13 of the FAQ. -Bill on 1/23/01 10:59 AM, Mauricio Teixeira at [EMAIL PROTECTED] wrote: > Is it possible to send e-mail to everyone in my server? > > I run multiple domains (almost 200) and some times we need it. Some other > times we need to send e-mail

Re: Sending e-mail to everyone

2001-01-23 Thread Jeffrey D. Gordon
Mauricio , Look into the documentation of vpopbull, it's been quite a handy program for us here (standard part of the vpopmail distribution IIRC)! Thanks! JDG -- Jeffrey D. Gordon jgordon@lhtekcom Systems Administra

Re: Sending e-mail to everyone

2001-01-23 Thread pedro
man vpopbull Pedro - Original Message - From: "Mauricio Teixeira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 23, 2001 5:59 PM Subject: Sending e-mail to everyone > Is it possible to send e-mail to everyone in my server? > > I run multiple domains (almost 200) an

recently versions of Vpopmail with Oracle

2001-01-23 Thread Alexandre Biancalana
Hi All, I have a mail server running on RedHat 6.2 with Qmail and Vpopmail 4.9.5 using Oracle authentication. I am going to make an upgrade to this server, and I'm supposed to install the new version of Vpopmail but the lastest versions after 4.9.5 don't work properly with Oracle authent

Re: Updating qmail + vchkpw (RPM)

2001-01-23 Thread Antonio Navarro Navarro
At 11.05 23/1/01 -0600, Bill Shupp wrote: >You'll see numerous times in the archives that Bruce's rpm of qmail installs >a cron job that runs /var/qmail/bin/qmail-pw2u, which will wreck your >vpopmail install every time. Remove this cron job, and you'll be ok. Thanks Bill ! Do you know where c

Re: Updating qmail + vchkpw (RPM)

2001-01-23 Thread Bill Shupp
on 1/23/01 11:30 AM, Antonio Navarro Navarro at [EMAIL PROTECTED] wrote: > At 11.05 23/1/01 -0600, Bill Shupp wrote: > >> You'll see numerous times in the archives that Bruce's rpm of qmail installs >> a cron job that runs /var/qmail/bin/qmail-pw2u, which will wreck your >> vpopmail install ever

-ERR this user has no $HOME/Maildir

2001-01-23 Thread PHP
Hi I'm receiving the next message when I try to check a POP account via telnet: -ERR this user has no $HOME/Maildir I have configured qmail + vpopmail + mysql Everything is working, but I can't check mail telnet 192.168.0.99 110 +OK <28074.980285898@/web/vpopmail/bin/vchk

Bounce Messages

2001-01-23 Thread Daniel Hardaker
Is it possible to customise bounce messages? In particular the bounce-no-mailbox message? Where abouts are they kept? Thanks

Re: Is anyone using PHP?

2001-01-23 Thread Dan Phoenix
Yes but i am using system calls in the php code to call the c bins. sucks. wish someone would write a module plugin for php. On Tue, 23 Jan 2001 [EMAIL PROTECTED] wrote: > Date: Tue, 23 Jan 2001 08:26:02 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Is anyone using PHP? > > I

RE: -ERR this user has no $HOME/Maildir

2001-01-23 Thread Tim Hunter
Post your startup script for pop3, something is certainly wrong as it certainly shouldn't show "/web/vpopmail/bin/vchkpw" on the first line. -Original Message- From: PHP [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 4:38 PM To: [EMAIL PROTECTED] Subject: -ERR this user has n

Sqwebmail message font size

2001-01-23 Thread Andras Kende
Hello, Is anyone knows where can I increase the message body text size in Sqwebmail ?? Thanks Andras

No bounces, all mail goes to postmaster.

2001-01-23 Thread Umar Goldeli
Greetings, I'm not sure whether this is a qmail issue or not, and I'm positive that it's probably a smple fix, but for some strange reason, any mail sent to a non-existent user at a domain imediately goes to the postmaster account.. instead of bouncing.. I would like some funky bouncing action..

Re: No bounces, all mail goes to postmaster.

2001-01-23 Thread Daniel Hardaker
> I would like some funky bouncing action.. any ideas? :) Yes, put the line below into the .qmail-default that is in the directory of the domain. | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox (obviously change the path to your path)

Re: No bounces, all mail goes to postmaster.

2001-01-23 Thread Umar Goldeli
Thank you copiously... strangely enough, this was the only domain out of several which had the postmaster defined as the bounce location.. and considering htat I didn't change anything - is there something in the vadddomain binary that would be setting this? //umar. > > I would like some funky b

qmailadmin <-> sqwebmail-pass

2001-01-23 Thread J.M. Roth
Hi. I have upgraded to the newest versions of qmailadmin, vchkpw and sqwebmail. Unfortunately an old problem (previously solved somehow) has reappeared. qmailadmin as well as vpasswd doesn't update the sqwebmail-pass file when password data changes. sqwebmail updates the vchkpw password properly

RE: No bounces, all mail goes to postmaster.

2001-01-23 Thread Shawn Delano
It's not so much in the binary that sets it, but more of a run time option. By default, vadddomain bounces messages. I know that you can set the default catch-all address with qmailadmin (if you use it), but more commonly with the vadddomain command line option, -e email_address. Check out vadddom