Hi All,
If anyone have managed to get
qmail+pop3d+mysql+vpopmail working on RedHAT linux
6.2. i need the qmail-pop3d init script.
I'd really appreaciate if someone send it to me.
Thanx
Sumith
__
Do You Yahoo!?
Get Yahoo! Mail Free email you can
Only a few minutes reading the code gave me SITE_ADMIN access on
qmailadmin, but nothing in it is working. I'll go ahead with creating a
new project just for managing sites.
Best regards
Michael Boman
Michael Boman wrote:
>
> Hello everyone,
> I just want to tell you all that I am working no
Hi:
This is my script,now it works fine,hope it will be helpful.
#! /bin/sh
/usr/local/bin/tcpserver -H -R 0 pop3 /var/qmail/bin/qmail-popup freemail.o-yo.com
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d ./Maildir/ &
- Original Message -
>Hi All,
>
>If anyone have managed to
Hello,
in order to have an own program to verify login and password of a
pop3-session I want to write a perl script. as far I understood vchkpw
is just checking login and passwort for authentification and is
changedir-ing to the appropriate Maildir. After that the subprogram is
launched.
Now I t
Hello,
an additional question is coming along:
How does vchkpw receive the login and password (and possibly other
values?) from qmail-popup? I've got no clue about C++, just Perl. And in
perl there are no values in @ARGV, nor in @_ nor in .
Bye,
Marten
hi
i made this little perl script a while ago... hope it helps
greetz Flavio
On Fri, 21 Jul 2000 12:22:49 +0200, Marten Lehmann said:
> Hello,
>
> an additional question is coming along:
>
> How does vchkpw receive the login and password (and possibly other
> values?) from qmail-popup?
> i made this little perl script a while ago... hope it helps
Sorry, but it doesn't.
As I wrote before, the Array @ARGV is empty. I don't know any reason for
that.
Marten Lehmann wrote:
>
> > i made this little perl script a while ago... hope it helps
>
> Sorry, but it doesn't.
>
> As I wrote before, the Array @ARGV is empty. I don't know any reason for
> that.
AFAI remember you have to read NULL char terminated strings from
descriptor 3.
--
Ondřej Sur
I second that request.
Jacob Scott wrote:
> Qmail-smtpd-auth (http://members.elysium.pl/brush/qmail-smtpd-auth/)
> seems to offer an excellent thing for everyone talking about roaming
> users...the FAQ mentions vchkpw compatabilty...
>
> Is anyone up to looking this over and maybe seeing if it w
Yes.
I'd highly recommend using the daemontools package @
http://cr.yp.to/daemontools.html
If you really want to have the SysV style init.d script, just use the
daemontools option above and "svc start smtpd" from your init.d/rc.smtpd
or whichever process is at hand.
Read the other boot scripts
Hello,
i have a problem with Qmail and Maildir. I installed qmail and vpopmail
and everything
works fine for local accounts.
So if i send an email to [EMAIL PROTECTED] the mail is put into
~philipp/Maildir/new.
Thats nice !
But if i send an email to [EMAIL PROTECTED] the log gives me
this error
You could probably consider using the MTA that created the file to "deliver"
them to the new MTA ...
Jacob Scott wrote:
> I need to get some mail msgs (some in a one file, spool format, and some in
> one file=one doc maildir format) from an older location into my new
> /user/maildir. Manually dr
Hello,
any body knows of alternative download
for vpopmail, as the www.vpopmail.cx is
down
Issam
> no, vchkpw can just handle a call ta a program without parameters
> (that's not vchkpw's fault, it's haw the qmail-popup mechanism works).
It seems I didn't explain clearly enough to understand me. My aim was to
replace vchkpw by an selfwritten script, which should lookup users in a
database, w
Well, I get rid off that error, but now I'm stuck with another one:
RedHat-6.2 Linux + mysql-3.20.32a-3
-
./configure --enable-mysql=y --enable-large-site=y --enable-ip-alias-domains=y
--enable-passwd=no --enable-hardquota=40
i havent been watching this thread, but you really should be using
mysql version 3.22.32 or the latest beta. there was a recent exploit
that allows a remote attacker to gain access to the database, and then
the system depending on how you have it setup.
i don't remember the exact version, but i
It is
up now
Thanks
Issam
-Original Message-From: Issam Alameh
[mailto:[EMAIL PROTECTED]]Sent: Friday, July 21, 2000 5:35
PMTo: [EMAIL PROTECTED]Subject: Any alternative download
for vpopmail
Hello,
any body knows of alternative download
for vpopmail, as the www.vpo
Other than mapping a Domain user to a 'standard' user (one that does not
use the full email address as the POP user name), what method is necessary
to host virtual domains with users that use Netscape clients (and other
older clients that cut off at the "@")?
Wi
I have compiled them with no issues. I am getting together a decent test
environment. More to come in the next week.
The current issue I am struggling with is more theoretical. How much pop3
traffic does X users create. Obviously, most people will be doing dialup
and not on constantly, but I
Hmmm. I don't quite know what you mean. Half of them are qmail messages,
half are a sendmail mailfile. Are you saying I would have to go to my old
mailbox and manually forward all the emails to the new one? The problem is
that I will be migrating ~100 users from sendmail to vpopmail, and it would
Hello,
may be it is a silly question, but :
Is there any howto, which discribes the step take to install vpopmail, qmail
and openldap to support virtual domains,
I have installed vpopmail and openldap, and when I wanted to install qmail,
I found a lot of things to read and it was confusing,
spec
seems that this didn't get to the qmailadmin list for some odd
reason
anybody else noticed that messages to the qmailadmin list yesterday
where lost besides me?
javier writes:
>
> QmailAdmin .33 ready for testing.
> Bug Fixes, and new interface.
>
> QmailAdmin .34 soon to follow.
>
> W
After musing on the mailing list and searching efnet, courier's website, and
two or three smtp auth websites, I have dismal news. No SMTP authentication
patch I can find works with vchkpw/vpopmail in its current incarnation.
Being, unfortunatley, not a elite hacker/coder, I'm not in a position to
I added some virtualdomains and created forwards for certian user to
their other virtual domains. I am using Qmailadmin with this also. The
mail is not forwarding. I am using debian, and know that when I add a
user I must use the command qmail-newu after I add users with vchkpw.
any ideas or sugg
Hello everyone,
I just want to tell you all that I am working now on a global admin,
where you can add domains, add alias domains, delete domains, change the
.qmailadmin-limits file and change the password for the postmaster
(without knowing the current one).
I know that this is a very wanted fe
Has anyone that's using IMP hacked vpopmail.c/vdeluser.c
to remove all rows for a person if you remove them from
the database? This way, if you remove person [EMAIL PROTECTED]
and a month later add a new [EMAIL PROTECTED], this new person
doesn't see the old person's address book and prefs.
If n
How to make an alias that consist all of users of a virtual doman using
vpopmail-4.8.2?
How to make an alias for all users of all virtual domains using vpopmail-4.8.2?
And I don't want to use ezmlm-0.53 to support this features.
regards.
/agi
Hi all...
Thanx for all the help.. now I've got my
qmail+mysql+vpopmail working. My question---
I've read in inter7.com site that using one system
account UID we can create number of virtual email
accounts. but I've not yet seen requirement of making
any system accounts.
I'd like to enforce us
Hi all...
Thanx for all the help.. now I've got my
qmail+mysql+vpopmail working. My question---
I've read in inter7.com site that using one system
account UID we can create number of virtual email
accounts. but I've not yet seen requirement of making
any system accounts.
I'd like to enforce us
29 matches
Mail list logo