qmailadmin-0.26g compile problem

2000-04-05 Thread Georgi Kupenov

qmail-1.03
vpopmail-3.4.11-1.released


myhost:/home/jkk/qmailadmin-0.26g# make
make  all-recursive
make[1]: Entering directory `/home/jkk/qmailadmin-0.26g'
make[2]: Entering directory `/home/jkk/qmailadmin-0.26g'
gcc -I. -I/home/popusers/include -g -O2 -c qmailadmin.c
gcc -I. -I/home/popusers/include -g -O2 -c alias.c
gcc -I. -I/home/popusers/include -g -O2 -c autorespond.c
gcc -I. -I/home/popusers/include -g -O2 -c forward.c
gcc -I. -I/home/popusers/include -g -O2 -c mailinglist.c
gcc -I. -I/home/popusers/include -g -O2 -c sysadmin.c
gcc -I. -I/home/popusers/include -g -O2 -c user.c
gcc -I. -I/home/popusers/include -g -O2 -c util.c
gcc -I. -I/home/popusers/include -g -O2 -c auth.c
gcc -I. -I/home/popusers/include -g -O2 -c template.c
gcc -I. -I/home/popusers/include -g -O2 -c command.c
command.c:32: vpopmail_config.h: No such file or directory
make[2]: *** [command.o] Error 1
make[2]: Leaving directory `/home/jkk/qmailadmin-0.26g'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jkk/qmailadmin-0.26g'
make: *** [all-recursive-am] Error 2
myhost:/home/jkk/qmailadmin-0.26g#


What the problem is?





Re: methods for ETRN

1999-11-16 Thread Georgi Kupenov

"D. J. Bernstein" wrote:

 [EMAIL PROTECTED] writes:
  Some of our clients use ETRN to get their mail. I'm wondering what are
  my choices of solutions to implement this feature into qmail.

 Install serialmail, and enable AutoTURN for authorized clients. An ETRN
 client will receive its mail after it makes a connection.

 ---Dan

So, if the ETRN client connects to the ISP and forces its queue
via the ISP's mail server (relaying allowed),
the AutoTURN will "wake up" and force all the mail for it.
Is that correct?




begin:vcard 
n:Kupenov;Georgi
tel;work:(359-2)963-0641
x-mozilla-html:FALSE
org:ProLink Ltd.;Sofia
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;0
fn:Georgi Kupenov
end:vcard



qmailanalog question

1999-09-14 Thread Georgi Kupenov

Running: qmail 1.03, qmailanalog 0.70

I'd like to find all senders for a recipient:

First I did:
cat /var/adm/maillog | awk '{$1="";$2="";$3="";$4="";$5="";print}' |
matchup maillog1 5maillog1.blah

Then:
cat maillog1|xrecipient [EMAIL PROTECTED]|zsenders

The result was:
---
Senders

One line per sender. Information on each line:
* mess is the number of messages sent by this sender.
* bytes is the number of bytes sent by this sender.
* sbytes is the number of bytes successfully received from this sender.
* rbytes is the number of bytes from this sender, weighted by recipient.

* recips is the number of recipients (success plus failure).
* tries is the number of delivery attempts (success, failure, deferral).

* xdelay is the total xdelay incurred by this sender.

mess  bytes  sbytes  rbytes  recips  tries  xdelay  sender
---

Any ideas? May be I am wrong somwhere ...?

--
Georgi Kupenov

[EMAIL PROTECTED]





How to ban a spam host.

1999-03-30 Thread Georgi Kupenov

Hello folks,

I'm running QMAIL 1.03,
with tcpserver for denying relay.

But I need to ban a host (that sends SPAM)
for my machines.

Where can I read something about it?

Regards,
-- 
-
| Georgi Kupenov, | |
| tel.: +359-2-9630641| ProLink Ltd.|
|   +359-2-9630651| |
-



Limit recipients (some how).

1999-03-12 Thread Georgi Kupenov

Any idea how to limit the number of
recepients per message?

JKK