EnderUNIX QLDAPAdmin

2001-07-02 Thread Ismail YENIGUL



Hi folks,

We have coded a collection of tools for manipulating LDAP databases that
are used
to hold account information for qmail users, in C++.

Features:
- create virtual domains
- delete virtual domains
- create virtual users
- modify virtual users
- change users' password, mailhost (for qmail clusters), mailquota,
  mail directory etc etc...
- create alternate addresses for one maibox
- create forwarding addresses for one mailbox
- View users' information
- Delete users from LDAP database
- List all qmail domains
- List all users of qmail domains


The tools are run in command line. Here is the list of binaries:

garib:~/qldapadmin-0.4.0beta# ls -l /usr/local/bin/q*
-r-x-- 1 root wheel 31008 Jul 2 03:33 /usr/local/bin/qadddomain
-r-x-- 1 root wheel 44154 Jul 2 03:33 /usr/local/bin/qadduser
-r-x-- 1 root wheel 29334 Jul 2 03:33 /usr/local/bin/qdeldomain
-r-x-- 1 root wheel 29773 Jul 2 03:33 /usr/local/bin/qdeluser
-r-x-- 1 root wheel 26492 Jul 2 03:33 /usr/local/bin/qlistdomains
-r-x-- 1 root wheel 28919 Jul 2 03:33 /usr/local/bin/qlistusers
-r-x-- 1 root wheel 47624 Jul 2 03:33 /usr/local/bin/qmodifyuser
-r-x-- 1 root wheel 30886 Jul 2 03:33 /usr/local/bin/qpasswd
-r-x-- 1 root wheel 30507 Jul 2 03:33 /usr/local/bin/qsetmailhost
-r-x-- 1 root wheel 30539 Jul 2 03:33 /usr/local/bin/qsetmsgstore

QLDAPAdmin is tested on FreeBSD 4.3, Redhat Linux 7.1 , Solaris 8(sparc)


You can download QLDAPAdmin from
http://www.enderunix.org/qldapadmin/qldapadmin-0.4.0-BETA.tar.gz

Web page about QLDAPAdmin is:
http://www.enderunix.org/qldapadmin/

please send your feedback to [EMAIL PROTECTED]

bye


Ismail  YENIGUL
http://www.enderunix.org
http://yenigul.net






IsoQlog 1.7 (Qmail Log Analyzer) Released

2001-05-17 Thread Ismail YENIGUL

hi i released isoqlog version 1.7


What is New:

-changes made by R. Hutchinson [EMAIL PROTECTED]
I have tidied up the html, added some more MBorKBs and created a var
called $Debug, which if set to 0 no more screen output
Also more errors displayed
Formatted the code with tabs for ease of reading
The reason for using the perl qq function is that it is easy to drop html
into the code from elsewhere.
Created some more subs: &makehtmlheader &makemenu &display_time
modified existing sub EnderUnixTeam to work in the same way, content
unchanged

version 1.07 completely reorganised, but uses the same data structure, so
can be used  instead of the older ones quite a few bugs found and fixed.

-Graph(like GD ) has been added to display % usage of mail and bytes  for everyday
-Italian Support has been added
-Polish Support has been added

http://www.enderunix.org/isoqlog

what is Isoqlog


Isoqlog is an qmail log analysis program written in perl .
 it designed to scan qmail logfile and produce usage statistics in HTML
 format. for viewing through a  browser. It produces  Top  domains
 output  according to Incoming , Outgoing , total  mails and  bytes, it
keeps
 your main domain mail statistics with Days Top Domain, Top Users  values
for per day , per month ,and years.

Features:

* Supports two different logging mechanisms: Multilog, and traditional
Syslog (splogger)
* Multi-domain support: Shows quite detailed statistics for not only your
main domain, but also, any domain you want.
* Displays statistics for common mail delivery errors.
* For each domain you specify; displays Top incoming, outgoing, total and
byte based statistics for users.
* Displays server's activity based on incoming, outgoing, total mails and
size of incoming mail, for domain  and its users.
* All days', all months', all years' activities ( above ones ) are stored
for future inspection.
* Multi-language Support ( Turkish, English, German , Portuguese,
Spanish,Polish )



for more information visit
http://www.enderunix.org/isoqlog

bye


Ismail YENIGUL
[EMAIL PROTECTED]




Re: Make multilog rotate according to time?

2001-05-16 Thread Ismail YENIGUL



