error:domain does not exist (urgent)

2001-11-29 Thread o k
hi i realy want to the solution to this problem i opened the faq s but nothing was useful to me i installed vpopmail-5.0 with qmail-1.03 when i try to add a domain it says the domain does not exist i need help Thanks Cannot read this messa

Re: error:domain does not exist (urgent)

2001-11-29 Thread Paul Kremer
maybe the paths in zour config.h are wrong, delete the file, run configure again, make make install-strip, and maybe it's OK then. this can be the solution when you are moving around a lot with paths, setup-options etc... paul On Thu, Nov 29, 2001 at 10:49:04AM +0200, o k yelled: > hi > > i re

Re: bombmail

2001-11-29 Thread Oliver Etzel
Hello Pajo, Did you already find a solution on reject bombmail? > i'm using qmail with rblsmtpd(ucspi-tcpd) > someone was sent bombmail to my server and qmail can't reject that > mail >

Delivered-To - line without prepended domain

2001-11-29 Thread Christof Koechli
Hy all I have successfully installed following packages on a SuSE 7.3: qmail-1.03 ucspi-tcp-0.88 daemontools-0.76 vpopmail-5.0 qmailadmin-1.0 autoresponder-2.0.0 ezmlm-0.53 (with ezmlm-idx-0.40) It works great, only one drawback is disturbi

vpopmail 5.0 & sqwebmail & APOP & "normal" passwords

2001-11-29 Thread Martin Hasenbein
Hi, is it possible to use "normal" passwords and APOP passwords with vpopmail at the same time? I want my users to use APOP passwords, when they retrieve their eMails with a normal eMail-Client (e.g. Outlook or Eudora), but when they use the WebMail-Interface (sqwebmail) it should work with "norm

SMTPafterPOP and logging

2001-11-29 Thread Martin Hasenbein
Hi, I've configured vpopmail to enable roaming-users, which means SMTPafterPOP. It works fine and creates the open-smtp file for the allowed IPs. But is it possible to have logfile-entries, when a user does SMTPafterPOP? Something like "added rule for IP" So that I could see in my logfiles,

delivery ends in /var/spool/qmailscan/ ???

2001-11-29 Thread Toph Kemmann
Hi, after installing qmail-scanner and chmod a+s /var/qmail/bin/qmail-scanner-queue.pl the emails seem to be scanned, they end up in /var/spool/qmailscan/www21007043393363488 and in the /var/spool/qmailscan/working/new/ Directory, but there they stay ! Can anyone tell me, why qmail doesn´t send th

Re: roaming users

2001-11-29 Thread Mate Wierdl
On Wed, Nov 28, 2001 at 11:40:20PM -0600, Bill Shupp wrote: > On Wednesday, November 28, 2001, at 10:15 PM, Mate Wierdl wrote: > > > Suppose my tcprules file for smtpd is in a directory writable only to > > root and I want roaming users. Do not I have to run a tcpserver-like > > program that lau

Re: bombmail

2001-11-29 Thread Mate Wierdl
On Thu, Nov 29, 2001 at 01:43:00PM +0700, IWKW wrote: > hi all, > > i need help > > i'm using qmail with rblsmtpd(ucspi-tcpd) > someone was sent bombmail to my server and qmail can't reject that > mail This is a qmail(-smtpd) question: you want to use softlimit and the -c flag for tcpserver.

Re: roaming users

2001-11-29 Thread Bill Shupp
On Thursday, November 29, 2001, at 09:26 AM, Mate Wierdl wrote: > On Wed, Nov 28, 2001 at 11:40:20PM -0600, Bill Shupp wrote: >> On Wednesday, November 28, 2001, at 10:15 PM, Mate Wierdl wrote: >> >>> Suppose my tcprules file for smtpd is in a directory writable only to >>> root and I want roamin

roaming with courier-imap

2001-11-29 Thread Mate Wierdl
How smart is courier-imap's ./configure? My tcprules file lives in a non popmail writable directory, and I configured vpopmail with roaming users. Will courier-{pop,imap} start couriertcpd as root, or I have to tweak it? Mate -- --- Mate Wierdl | Dept. of Math. Sciences | University of Memphis

Re: roaming with courier-imap

2001-11-29 Thread Bill Shupp
On Thursday, November 29, 2001, at 09:37 AM, Mate Wierdl wrote: > How smart is courier-imap's ./configure? My tcprules file lives in a > non popmail writable directory, and I configured vpopmail with roaming > users. Will courier-{pop,imap} start couriertcpd as root, or I have > to tweak it? G

RE: bombmail

