sqwebmail and "Re: Bug Report for VPOPMAIL 5.0"

2001-12-01 Thread Mate Wierdl
The poster said he compiled sqwebmail without authdaemon. The sqwebmail INSTALL file says, without authdaemon you cannot change passwords in sqwebmail. So I think that explains the user's problem. My question: in order to use vpopmail with sqwebmail, do I really have to configure sqwebmail with

a spec file

2001-11-30 Thread Mate Wierdl
I have put a specfile at http://www.csi.hu/mw/vpopmail.spec It was used to make the vpopmail rpms at ftp://ftp.csi.hu/pub/mw/ Mate -- --- Mate Wierdl | Dept. of Math. Sciences | University of Memphis

roaming users with courier-imap-1.3.12

2001-11-30 Thread Mate Wierdl
:allow,RELAYCLIENT="",RBLSMTPD="" 1007145661 Any hints? Thx, Mate -- --- Mate Wierdl | Dept. of Math. Sciences | University of Memphis

Re: location of open-smtp

2001-11-30 Thread Mate Wierdl
pensmtp are not giving the same ownership to open-smtp* although both are run as root. Mate > > -Original Message- > > From: Mate Wierdl [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, November 29, 2001 2:06 PM > > To: Vpopmail List > > Subject: Re: location

bug in vaddomain

2001-11-30 Thread Mate Wierdl
It does not make sure it starts a new entry in a new line when adding it to a qmail control file. If rcpthosts (this is where I noticed this) does not end with `\n', then the new entry is appended to the last entry. For example, I ended up with localhosttest.com Mate -- --- Mate W

/etc/passwd and roaming

2001-11-30 Thread Mate Wierdl
--without-authpgsql \ --enable-workarounds-for-imap-client-bugs \ --with-authvchkpw \ --without-authldap \ --without-ipv6 -- --- Mate Wierdl | Dept. of Math. Sciences | University of Memphis

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

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

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

vget_assign()

2001-11-29 Thread Mate Wierdl
if ( in_domain != NULL ) free(in_domain); Are not these conditionals redundant since the the tests fail immediately for in_domain and in_domain_size are both 0? Thx, Mate -- --- Mate Wierdl | Dept. of Math. Sciences | University of Memphis

preauthvchkpw.c: use it or not

2001-11-29 Thread Mate Wierdl
pw) when the domain name is longer than 100 chars? Truncation or abortion? In particular, does parse_email(usercopy, User, Domain, 100); truncate at 100 chars? Thx Mate -- --- Mate Wierdl | Dept. of Math. Sciences | University of Memphis

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 | Universi

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 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-lik

doc bug

2001-11-28 Thread Mate Wierdl
s are over 1 hour old since last pop authentication. ./configure does seem to set this value to 180. Mate -- --- Mate Wierdl | Dept. of Math. Sciences | University of Memphis

roaming users

2001-11-28 Thread Mate Wierdl
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 launches imapd or popd as root? Thx Mate -- --- Mate Wierdl | Dept. of Math. Sciences | University of Memphis

Re: Roaming Users not working. open-smtp not updated.

2001-11-28 Thread Mate Wierdl
On Wed, Nov 28, 2001 at 09:39:53PM -0600, Mate Wierdl wrote: > > On Wednesday, November 28, 2001, at 03:54 PM, Mate Wierdl wrote: > > I think it is not clear from the > > docs, but it seems roaming users can be used only if you run pop under > > tcpserver or equivalent (l

Re: Roaming Users not working. open-smtp not updated.

2001-11-28 Thread Mate Wierdl
On Wed, Nov 28, 2001 at 04:07:39PM -0600, Bill Shupp wrote: > On Wednesday, November 28, 2001, at 03:54 PM, Mate Wierdl wrote: > > > > tcp.smtp is used only by tcpserver. > > For smtp, it's read only. The pop server is the one that actually edits > open-smtp

inc_deps and lib_deps

2001-11-28 Thread Mate Wierdl
I now see that inc_deps and lib_deps are used by other programs. Are they using them during build or during runtime? Thx Mate -- --- Mate Wierdl | Dept. of Math. Sciences | University of Memphis

Re: Roaming Users not working. open-smtp not updated.

2001-11-28 Thread Mate Wierdl
On Wed, Nov 28, 2001 at 02:10:10PM -0600, [EMAIL PROTECTED] wrote: > Pop is running via xinetd a user vpopmail: > > cat /etc/xinetd.d/pop-3 > # Converted by inetdconvert > service pop-3 > { > disable = no > socket_type = stream > protocol

~vpopmail/etc

2001-11-28 Thread Mate Wierdl
install host? Thx, Mate -- --- Mate Wierdl | Dept. of Math. Sciences | University of Memphis

Re: courier imap

2001-11-27 Thread Mate Wierdl
On Tue, Nov 27, 2001 at 10:00:22AM -0600, Dallas Engelken wrote: > [root@localhost lib]# grep libvpopmail.a > Binary file libvpopmail.a matches Does this mean the mysql user and passwd are stored in libvpopmail.a or just the routines to get the info? What if I change the mysql password? Mate

spec file

2001-11-27 Thread Mate Wierdl
will get installed, vpopmail will not work. A remedy would be to specify attr(-,vpopmail,vchkpw) in the files stanza. If all the files are owned by vpopmail:vchkpw, perhaps the files stanza can be reduced to %files attr(-,vpopmail,vchkpw) /home/vpopmail %doc doc/* Mate -- --- Mate Wierdl

Re: courier imap

2001-11-26 Thread Mate Wierdl
On Mon, Nov 26, 2001 at 10:28:32PM -0600, Bill Shupp wrote: > On Monday, November 26, 2001, at 10:17 PM, Mate Wierdl wrote: > > > I already have courier imap installed, and now I would like to install > > vpopmail. How do I let courier-imap know to use vchkpw? The FAQ is >

courier imap

2001-11-26 Thread Mate Wierdl
updated info? I do understand that I am supposed to replace preauthvchkpw.c. Since I am building rpms, it would be really useful to know how to build courier-imap without vpopmail as build prerequisite. Thx, Mate -- --- Mate Wierdl | Dept. of Math. Sciences | University of Memphis

few questions

2001-11-26 Thread Mate Wierdl
this is the file where "tcpserver -x relay information is stored." So should I specify the cdb file here (because that is what I specify for `-x')? In any case, is not this file runtime configurable? (Amazingly enough, I use a different one for rblsmtpd and qmail-smtpd) Thx, M

Re: vpopmail

2001-02-19 Thread Mate Wierdl
[Peter G. on the qmail list says:] > 10-to-1 says `id -u vpopmail` returns 521 Do these outputs look OK to everybody: # /home/vpopmail/bin/vadddomain a.b.c Please enter password for postmaster: enter password again: # ls -ld ~vpopmail/domains/a.b.c/ drwx--3 521 521 4096

who owns subdirs of domains?

2001-02-19 Thread Mate Wierdl
-- --- Mate Wierdl | Dept. of Math. Sciences | University of Memphis