hi
for daily report you can use isoqlog  log analyzer at
http://www.enderunix.org/isoqlog

byye
On Wed, 16 May 2001, Ralph Hackl wrote:

> Now that was at http://www.superscript.com/patches/intro.html . A multilog
> Patch!!It works fine. You can give multilog a HUP i.a with a cron job.
>
> -rh
>
> --
> --
> Ralph Hackl  |
> CANCOM Computersysteme GmbH  |   L I N U X   .~.
> A-8042 Graz, Koeglerweg 50, Austria  |  The  Choice  /V\
> phone:  +43 (0)316 4006 20 (fax -4)  |   of a  GNU  /( )\
> e-mail: [EMAIL PROTECTED]|  Generation  ^^-^^
>
>
>
>
>
> --
> >Von: Mike Jackson <[EMAIL PROTECTED]>
> >An: [EMAIL PROTECTED]
> >Betreff: Make multilog rotate according to time?
> >Datum: Die, 15. Mai 2001 18:32 Uhr
> >
>
> > Hi,
> >  I would like to use qmailanalog to make a daily report that will get
> > mailed to the local administrative staff. I would like to have the
> > reports include exactly 24 hours of activity. I thought that the easiest
> > way to do this is to have multilog start a new log file at 0.00 every
> > day, but couldn't figure out how to do it. I have looked at the multilog
> > source and man page, and it seems to only rotate logs based on size. How
> > are you guys doing this?
> >
> >  Please cc me also with your reply.
> >
> > Regards,
> > Mike
> >
>




Spanish Language support and FreeBSD package for IsoQlog

2001-04-18 Thread Ismail YENIGUL


hi i make a few changes at isoqlog-stable


-Spanish Language Support has been added  you can get it from
http://www.enderunix.org/isoqlog/lang  (if you install already
isoqlog-stable-1.5)

-I make FreeBSD package   you can get it from following URL
http://www.enderunix.org/isoqlog/bsd/isoqlog-stable-1.5.tgz

For more information  visit
http://www.enderunix.org/isoqlog


byye
Ismail  YENIGUL
http://www.enderunix.org
http://yenigul.net







isoqlog 1.5 stable is available

2001-04-12 Thread Ismail YENIGUL


hi i released isoqlog 1.5 stable

what is new :

-Version 1.5 Stable  12 April 2001

- 0 MB problem corrected .  if your domains incoming total byte is less
than 1MB ,  it will be printed as a KB
-Full Language Support has been added
-Strange "<"  characters has been removed :)
-Portuguese language support has been added (Thanks to Edson Lima Monteiro 
<[EMAIL PROTECTED]> )

you can download newest version at http://www.enderunix.org/isoqlog

byee



Ismail  YENIGUL
http://www.enderunix.org
http://yenigul.net






Failed_to_write_to_tmp/

2001-04-10 Thread Ismail YENIGUL


hi
 nowadays i am getting following error qmail log file