2001-11-29 Thread Charles J. Boening
If you know the source IP, why not block it using ipchains/tables? -Original Message- From: IWKW [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 10:43 PM To: [EMAIL PROTECTED] Subject: bombmail hi all, i need help i'm using qmail with rblsmtpd(ucspi-tcpd) someone was

Unable_to_chdir_to_maildir._(#4.2.1)

2001-11-29 Thread Doug Ledbetter
Hello all, Everything's been working great until I made a change today. I have lots of users with their own domains and I just created a "catch-all" POP3 account for each of them in my domain (www1.hagenhosting.com). Then, I adjusted each domain's .qmail-default to have a bounce emai

preauthvchkpw.c: use it or not

2001-11-29 Thread Mate Wierdl
The webpage http://www.inter7.com/vpopmail/download.html tells me to use http://www.inter7.com/vpopmail/preauthvchkpw.c when building courier-imap. But then in the list archives in http://bluedot.net/mail/archive/read.php?f=2&i=2042&t=2041 I am told I can use the preauthvchkpw.c in couri

vget_assign()

2001-11-29 Thread Mate Wierdl
In the def of vget_assign(), I see static char *in_domain = NULL; static int in_domain_size = 0; and then the conditionals if ( in_domain_size != 0 && in_domain!=NULL && in_dir!=NULL && strncmp( in_domain, domain, in_domain_size )==0 ){ [...] if ( in_domain != NULL )

location of open-smtp

2001-11-29 Thread Mate Wierdl
Kind'a answering my own question: open-smtp is always put in ~vpopmail/etc. Indeed, configure.in has open_smtp_cur="$vpopmaildir/etc/open-smtp" open_smtp_tmp="$vpopmaildir/etc/open-smtp.tmp" open_smtp_lok="$vpopmaildir/etc/open-smtp.lock" Mate

how to roam on the web; was: roaming with courier-imap

2001-11-29 Thread Mate Wierdl
So that people do not have to search the (for me) flaky archives (that tries to give you cookies whenever you want to look at a message), I put the message by Bill regarding how to roam with courier-imap on the web: http://www.csi.hu/mw/roaming.txt So next time just give this URL. There is a go

Re: location of open-smtp

2001-11-29 Thread Mate Wierdl
On Thu, Nov 29, 2001 at 01:34:32PM -0600, Mate Wierdl wrote: > Kind'a answering my own question: open-smtp is always put in > ~vpopmail/etc. Indeed, configure.in has > > open_smtp_cur="$vpopmaildir/etc/open-smtp" > open_smtp_tmp="$vpopmaildir/etc/open-smtp.tmp" > open_smtp_lok="$vpopmaildir/etc/

Re: how to roam on the web; was: roaming with courier-imap

2001-11-29 Thread Bill Shupp
On Thursday, November 29, 2001, at 02:46 PM, Mate Wierdl wrote: > So next time just give this URL. There is a gotcha, though: I still do > not know if this really gives the full answer, or one has to also use > > http://www.inter7.com/vpopmail/preauthvchkpw.c Use the one that ships with the late

Talking Hand Held Dictionary Translator...

2001-11-29 Thread Language Teacher, Inc.
  This offer is brought to you by LANGUAGETEACHER.COM Attn: MANAGING DIRECTOR /C.E.O.    Dear Sir/ Madam,    Perhaps this might be of interest to you. If not, please disregard. HAND HELD TALKING BILINGUAL & MULTILINGUAL

Re: qmail-pop3d alternative needed ASAP.

2001-11-29 Thread cbunnell
Yea, my company has experienced a similar problem. It WAS traced down to the router. I was getting "malloc fail" which is memory allocation failure. Basically, a bad SIMM in the router. I replaced the DRAM and all is well now... The symptoms were exactly the same as what was described. I do

vpopmail problems with 18000 mailboxes / cdb / vpopmail 4.9.6-1

2001-11-29 Thread ctelles
Sirs, We have a machine with 18000 mailboxes in one domain. We are using vpopmail 4.9.6-1 and when we try to include/exclude or change one password we get the folowing error : "could not create/open temporary file". "Segmentation fault" Any hint? Maybe I have to upgrade? Is there any limitati

Re: vpopmail problems with 18000 mailboxes / cdb / vpopmail 4.9.6-1

2001-11-29 Thread Bill Shupp
On Thursday, November 29, 2001, at 08:07 PM, ctelles wrote: > > Sirs, > > We have a machine with 18000 mailboxes in one domain. > We are using vpopmail 4.9.6-1 and when we try to include/exclude or > change > one password we get the folowing error : > > "could not create/open temporary file". > "

dot qmail files

2001-11-29 Thread Craig P. McDaniel, Jr.
using .qmail-files, is there really a fundamental difference between aliases and forwarders? For example, I can have .qmail-sales with the contents "/path/to/Maildir" or "[EMAIL PROTECTED]", which is usually considered an alias, yet it can point to ANY address..not just a local one. The cont

Re: dot qmail files

2001-11-29 Thread Bill Shupp
On Thursday, November 29, 2001, at 08:53 PM, Craig P. McDaniel, Jr. wrote: > > using .qmail-files, > > is there really a fundamental difference between aliases and forwarders? Alias is for a local address, forward is for a remote address. > For example, I can have .qmail-sales with the content

Re: Re: vpopmail problems with 18000 mailboxes / cdb / vpopmail 4.9.6-1

2001-11-29 Thread ctelles
Can it be a lock problem? I have found two files .vpasswd.lock .vpasswd_new.swp Camilo On Thursday, November 29, 2001, at 08:07 PM, ctelles wrote: > > Sirs, > > We have a machine with 18000 mailboxes in one domain. > We are using vpopmail 4.9.6-1 and when we try to include/exclude or > change

Re: vpopmail problems with 18000 mailboxes / cdb / vpopmail 4.9.6-1

2001-11-29 Thread Bill Shupp
On Thursday, November 29, 2001, at 06:28 PM, ctelles wrote: > > Can it be a lock problem? > I have found two files > .vpasswd.lock > .vpasswd_new.swp Possibly, I'm not sure. Try deleting them. Incidentally, I setup a test domain with 18000 users using cdb. On a Celeron 466 with 160MB of ram