We're using a few servers running qmail+vpopmai+qmailadmin and of
course, sqwebmail. Although sqwebmail is one nice package, with lots of
complex stuff inside--we are looking for a recommendation for other cool
webmail that uses Perl or PHP. Direct access to maildir is good, but
not necessary. We
Ken Jones writes:
> Sure, depends on how you want to set things up.
>
> But I would worry about something else. Mail Bombs. Your supervisor
> is worried about being mail bombed. I would worry more about being
> able to detect that then vpopmail allowing the machine to fill up.
That's the term!
-BEGIN PGP SIGNED MESSAGE-
Hello KMAN,
Monday, June 11, 2001, 9:19:11 AM, you wrote:
> We're using a few servers running qmail+vpopmai+qmailadmin and of
> course, sqwebmail. Although sqwebmail is one nice package, with
> lots of complex stuff inside--we are looking for a recommendation
-BEGIN PGP SIGNED MESSAGE-
Hello Francis,
Monday, June 11, 2001, 9:29:17 AM, you wrote:
>> Your admin's should be able to detect such a spike in email
>> traffic long before your disk space is eaten up.
> How do the admin detect that? Our site does not have any IDS
> mechanism. Any other
Thanks a lot Gabriel. I've heard of that squirrelmail for some time,
and even have spent little time trying it out. Like you said, it
doesn't support vpopmail's filtering, which is kind of important to me
at this point. So if no futher suggestion coming in, I might need to do
small hacking to g
-BEGIN PGP SIGNED MESSAGE-
Hello KMAN,
Monday, June 11, 2001, 10:23:47 AM, you wrote:
> Thanks a lot Gabriel. I've heard of that squirrelmail for some
> time, and even have spent little time trying it out. Like you
> said, it
> doesn't support vpopmail's filtering, which is kind of im
Hi -
I dont think FreeBSD has an fdatasync() function but you can replace
this call directly for an fsync() function call (although it is
slightly slower). Just change the word fdatasync to fsync.
Marcus
> -Original Message-
> From: Ryan Duda [mailto:[EMAIL PROTECTED]]
> Subject: Probl
Roger Arnold wrote:
Hi everyone,
I sent this email to the qmailadmin group but as yet have had no replies
that helped
so I wondered if anyone here had some idea's on the subject to get me
going please?
I have just finished getting "Qmail & Vpopmail" to work (thanks to Ken)
but have now run into
burrett wrote:
>
> Roger Arnold wrote:
>
> Hi everyone,
> I sent this email to the qmailadmin group but as yet have had no replies
> that helped
> so I wondered if anyone here had some idea's on the subject to get me
> going please?
>
> I have just finished getting "Qmail & Vpopmail" to work (t
I have a fix for this in 4.10.18.
In configure.in around line 792
AC_CHECK_FUNCS(getcwd mkdir strdup strstr fdatasync )
This will create a #define HAVE_FDATASYNC 1
in config.h if it is on the system.
Then in vdelivermail.c around line 538:
#ifdef HAVE_FDATASYNC
if ( fdatasync(write_fd)
I would
copy my ~vpopmail/domain.com/.qmail-postmaster to
~vpopmail/domain.com/.qmail-default
That would do it.
Anyone know a cleaner way to do it.
Last time I
tried qmailadmin didnt like altering the "default" user. Maybe it was just
me.
Regards,Kieran BarnesSignum 1226 LtdUse our
Ken Jones writes:
>
> I don't think the maildrop idea is consistant with vpopmail.
> With the vpopmail-4.10 developement release you could enable
> valias's and create an alias for every user to call maildrop.
>
> Question: What functionality of maildrop do you need?
>
> Ken Jones
The reas
Kim Christensen wrote:
>
> Ken Jones writes:
>
> >
> > I don't think the maildrop idea is consistant with vpopmail.
> > With the vpopmail-4.10 developement release you could enable
> > valias's and create an alias for every user to call maildrop.
> >
> > Question: What functionality of maildrop
FreeBSD 4.3-S
Has anyone noticed an abundance of Aborted connections with 4.10.x in the
mysqld log. I just upgraded one of my machines from 4.9.10 to 4.10.17 and
noticed that these Aborted connection messages are being logged 5 or 6
times a minute. I also updated mysql from 3.22.x to 3.23.x wh
Roger Arnold wrote:
Part of this problem is now fixed, all I had to do is create a symlink in each
of the domains to the qmailadmin images directory in the web tree.
Thanks for the help, all I have to do now is find out why I can't gain access
to qmailadmin and I am home free :)
Thanks again
Re
Thought you folks might be interested. I am doing some
stress testing of mysql and mysql replication
add/del 57,000 domains
add/del 100,000 users spread across the 57,000 domains
No problems so far.
Ken Jones
Ken, whats your mysql site layout?
--enable-large-site=y or --enable-large-site=n ?
Regards,
Kieran Barnes
Signum 1226 Ltd
Use our Web site at... http://www.1226.net
Phone us on... 01772 622889
Fax us on... 01772 622558
> -Original Message-
> From: Ken Jones [mailto:[EMAIL PROTECTED
For replication I am using:
./configure --enable-mysql=y --enable-mysql-replication=y \
--enable-clear-passwd=y --enable-valias=y --enable-auth-logging=y \
--enable-passwd=n --enable-hardquota=5000 --enable-file-locking=n
and for non replication:
./configure --enable-mysql=y \
--enable-clear
> Thought you folks might be interested. I am doing some
> stress testing of mysql and mysql replication
>
> add/del 57,000 domains
> add/del 100,000 users spread across the 57,000 domains
>
> No problems so far.
Doing my own stress tests on 4.10.15 here:
5,000 domains, 200 users each + postmast
Roger Arnold wrote:
Hello All,
I need to check that pop3 is authenticating passwords properly to
temporary domains, however I am not sure of how email travels through
qmail - vpopmail.
I know this is documented, and I will read up on it, but I need a
quicker way if there is one.
Mail sent to the
burrett wrote:
>
> Roger Arnold wrote:
>
> Hello All,
>
> I need to check that pop3 is authenticating passwords properly to
> temporary domains, however I am not sure of how email travels through
> qmail - vpopmail.
These are two different things
1) pop authentication
telnet hostname 110
user
Roger Arnold wrote:
Hello Ken,
Thanks for the reply and help, please find results below
Ken Jones wrote:
> burrett wrote:
> >
> > Roger Arnold wrote:
> >
> > Hello All,
> >
> > I need to check that pop3 is authenticating passwords properly to
> > temporary domains, however I am not sure of how
I've got vpopmail/qmailadmin installed on a Debian
2.2 system and am having a problem with vchkpw. I have done this install
on other Debian systems configured the same way, and didn't have this
problem. When I telnet into port 110, and put in my username and password,
the connection immedi
Hello. I'm trying to use vpopmail along with qmail, but there are some
difficulties that I cannot explain to myself.
I've installed and configured vpopmail following the installation
instructions contained in the file http://www.inter7.com/vpopmail/INSTALL.
Note that I configured vpopmail with
Franco,
Do a "netstat -nap | grep LISTEN" to see if the port's already bound. You
might have pop or smtp bound already through inet or another service. (edit
/etc/inetd.conf if you have it running through inet).
Hope this helps
David Gartner
> Hello. I'm trying to use vpopmail along with q
Try the new vpopmail-4.10.18.tar.gz
I just updated it. This problem was reported this morning
and looks like it was fixed.
http://www.inter7.com/vpopmail/vpopmail-4.10.18.tar.gz
Ken
> Trey Nolen wrote:
>
> I've got vpopmail/qmailadmin installed on a Debian 2.2 system and am
> having a problem
On Mon, Jun 11, 2001 at 06:28:12PM +0200, Franco Vecchiato wrote:
> "tcpserver: fatal: unable to bind: address already used"
>
> This is for the server side of the game.
>
> Then I tried (just for checking purposes) to configure a pop client in
> another computer to get the mail from the new us
Franco Vecchiato wrote:
>
> Hello. I'm trying to use vpopmail along with qmail, but there are some
> difficulties that I cannot explain to myself.
>
> I've installed and configured vpopmail following the installation
> instructions contained in the file http://www.inter7.com/vpopmail/INSTALL.
>
Roger Arnold wrote:
The authentication tests you supplied worked.
Qmailadmin still dosen't work :(
My Apache was installed by Redhat RPM on installation, I take it that you
recommend installing apache from scratch?
Still, thanks to you I am half way to a complete installation, and I am gratefull
Just updated it. Same problem is still there. What version was this broken
in? Maybe I could go BACK a few.
Trey Nolen
[EMAIL PROTECTED]
- Original Message -
From: "Ken Jones" <[EMAIL PROTECTED]>
To: "Trey Nolen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, June 11, 2001 11
hi
iam trying to install vqadmin
i was able to configure properly, i was gone
through the file INSTALL
its done properly make and make
install
i was created Directory under cgibin also and
created user also
iam try to access
http://domain.com/cgi-bin/vqadmin
iam getting following error
On Mon, 11 Jun 2001, Trey Nolen wrote:
> I've got vpopmail/qmailadmin installed on a Debian 2.2 system and am
> having a problem with vchkpw. I have done this install on other
> Debian systems configured the same way, and didn't have this problem.
> When I telnet into port 110, and put in my u
> >
> > mail vpopmail[19213]: vchkpw: setgid 0 failed errno 1 user@domain:IP
>
> I bet it actually says "setgid() failed". :-)
>
Nope. It says what I put in the message. I cut and pasted it from my logs
excpet for the user@domain part. I found the error you are referring to in
the archives o
Oh, _that's_ what you did.
Yes, you were correct. You should probably refer to the version of my
toaster recipe when you specify what you did. Then I can figure it out
better. I have systems that use each type of recipe (full mysql & relay only
mysql) and once the replication is all sorted out f
On Mon, 11 Jun 2001, Trey Nolen wrote:
> > I bet it actually says "setgid() failed". :-)
> Nope. It says what I put in the message. I cut and pasted it from my logs
> excpet for the user@domain part.
Ah, I was looking at an old version of the code. I don't know why vchkpw
would be trying to set
Good Morning Hari:
There is a problem in your .htaccess
file.
You have to take out the line that contain the
words allow, deny.
And then it will work.
Thank you:
Wagner Garcia Campagner- Original Message -
From:
hari_bhr
To: [EMAIL PROTECTED]
Sent: Monday, June
Does anything special need to be done to get ezmlm to work with a
virtual domain? Or are lists created normally?
Thanks,
Steven
Roger Arnold wrote:
Hello All,
I wonder if someone knows what all the directories that parts of
Qmailadmin are in and what permissions each part should have assigned to
it, please?
I am still having trouble getting Qmailadmin to authenticate anyone,
although the graphics problem I had earlier is
Hi all,
I have sucessfully installed the smtp-auth(0.30) patch to qmail
I can authenticate using AUTH PLAIN:
$perl encode '\0user%domainname.com\0test'
AHRlc3Qlc2dtbG9wZW4uY29tAHRlc3Q=
$telnet 0 25
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
220 mail.domainname.com ESMTP
auth pl
Ken:
Hope this doesn't take a long time?
-kman
- Original Message -
From: "Ken Jones" <[EMAIL PROTECTED]>
> Thought you folks might be interested. I am doing some
> stress testing of mysql and mysql replication
>
> add/del 57,000 domains
> add/del 100,000 users spread across the 57,0
Thanks Roger,
i think the problem is i don't have liblresolve files.
before make at vpopmail source directory i had
modified Makefile file (delete all -lresolve word).
any body know where i can find liblresolve files ?
TIA,
~madrus
- Original Message -
From: burrett <[EMAIL PROTECTED]
Hi,
can somebody help me?
I reinstalled vpopmail and I think I miss out on something.
currently my /home/vpopmail/etc dir is as follow
-rw-r--r--1 vpopmail vchkpw 25 Jun 12 12:54 inc_deps
-rw-r--r--1 vpopmail vchkpw 32 Jun 12 12:54 lib_deps
-rw-r--r--1 root root
Hi All there,
Have any body used autoresponder for catchall
account
I tried to does it,But it doesn't work
out.
I am using vpopmail,qmailadmin and configure an
catchall account
[EMAIL PROTECTED] and configure Autoresponder
for its
When I send mail directly to [EMAIL PROTECTED] the send
43 matches
Mail list logo