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
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
:allow,RELAYCLIENT="",RBLSMTPD="" 1007145661
Any hints? Thx,
Mate
--
---
Mate Wierdl | Dept. of Math. Sciences | University of Memphis
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
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
--without-authpgsql \
--enable-workarounds-for-imap-client-bugs \
--with-authvchkpw \
--without-authldap \
--without-ipv6
--
---
Mate Wierdl | Dept. of Math. Sciences | University of Memphis
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
install host?
Thx,
Mate
--
---
Mate Wierdl | Dept. of Math. Sciences | University of Memphis
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
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
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
>
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
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
[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
--
---
Mate Wierdl | Dept. of Math. Sciences | University of Memphis
28 matches
Mail list logo