Failed_to_write_to_tmp/_(#4.3.3)/Yikes!_Could_create_but_can't_delete_temporary_file!!/ENOENT:_path_doesn't_exist/


also ,when i  attempts  to read  my  mails from sqwebmail(+vpopmail) . he
gets  "Can't creat cache files" error"


what is problem ?
byee

Ismail YENIGUL





Re: qmailadmin 0.42

2001-03-28 Thread Ismail YENIGUL


hi
give  following option too

--enable-vpopuser=vpopmail


byee


On Wed, 28 Mar 2001, [iso-8859-1] Jesús Arnáiz wrote:

> Hi!
>
> I try to compile qmailadmin0.42, but I get this errors:
>
> 
>
> [ /servers/src/qmailadmin-0.42]#
> ./configure -enable-cgibindir=/servers/apache/cgi-bin 
>--enable-htmldir=/servers/apache
> /htdocs -enable-qmaildir=/servers/qmail --enable-ezmlmdir=/servers/ezmlm/
>
>
> [ /servers/src/qmailadmin-0.42]# make
> make  all-recursive
> gcc -I. -g -O2 -c qmailadmin.c
> qmailadmin.c:30: vpopmail.h: No such file or directory
> qmailadmin.c:31: vauth.h: No such file or directory
> *** Error code 1
>
> Stop in /servers/src/qmailadmin-0.42.
> *** Error code 1
>
> Stop in /servers/src/qmailadmin-0.42.
> *** Error code 1
>
> Stop in /servers/src/qmailadmin-0.42.
> -
>
> I use vpopmail 4.9.6-1
>
> any help??
>
> Thanks in advance
>
>
> --
> Jesús Arnáiz
> 0z0ne Inc I+D/IT Manager
> http://www.0z0ne.com
> mailto:[EMAIL PROTECTED]
>
>




IsoQlog 1.5 released (multilog support has been added )

2001-03-06 Thread Ismail YENIGUL



hi
i released isoqlog version 1.5

what is isoqlog :


Isoqlog is an qmail log analysis program written in perl .
it designed to scan qmail logfile and produce usage statistics in HTML
format. for viewing through a browser. It produces Top domains
output according to Incoming , Outgoing , total mails and bytes, it keeps
your main domain mail statistics for per day and per month .


what is new :


-All codes are rewritten , now isoqlog is more functional
-multilog support has been given
-User based incoming mail  top scores has been added for every your domain
that  you define
-User based outgoing mail  top scores has been added for every your domain
that  you define
-User based total mail  top scores has been added for every your domain
that  you define
-User based  byte  top scores has been added for every your domain that
you define
-Domain based  byte  top scores has been added
- minus(-) mail values at top scores part is corrected

i strongly recommend redownload if you are using older versions of isoqlog

sample output

for sample output visit
http://www.enderunix.org/isoqlog/maillog15



For more information

http://www.enderunix.org/isoqlog


byee
Ismail YENIGUL

http://www.enderunix.org





Re: qmailanalog scripts

2001-01-16 Thread Ismail YENIGUL


hi i write one
http://www.enderunix.org/isoqlog

it suppliess your request


On Tue, 16 Jan 2001, Clemens Hermann wrote:

> Hi,
> 
> did anyone make the attemt to get the output of qmailanalog in a
> webpage. I think of kind of report-page where you get a short monthly
> summary for each local/virtual domain (how many messages, how many Megs,
> etc.)
> If there is nothing like this around, would anyone else be interested in 
> such a script or is it just me?
> 
> bye
> 
> /ch
> 




IsoQlog 1.4 released (Qmail Log Analyser)

2001-01-15 Thread Ismail YENIGUL


Hi 

i released IsoQlog 1.4

what is IsoQlog ?

IsoQlog is a qmail log analysis program written in Perl. It is designed to
scan qmail logfiles and produce usage statistics in
HTML format for viewing through a Web browser. It produces top
domains output according to incoming, outgoing, and
 total mails. It maintains your main domain mail statistics per day and
per month, like webalizer. -- 



What  is  New  ?

-Multi  Domain  support  has  been  added
-Some  small  bug   fixed  has  been  made  about  Displaying  Date  ,  and  Top  
Scores
-Storing  Top  Scores  of  everyday  

for more information
http://www.enderunix.org/isoqlog



Ismail YENIGUL





IsoQlog 1.3.1 released some Bugs fixed

2000-12-01 Thread Ismail YENIGUL

hii

two days before i  sent mail about  IsoQlog 1.3 (qmail log
analyzer)version
i find two bugs about date
(http://www.students.itu.edu.tr/~yenigul/ChangeLog)
if you download earliler version you must  downlaoad again. :((.

IsoQlog defination:

Isoqlog is an qmail log analysis program written in perl .
it designed to scan qmail logfile and produce usage statistics in HTML
format. for viewing through a browser. It produces Top domains
output according to Incoming , Outgoing , total mails and, it keeps
your main domain mail statistics for per day and per month .
Actually only output design is stolen from webalizer log program ,
nothing else taken from it.if you can use webalizer before, you can
wonder :))
It can be translated another languge easily by changing 15 line in
language config file

you can get it from
http://www.students.itu.edu.tr/~yenigul

please send mail to me .if you hit a bug.!
thanx
Ismail YENIGUL





IsoQlog Qmail Log Analyzer

2000-11-29 Thread Ismail YENIGUL

hii
i write an qmail log analyzer in PERL

here is description:

   IsoQlog is a qmail log analysis program written in Perl. It is
designed to scan qmail logfiles and produce usage statistics in HTML
format for viewing through a Web
   browser. It produces top domains output according to incoming,
outgoing, and total mails. It maintains your main domain mail statistics
per day and per month, likewebalizer.
it is under GPL licences

if you interest you can  get it from
http://www.students.itu.edu.tr/~yenigul
thanx
bye




(no subject)

2000-11-29 Thread Ismail YENIGUL