Re: opensmtp

2001-08-27 Thread Florent
Hi, For your first question, I had the same problem while using vckpw by xinet, it disappeared when moving to tcpserver. Second question, the file used for authentication is tcp.smtp.cdb, you must rebuild this file with tcprules for the new IP address to be considered. Florent #->Hi everyone

Re: Do we have to use vchkpw ?

2001-08-27 Thread Ryan Duda
It would be nice if APOP support was added back into the vpopmail package. I've seen a lot of requests for it lately and I'm sure it is probably not too difficult to do, then again not much of a C programmer. -Ryan At 04:09 PM 8/25/2001 -0400, martin wrote: >Hi. > >I normally use APOP >http:/

Problems with open-smtp (Roaming)

2001-08-27 Thread Gabriele Giambonini
I'm trying to allow the users of my virtual domains to use my smtp-server (qmail) to post, so I compiled vpopmail 4.9.10 with the option "--enable-roaming-users=y". The problem is that the directory /usr/vpopmail/etc/ is full of files named "open-smtp.tmp.XXX" of length 0 Bytes, the file /usr/

sqwebmail 2.1.1 compile error

2001-08-27 Thread mxiao
vchkpw ,hello I installed vpopmail 4.9.10 + mysql 3.23.40 + qmailadmin 0.45 I installed succeed with vpopmail and ezmlm+ezmlm-idx on mysql,but when make sqwebmail 2.1.1 apppear error. . /usr/local/src/vpopmail-4.9.10/vauth.c:981: undefined reference to `mysql_store' /usr/local/src/vpopmail

.qmail

2001-08-27 Thread Bozhan Boiadzhiev
Hi can ia use .qmail files in user dirs. if i have /var/lib/vpopmail/domain/domain/com/user/ can i have .qmail file in this directory.?

Re: qmail-pop3d

2001-08-27 Thread Adhitiyo K
dear sir daniel if I put #!bin/sh and exec i got another error ... the error like this error port already in use > There's no "#!" line in your run script. Add before the first line: > > #!/bin/sh > > Also, insert "exec " before "env" and remove the "&" at the end: > > #!/bin/sh > exec env

Re: qmail-pop3d

2001-08-27 Thread Peter Palmreuther
Hello Adhitiyo, On Monday, August 27, 2001 at 1:25:20 PM you wrote: > dear sir daniel > if I put #!bin/sh and exec i got another error ... > the error like this > error port already in use check your system what process is already bind on port 110 either $> lsof -i -P -n |grep :110 or $>

custom .over-quota.msg message

2001-08-27 Thread [EMAIL PROTECTED]
Hello, i haev tried putting a custom message .no-user.msg and .over-quota.msg in the /domains dir of a virtual domain; i noticed that the no-user.msg works right, instead the .over-quota.msg doesn't work. Where am i wrong? Thank you in advance for your interest, hoping hear from you soon, soon,

Re: Re[2]: vpopmail-4.10.35 release

2001-08-27 Thread Einar Bordewich
- Original Message - From: "Gabriel Ambuehl" <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 8:39 PM Subject: Re[2]: vpopmail-4.10.35 release > Hello Einar, > > Thursday, August 23, 2001, 11:37:41 PM, you wrote: > > > Will there be done anything with aliasdomain for the 5.0 release? > >

Re: Another discrepancy/conflict in the docs

2001-08-27 Thread Martin
> On Sun, Aug 26, 2001 at 08:56:01PM -0400, martin wrote: > > Hello again. > > > > INSTALL, para 6 - Add a virtual domain. > > > > I have added Six virtual domains. > > > > It says "vadddomain will modify the following qmail files". > > > > /var/qmail/control/locals - I see no modificati

pop3s

2001-08-27 Thread Florent
Hi, Have anyone already built a pop3s solution with vpopmail? What is requeried on the client side for pop3s to work? Florent

Re: Another discrepancy/conflict in the docs

2001-08-27 Thread Martin
Correction I am really interested in my previous question ref vpopmail.html and setting ALL domains as virtual domains. From what you as above it implies that if, for example, laura.chaossolutions.org was my new mailserver and set-up as such that :- laura.chaossolutions.org chaossolutions.o

R: pop3s

2001-08-27 Thread Andrea Cerrito
-BEGIN PGP SIGNED MESSAGE- What do you mean with pop3s? pop3-ssl? If it is so, mine is running fine with stunnel. :) - --- Cordiali saluti / Best regards Andrea Cerrito ^^ Net.Admin @ Centro MultiMediale di Terni S.p.A. P.zzale Bosco 3A 05100 Terni IT Tel. +39 0744 5441330

LDAP setup questions

2001-08-27 Thread sbelt
I am trying to setup 4.10.35 on my Linux box to connect to OpenLDAP 2.0.11. I have searched the doc's and mail archives, but have been unable to locate answers to my questions. Might someone be able to help me? 1) Currently, when I vadddomain or vadduser, I get the error "Error: Unable to chdir t

vpopmail API: how to use vadddomain, anyway?

2001-08-27 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello, I'm trying to write a Python module (I'm lazy, so I'm using SWIG) that can interface with libvpopmail but I haven't got much look so far cause I'm unclear about the arguments needed for vadddomain(). According to the docs, it should be: int vadddomain( c

Re: pop3s

2001-08-27 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Monday, August 27, 2001, 4:49:58 PM, you wrote: > Hi, > Have anyone already built a pop3s solution with vpopmail? Yes, stunnel works fine with it. > What is requeried on the client side for pop3s to work? Either an SSL compatible mail client (surprisingly

Upgrade from 4.9.10 to 4.10.35

2001-08-27 Thread Brad Dameron
First off: Using mysql for authentication. Well I tried to upgrade vpopmail so I could upgrade my qmailadmin for testing. But after I upgraded my users could no longer authenticate. vchkpw: vpopmail user not found I used the exact same configuration was I did with 4.9.10. It is listed here: .

Vpopmail/Postfix installation details

2001-08-27 Thread Alex M. Souza
> Hi there, > > Could you send me more details about the installation of vpopmail with > postfix ? > > Thank you very much. Alex M. Souza [EMAIL PROTECTED] UIN-2200314 / 0xx71 3408759 http://www.atarde.com.br Jornal A Tarde - Internet Respo

Re: vpopmail API: how to use vadddomain, anyway?

2001-08-27 Thread Sean P. Scanlon
> According to the docs, it should be: > int vadddomain( char *domain) > domain = the new virtual domain > > but it is > > int vadddomain( char *domain, char *dir, int uid, int gid); > > so what are the dir, uid and gid params for (I suppose the first is > the dir (like test.com for test.com)

vpopmail 4.10.35 dev vchkpw.c error

2001-08-27 Thread Jay Swackhamer
Development version of vpopmail 4.10.35 has an error which will prevent it from cleanly compiling for use with system passwd/shadow authentication support. Line 396 in vchkpw.c -- login_system_user() -- incorrectly calls log() instead of vlog() --- vchkpw.cMon Aug 27 17:18:49 2001 +++ vchkpw

Tightening up Relay

2001-08-27 Thread Christopher Goulding
Hi, MAPS has provided us with the following output from a relay test they ran on our mail server. The results look pretty good for us until they get to their last entry below. There appears to be a hole. Anyone know how to close it? Thx in adv, CG >>> MAIL FROM: <<< 250 ok >>> RCPT TO:<[EMAIL

forward feature doesn't really work after "catch all" feature was used in vpopmail | bug?

2001-08-27 Thread alexus
hi i have few domains, and i set all of them same way which is postmaster "catch all" emails now my question is it possible to make that all mails that all that mail that posmater happened to catch it'd be forward to my other email? in qmailadmin i setup forwarding email for [EMAIL PROTECTED] t

vpopmail + mysql

2001-08-27 Thread alexus
can someone please so kind and explain me how do i move domains from one computer to another? should i just copy all files form /var/qmail/vpopmail/domains to another computer? or just mysql database? or both? do i need to do anything else? and etc or if someone has any web documntation on this

Re: Tightening up Relay

2001-08-27 Thread Daniel Biddle
On Tue, Aug 28, 2001 at 06:22:38AM +0800, Christopher Goulding wrote: > Hi, > MAPS has provided us with the following output from a relay test they > ran on our mail server. The results look pretty good for us until they > get to their last entry below. There appears to be a hole. Yes, but it may

asking about sqwebmail 3.0

2001-08-27 Thread Michael Andreas
Dear Sir, I have some problems to configure sqwebmail 3.0. I already use vpopmail 4.9.10,qmail 1.03 and mysql. but i can't make them to synchronize with sqwebmail. Could you send me about the instruction, stpe by step. because i read INSTALL file, but i doesn't work. thank you for your attentio