Dear all,
i have already installed freebsd, qmail, daemontools, ucspi-tcp, mysql,
vpopmail, checkpassword.
the problem is i can not give intruction in dot qmail like this :
&[EMAIL PROTECTED]
|if [ "$SENDER" = "[EMAIL PROTECTED]" ]; then echo -e "Don't send me
again"; exit 100; fi
please anybody
> > Ken Jones
>
> The answer to your question is easy. A new vpopmail api function would
> need to be added to support this. Which seems like a reasonable change.
> But that's why it wasn't done before. Instead we used an old function
> and added the symbolic link.
So, in other words this sugest
" Dear all,
" i have already installed freebsd, qmail, daemontools, ucspi-tcp, mysql,
" vpopmail, checkpassword.
" the problem is i can not give intruction in dot qmail like this :
" &[EMAIL PROTECTED]
" |if [ "$SENDER" = "[EMAIL PROTECTED]" ]; then echo -e "Don't send me
" again"; exit 100; fi
"
Incidentally, the domains could have soft links into the /var/vpopmail
directory, allowing normal operation.
- Original Message -
From: "Delanet Administration" <[EMAIL PROTECTED]>
> While I have not looked at the new code releases, I do know that
previously
> the vpopmail directory
Hi
who can help me?
I add user by vchkpw's API vadduser function.on web. but it frequently happen
to as below error message:
>>
>user directory aready exit.
>please contact administrator.
I am not adduser the same userneme before this
Why?.
One thing that's been mildly aggravating me about vpopmal for a while
now is that no amount of playing with the autoconf options seems to
allow me to seperate the "application root", ie: ~vpopmail/{bin|include|lib}
from the "document root", ie ~vpopmail/{users|domains}.
Am I mising the proper in
I want to configure my qmail server to accept ETRN
requests. If any one has done this, please tell me how to do
this
TIA
Naseer
hi
as you said, iam bae to create table vpopmail, relay
when i add domain, its not writing in to database.
i did like this in voracle.h
/* Edit to match your set up */
#define ORACLE_SERVICE "ORCL"
#define ORACLE_USER "system"
#define ORACLE_PASSWD"manager"
#define ORACLE
"Nathan J. Mehl" wrote:
>
> One thing that's been mildly aggravating me about vpopmal for a while
> now is that no amount of playing with the autoconf options seems to
> allow me to seperate the "application root", ie: ~vpopmail/{bin|include|lib}
> from the "document root", ie ~vpopmail/{users|do
Balaji Hare Ram Balaji wrote:
>
> hi
>
> as you said, iam bae to create table vpopmail, relay
> when i add domain, its not writing in to database.
>
> i did like this in voracle.h
>
> /* Edit to match your set up */
> #define ORACLE_SERVICE "ORCL"
> #define ORACLE_USER "system"
Does anyone have vpopmail working with smtp authentication?
I'm trying to make the
http://members.elysium.pl/brush/qmail-smtpd-auth/
code work with vpopmail and netscape 4.72. But
no luck so far.
If you have it working, what is your startup line
for tcpserver/qmail-smtpd? What changes did you
m
First..
Heres my ./configure line :
--enable-mysql=y --enable-ip-alias-domain=y --enable-roaming-users=y
Everything compiled fine. I've been running vpopmail for years now. Although
i'm very new at mysql.
I didn't have any problems with the conversion (vconvert -c -s).
Here is my directory str
Hi all.
Does anyone know how to setup OS quota as vpopmail user quota?
I have to setup both web and mail space to each user,and have to
set quota.
vpopmail(vdeliver) may check only user mail space.
--
Masahiko Kosaka
FastNet,inc.
Hello all!
> >bash-2.02# netcat localhost 110
> >
> ><-- here ist a break about ca 10 seconds !!! -->
> >
> >+OK <[EMAIL PROTECTED]>
aaarg! Now, that this prob is solved (thanks to Manuel) I got the same
prob with qmail (and even more worse) on an other mashine:
snafu4:~ # netcat localhost 25
Clint Simmons wrote:
>
> First..
>
> Heres my ./configure line :
>
> --enable-mysql=y --enable-ip-alias-domain=y --enable-roaming-users=y
>
> Everything compiled fine. I've been running vpopmail for years now. Although
> i'm very new at mysql.
> I didn't have any problems with the conversion (
Kosaka Masahiko wrote:
>
> Hi all.
>
> Does anyone know how to setup OS quota as vpopmail user quota?
>
> I have to setup both web and mail space to each user,and have to
> set quota.
>
> vpopmail(vdeliver) may check only user mail space.
If you only have one virtual domain, then you can use
Ken - is your problem just with Netscape? Did you uncomment out the #DEFINE
SMTPAUTH_NETSCAPE_WORKAROUND line??
> -Original Message-
> From: kbo [mailto:kbo]On Behalf Of Ken Jones
> Sent: Tuesday, August 08, 2000 11:58 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: smtp auth an
Laura Reising wrote:
>
> Hello all!
>
> > >bash-2.02# netcat localhost 110
> > >
> > ><-- here ist a break about ca 10 seconds !!! -->
> > >
> > >+OK <[EMAIL PROTECTED]>
>
> aaarg! Now, that this prob is solved (thanks to Manuel) I got the same
> prob with qmail (and even more worse) on an othe
Ken Jones wrote:
>
> Does anyone have vpopmail working with smtp authentication?
A couple of weeks ago, I posted an updated patch to let smtp-auth use
vpopmail 4.8.6 for authentication. The original instructions are still
at http://members.elysium.pl/brush/qmail-smtpd-auth/faq.html .
> I'm try
Sorry to ask an obvious question, but I scanned all the mailing list
without results.
I need to forward and address like [EMAIL PROTECTED] elsewhere.
I set up .qmail-mickey.mouse (with "&[EMAIL PROTECTED]" inside), but it
doesn't work, while the user [EMAIL PROTECTED] works nice.
How to handl
Where is the .qmail file?
Are you using it with a virtual user?
- Original Message -
From: "Said Madrus" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 08, 2000 10:55 AM
Subject: dot qmail no effect
> Dear all,
> i have already installed freebsd, qmail, daemontools,
hi
i have oracle 8.0.5
when i try to make iam getting following error, and when try to see the
files its asking iam not able to find,
help please
./makelib cdbmake.a cdbmake_pack.o cdbmake_hash.o \
cdbmake_add.o
make[2]: Leaving directory `/home/balaji/vpopmail-4.8.7/cdb'
make[2]: Entering direct
Chris Seawood wrote:
>
> Ken Jones wrote:
> >
> > Does anyone have vpopmail working with smtp authentication?
>
> A couple of weeks ago, I posted an updated patch to let smtp-auth use
> vpopmail 4.8.6 for authentication. The original instructions are still
> at http://members.elysium.pl/brush/q
Antonio Nati wrote:
>
> Sorry to ask an obvious question, but I scanned all the mailing list
> without results.
>
> I need to forward and address like [EMAIL PROTECTED] elsewhere.
>
> I set up .qmail-mickey.mouse (with "&[EMAIL PROTECTED]" inside), but it
> doesn't work, while the user [EMAIL P
I switched to --enable-default-domain=vdomain1.com
it still requested the users dir and my other virtual domains
stopped working...
vchkpw: No user found [EMAIL PROTECTED]:vdomain2.ip.address
I'm lost..
-Original Message-
From: Ken Jones [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, Augus
Please ask this on [EMAIL PROTECTED] ([EMAIL PROTECTED])
On this list that is noise ;-)
regards
--
IDG New Media Einar Bordewich
Technical Manager Phone: +47 2336 1420
E-Mail: [EMAIL PROTECTED]
---
Ken Jones wrote:
>
> I got it working. If I run qmail-smtpd as the vpopmail user,
> then there is no need for the patch to vchkpw.c
Well, it all depends upon how you feel about allowing qmail-smtpd access
to all of the vpopmail user's files and if you have any other files that
are only accessibl
i found the files and pointed to that
still iam getting the following errors
please check attachment and give me some suggestions
thanks
balaji
Ken Jones wrote:
> Balaji Hare Ram Balaji wrote:
> >
> > hi
> > i have oracle 8.0.5
> > when i try to make iam getting following error, and when try t
Hi folks !
For sure a silly question but...
I create a sample domain with qmail or vpopmail
(no matter) named : mydomain.fr
and a user named pierre
As created for tests, this domain name has NOT
been declared to any internet authorities.
Now, can I send a mail to a user such as :
[EMAIL PROTEC
thanks all,
the problem is wrong place of dot qmail file, it should be in domain
directory not in user maildir.
but how many .qmail- can we create in that directory ??
thanks again.
~said madrus
- Original Message -
From: "Andrés" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesd
I have 50K user in single domains.I authenticate user by cdb.
What advance suggestions to me.
---
163µç×ÓÓʾ֣¬¸øÄú¸üÍêÃÀEmail·þÎñ£¡
http://www.163.net
Hello Ken,
> > snafu4:~ # netcat localhost 25
> >
> > <-- here is a break about ca 1 Minute !!! -->
> >
> > 220 snafu4.snafu ESMTP
> > QUIT
> > 221 snafu4.snafu
> > snafu4:~ #
> >
> > I found out, that I can fix this prob when I tell the system (SuSE
> > Linux 6.1) _not_ to use a Nameserver. But
I wrote:
> > You should use fully qualified hostnames.
> > snafu4.snafu isn't fully qualified.
>
> When is a hostname "fully qualified" (RFC?)? Indeed snafu4 is the host
> and snafu is my (lokal) domain.
> Of course this would not be resolved by a DNS-Server, but hasn't the
> /etc/hosts-File prec
Pierrot Driguez wrote:
>
> Hi folks !
>
> For sure a silly question but...
>
> I create a sample domain with qmail or vpopmail
> (no matter) named : mydomain.fr
> and a user named pierre
>
> As created for tests, this domain name has NOT
> been declared to any internet authorities.
>
> Now, c
Occasionally I have to stop/start authdaemond to login to sqwebmail. This
happens when I've choosen to logout, instead of timeout. I see this error
pop up in the console where I restarted authdaemond: vsql_getpw: failed
select
In authdaemonrc I have: authmodulelist="authvchkpw" as the only auth m
35 matches
Mail list logo