eliminate-dups problem

2001-04-30 Thread Enjoy
Dear All, I had qmail+vpopmail installed on my RH6.2 My proplem is my users are getting duplications of mails I try to eliminate duplicated mails problem by installing eliminate-dups in .qmail files in my virtual domain directory I add the following lines in my .qmail file: | /var/qmail/bin/

Re: eliminate-dups problem

2001-04-30 Thread Enjoy
ya I had downloaded the latest script and installed it which created a eliminate-dups binary file in /var/qmail/bin directory and the rest thing is below Thanx for u reply pls help me out Regards > > - Original Message - > From: Bruno Negrao <[EMAIL PROTECTED]> > To: Enjoy <[

Status of vqSignup?

2001-04-30 Thread Hubbard, David
Hi everyone, I'm just curious what the status of vqsignup is? Is it production quality? The primary link for downloading it is broken but the alternate download site still works. I'm not sure if that's a good thing or not. :-) Thanks, Dave

Re: Status of vqSignup?

2001-04-30 Thread vol
vQsignup is depricated. Although it functions, and is a production version, vQregister is what we suggest using now. Take a look at http://www.inter7.com/vqregister "Hubbard, David" wrote: > > Hi everyone, > I'm just curious what the status of vqsignup is? > Is it production quality? The p

Bounce message's domain

2001-04-30 Thread SysAdm
Hi all. Situation: I have {domain1,domain2,domain3}.com, and every one of them is virtual. Someone sends a message to [EMAIL PROTECTED], and the bounce comes from mailer-daemon@`hostname` instead of coming from [EMAIL PROTECTED] Quick fixes anyone? Best of regards, and TIA for any help.for

dir-control & mysql

2001-04-30 Thread Guillaume Monfort
Hello since 4.9-10 we have the .dir-control supported directly into a mysql table. even with the small vcdir that converts it. when upgrading, i had converted all my domains .dir-control without problem. the fact is that i still have this file (.dir-control) into the domain directory itself ! (/

Re: Bounce message's domain

2001-04-30 Thread Bill Shupp
on 4/30/01 10:56 AM, SysAdm at [EMAIL PROTECTED] wrote: > Hi all. > > Situation: I have {domain1,domain2,domain3}.com, and every one of them is > virtual. Someone sends a message to [EMAIL PROTECTED], and the > bounce comes from mailer-daemon@`hostname` instead of coming from > [EMAIL PROTECTED]

Courier make check fails on authvchkpw

2001-04-30 Thread John Stile
Is this is a vpopmail issue or a courier IMAP issue? When I try to add courier to qmail+vpopmail, at the "make check" step, it errors on authvchkpw. I have never debugged a problem with make, short of checking the paths in the Makefile. So, what can you sugest I do next? If it is a version compata

Re: Courier make check fails on authvchkpw

2001-04-30 Thread Bill Shupp
on 4/30/01 11:49 AM, John Stile at [EMAIL PROTECTED] wrote: > Is this is a vpopmail issue or a courier IMAP issue? > When I try to add courier to qmail+vpopmail, at the "make check" step, > it errors on authvchkpw. > I have never debugged a problem with make, short of checking the paths > in the

smtproutes

2001-04-30 Thread Peter Brezny
A while ago, Javier offered some help on how to forward all mail to one domain, to another. (http://www.mail-archive.com/vchkpw@inter7.com/msg03860.html) Is the correct syntax, smtproute, or smtproutes? And is it really as simple as just creating a file called smtproutes with originaldomain:d

Re: smtproutes

2001-04-30 Thread Ben Beuchler
On Mon, Apr 30, 2001 at 01:40:12PM -0400, Peter Brezny wrote: > A while ago, Javier offered some help on how to forward all mail to one > domain, to another. > > (http://www.mail-archive.com/vchkpw@inter7.com/msg03860.html) > > Is the correct syntax, smtproute, or smtproutes? The way to track

Re: Courier make check fails on authvchkpw

2001-04-30 Thread John Stile
Bill Shupp wrote: > > on 4/30/01 11:49 AM, John Stile at [EMAIL PROTECTED] wrote: > > > Is this is a vpopmail issue or a courier IMAP issue? > > When I try to add courier to qmail+vpopmail, at the "make check" step, > > it errors on authvchkpw. > > I have never debugged a problem with make, shor

Re: Bounce message's domain

2001-04-30 Thread vol
A mail server should reply from it's hostname rather than a domain's name because a domain may not have an A record set in it's DNS files. If you want your mail server to break protocol, you'd need to modify some source files. SysAdm wrote: > > Hi all. > > Situation: I have {domain1,domain2,

Re: How can I add BANNER to in/out mail (qmail+vpopmail) ?

2001-04-30 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Krissada, Sunday, April 29, 2001, 8:00:47 PM, you wrote: > Is there any script? > Like egroups.com !!! You mean you'd like to have banners on the end of mailinglist messages? Have a look at www.ezmlm.org for this... Best regards, Gabriel -BEG

sqwebmail 2.0 compile problem (MySQL support w/vpopmail?)

2001-04-30 Thread Drew Linsalata
Hi folks, Not sure if this is a Sqwebmail or Vpopmail problem, but we have Vpopmail 4.9.8-1 running with MySQL support on a FreeBSD box and when we try to compile Sqwebmail 2.0.0, we get a slew of the following errors: /usr/local/src/qmail/vpopmail-4.9.8-1/vauth.c(.text+0x1592): undefined refere

RE: sqwebmail 2.0 compile problem (MySQL support w/vpopmail?)

2001-04-30 Thread Tim Hunter
My fix: Edit authlib/Makefile look for the line like CRYPTLIBS = -lcrypt change it to CRYPTLIBS = -lcrypt -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm (I copied the extra info from the MYSQL_LIBS line further down the Makefile) I don't know if this is what your supposed to do but it work

Re: Courier make check fails on authvchkpw

2001-04-30 Thread Bill Shupp
on 4/30/01 12:22 PM, John Stile at [EMAIL PROTECTED] wrote: > Bill Shupp wrote: >> >> on 4/30/01 11:49 AM, John Stile at [EMAIL PROTECTED] wrote: >> >>> Is this is a vpopmail issue or a courier IMAP issue? >>> When I try to add courier to qmail+vpopmail, at the "make check" step, >>> it errors

Re: Courier make check fails on authvchkpw

2001-04-30 Thread John Stile
Bill Shupp wrote: > > on 4/30/01 12:22 PM, John Stile at [EMAIL PROTECTED] wrote: > > > Bill Shupp wrote: > >> > >> on 4/30/01 11:49 AM, John Stile at [EMAIL PROTECTED] wrote: > >> > >>> Is this is a vpopmail issue or a courier IMAP issue? > >>> When I try to add courier to qmail+vpopmail, at th

Re: smtproutes

2001-04-30 Thread Javier Frias
I've been known as the worst typer ever... :) A type fast but with lots of bugs... ( kinda like what i do with everything ) lol so youshould have done a man qmail-control but in anycase, it is "smtproutes" located under /var/qmail/control/ of syntax domaintoforward:machinetoforward

Re: Courier make check fails on authvchkpw

2001-04-30 Thread Bill Shupp
on 4/30/01 3:26 PM, John Stile at [EMAIL PROTECTED] wrote: > Bill Shupp wrote: >> >> on 4/30/01 12:22 PM, John Stile at [EMAIL PROTECTED] wrote: >> >>> Bill Shupp wrote: on 4/30/01 11:49 AM, John Stile at [EMAIL PROTECTED] wrote: > Is this is a vpopmail issue or a courier I