Hello,
I have a number of system users who I would like to add to a virtual
domain's mailing list.
Does a command line util exist that can add users to this mailing list?
--
You never see a farmer driving around a muddy field in a mini saying
"its for when i go to the city"
Hi,
I'm thinking about ways to monitor how much mail our virtual users are
sending, is there a hook that I can place in vchkpw somewhere to handle
this?
What I'm thinking is that I need to pickup the mail files that are
being sent at the same time, so I could count the databytes of the mail
and t
On Tue, 31 Jul 2007 19:37:22 -0400
John Simpson <[EMAIL PROTECTED]> wrote:
> the first thing i noticed about "vconvert" is that, unless i'm
> missing something, the quota information is not even touched when
> reading from mysql, or when writing the vpasswd file.
Is this the domain quota info
On Thu, 8 Nov 2007 15:47:53 +0100 (CET)
[EMAIL PROTECTED] wrote:
> Thanks a lot Ed! here it sais how to setup a mail system in wich you
> can have one scanning machine and a mailbox server.. this is what I'm
> trying to do... but this won't be very helpful for me in this
On Thu, 8 Nov 2007 14:01:07 +0100 (CET)
[EMAIL PROTECTED] wrote:
> I'm gonna setup a qmail mailserver for mailscanning for a huge
> site... I have think that setting a qmail with qmail-scanner for real
> time scanning could be too slow because perhaps could arrive there...
> don't know 300 simulta
On Thu, 08 Nov 2007 08:52:57 -0600
Rick Romero <[EMAIL PROTECTED]> wrote:
> Not entirely, If the main issue is timeouts during SMTP, he can move
> his scanning to '127.0.0.1', and remove it from his external IP. That
> will ensure he can receive an email from the outside in its entirety.
> He ca
On Fri, 09 Nov 2007 08:19:54 +1000
Quey <[EMAIL PROTECTED]> wrote:
> ed wrote:
> > I think you should off load the processing work. Look into running a
> > remote clamd/spamassing, or setup multiple mail hubs jms has a
> > guide on that at http://qmail.jms1.net
> &g
On Fri, 9 Nov 2007 14:58:43 +0100 (CET)
[EMAIL PROTECTED] wrote:
> Hi I wanted to setup a scanning relay server.. I explain I'm using
> vpopmail 5.4.13 and qmail-1.03 with john simpson 7 combined patch I
> add the domains with ./vadddomain domain.com and later add an
> smtproutes line (in this con
On Fri, 09 Nov 2007 09:53:31 +1000
Quey <[EMAIL PROTECTED]> wrote:
> > P.S. does 'wizzard' work on your sendmail?
> >
> >
>
> whats wizzard? I've heard of it, but I've heard of several things
> called wizzrd, each to their own.
It's a shell exploit for sendmail. Some versions of sendmail
On Fri, 09 Nov 2007 09:15:53 -0500
Rick Macdougall <[EMAIL PROTECTED]> wrote:
> No, if the domain is in /v/q/c/virtualdomains then the smtproutes
> file will not be looked at.
My mistake
--
The cup and string to the moon pop is spiking because of TK421 not
being at his post. Verio is playing NF
Hi,
Is it possible to access vauth_user from userspace? I started working
on a program to authenticate the vpopmail users, but I think that this
needs to happen as either root or the vchkpw user.
signature.asc
Description: PGP signature
!DSPAM:486fc80132351470118709!
The "--enable-hardquota=5M" is incorrect (at least for v4.9.10). You have to use the
actual bytes despite what the docs say. So use "--enable-hardquota=5242880" for the
equivalent of 5MB.
> -Original Message-
> From: Donal Diamond [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 16, 2
Remove www.mydomain.com from the /var/qmail/control/locals file. It will then deliver
it as a virtualized domain instead of local delivery.
> -Original Message-
> From: Fitzpatrick, Matthew [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 16, 2001 12:19 PM
> To: '[EMAIL PROTECTED]'
> Sub
What are you using for the "./configure" options? I'm going to take a guess and say
that it has to do with --enable-hardquota. You must use bytes for the hardquota
option. ie. for 5MB limit use --enable-hardquota=5242880 (not 5M - the docs say that
you can but it doesn't work).
> -Origi
Add this line to /var/qmail/control/virtualdomains:
test.com:joeuser@remotedomain
This will forward all mail for test.com to the mail account "joeuser@remotedomain"
> -Original Message-
> From: Troy Settle [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 17, 2001 7:38 AM
> To: [EMAIL PRO
See http://exe2bin.com/qmail-scanner for a list of extensions to block.
> -Original Message-
> From: Split infinity Tech Support [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 27, 2001 2:38 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Re: Sircam virus
>
>
>
> >
> > qmail-scanner-queue
> all my virtual domains cannot check mail.. pop3 won't
> authenticate. my
> default domain with
> local users can check pop3 no problem. Mail is being
> delivered to the
> approperite /domain/xyz.com/user/Maildir/new
> though..
Verify that your pop3(I assume your are using the qmail pop3?)
I use the following to start Qmail's pop3 daemon:
#!/bin/sh
env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -H -R -uvpopmail_uid -gvpopmail_gid 0 pop3 \
/var/qmail/bin/qmail-popup your.fqdn.here \
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 2>&1 | \
/var/qmail/bin/splogge
According to the FAQ vpopmail requires the POP3 client to use account name in the form
of "user:domain" for virtual domain email. Is it possible to configure it to use the
form "user@domain"? This is much more intuitive for users.
Thanks,
Ed.
Thanks for the many answers. I mistakenly typed : when I should have typed %. Thanks
for the input.
> -Original Message-
> From: Bill Shupp [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 09, 2001 1:16 PM
> To: Ed Henderson; [EMAIL PROTECTED]
> Subject: Re: user@do
Any ideas? I know that Qmailadmin works for managing entire vdomains but in this case
I am trying to slice up a single domain into smaller manageable parts.
---
Ed
The correct form for "-l" parameter is "-l 0" not an actual hostname. I added the
following to both my pop3 and smtpd tcpservers: -l 0 -R -H
These switches are the ones most commonly recommended in the FAQ and significantly
sped up pop3 for me.
> -Original Message-
> From: Tonix [mai
r trust what
> you're declaring with -l (so '0' or whatever you put is the
> same for him)
> and saves time.
>
> I prefer to declare the exact name instead of '0'.
>
> Tonino
>
>
> At 10/05/2001 10/05/2001 -0400, Ed Henderson wrote:
>
Are there any qmailadmin alternatives written in Perl or PHP? Something like
oMail-admin for vmailmgr?
Thanks,
Ed.
Is it possible to set a limit on the number of email accounts allowed on a domain
basis?
Thanks,
Ed.
Thanks for all of the answers that I got. I must have missed this when I initially
read the INSTALL.
Thanks again!
ED.
> -Original Message-
> From: Wagner [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 16, 2001 1:40 PM
> To: Ed Henderson; [EMAIL PROTECTED]
> Subjec
Occasionally some of my customers while using Outlook Express will get a dialog box
popup asking them to re-enter their password (which was saved and stored previously)
as if they have stored a bad password. By just clicking the OK button they are then
able to get their mail. syslog shows no
Does anyone have any experience with virus scanning emails? I am looking at Amavis
vs. Qmail-scanner (formerly scan4virus) with Sophos SAV "sweep". Any experience with
either? Any thing to watch for with vpopmail?
Any help is much appreciated!
Ed.
See http://www.qmail.org/top.html#microsoft
> -Original Message-
> From: KENet Webmaster [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 02, 2001 9:37 PM
> To: [EMAIL PROTECTED]
> Subject: Re: virus scanning
>
>
> I need to find a Free virus scanner that I can use on the
> server,
This question is not specifically vpopmail but I'm hoping that someone can help me
better understand qmail and tcpserver. Here goes: As I understand after reading the
docs for tcpserver that if I use the "-p" option with qmail-smtpd that it will reject
smtp requests from mailers that have no
Make sure that the control/locals file *does not* contain the domain of your vpopmail
users. If it does qmail will try to deliver it locally seperate from vpopmail.
Ed.
> -Original Message-
> From: lists [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 05, 2001 3:15 AM
>
My vlog datafile is now over a gig.
How can I delete it elegantly? Is it acceptable to stop mysql
delete the file then restart mysql and hope it starts back up again?
Thanks in advance,
Ed
Compass Communications
Seattle, WA
> Check_delivery calls a script called vpopmail_user_check.pl which
> performs "vuserinfo -d $address 2>&1". This returns an error because it
> cannot talk to the database. I'm walking through all of the code now to
> see if I can work with or change the return codes.
>
> I'm sorry if I sound clueless, but I'm still trying to figure this
> system out.
>
> Thanks again for the quick reply! Looks like it helped others too.
>
>
> Jenn
--
Thanks,
Ed McLain
> >
> > 1.) Update vpopmail
> >
> > 2.) Install vQadmin
> >
> > 3.) Get/change postmaster password
> >
> > Will I loose emails / domains / accounts if I update Vpopmail?
> >
> > Thanks,
> >
> > Austin Jorden
> >
> > (972) 284-4909
> >
> > Digitalpath of Texas
> >
> > http://www.dptexas.net/
> >
>
--
Thanks,
Ed McLain
Sr. Colocation Engineer
TekLinks / High Speed Solutions
[EMAIL PROTECTED]
205.314.6600
tes without
> > > problems.
> > >
> >
> > then you'll want to use strace, which should be installed. if it isn't,
> > install the strace package from your distribution.
> >
> > after that.. telnet to your smtp server, then in
tried both 0.9.7a, 0.9.7k,
and 0.9.8c. Just thought I would throw that in as a fix in case
somebody else experiences this problem.
Ed.
On Fri, 2006-09-22 at 02:17 -0500, Ed McLain wrote:
> I'm having this exact same problem. Anyone found a rhyme or reason to
> it yet?
>
>
> O
setups was a major
plus. Had a few issues off the bat with POP3 UID's but quickly fixed that one
thanks to Dovecots easy to change UID definitions. Don't think I'll ever
change back.
--
Ed McLain
From: Rick Romero <[EMAIL PROTECTED]>
Reply-T
t-passwd-file --without-shadow
--without-static-userdb CFLAGS="-DHAVE_VPOPMAIL_OPEN_SMTP_RELAY"
--
Ed McLain
From: Remo Mattei <[EMAIL PROTECTED]>
Reply-To:
Date: Wed, 19 Dec 2007 22:03:47 -0600
To:
Conversation: [vchkpw] [OT] IMAP Servers:
ly or pop3 only and
while it Courier does this by default, Dovecot simply doesn't and vpopmail
thinks everything is coming in via pop3, if I'm remembering correctly, without
it. It is not required, just thought I'd throw it out there in case somebody
else need
ion. Also, having had to recover data from all filesystems listed due to
hardware or other failures, XFS has been the most reliable and easiest to
recover. Reiser and EXT3 were the worst. Just my .02.
--
Ed McLain
From: Jeff Koch <[EMAIL PROTECTED]>
Repl
used XFS I used JFS and it was wonderful as well.
--
Ed McLain
From: Christopher Chan <[EMAIL PROTECTED]>
Reply-To:
Date: Fri, 21 Dec 2007 17:57:09 -0600
To:
Conversation: [vchkpw] OT - Preferred File Systems
Subject: Re: [vchkpw] OT - Preferred File Systems
E
Are you referring to using dovecot with imap and vpopmails roaming users option
in order to set the RELAYCLIENT environment variable in tcpserver so as to
bypass RBL checking?
--
Ed McLain
From: Remo Mattei <[EMAIL PROTECTED]>
Reply-To:
Date: Thu, 27 De
--without-static-userdb CFLAGS="-DHAVE_VPOPMAIL_OPEN_SMTP_RELAY"
You must have CFLAGS="-DHAVE_VPOPMAIL_OPEN_SMTP_RELAY" added to the options
sent to configure else dovecot will not be built with roaming users support.
--
Ed McLain
From: Remo Matt
43 matches
Mail list logo