Re: exim4 for virtual domains

2005-01-13 Thread TR RCPG
--- Wouter Verhelst <[EMAIL PROTECTED]> wrote:

> Op do, 13-01-2005 te 11:38 -0800, schreef TR RCPG:
> > Would someone kindly post the relevant parts of an
> > exim4 configuration for a machine that works as
> isp
> > with virtual domains, and different users (with
> > possible not empty intersection set of users for
> > different domains)? Some directions about combined
> > remote mail retrieval + web access will be
> > appreciated.
> 
> Exim4 is way too flexible to provide a generic
> answer to this question.
> What you should have is a router that looks up
> whether the local address
> exists in some file or database, and a transport
> that writes out the
> file to an mbox or maildir, possibly in a directory
> based on the domain.
> Something like:
> 
> virthost_transport:
>   driver = appendfile
>   file = /mail/$domain/$local_part
> 
> will create an mbox '/mail/grep.be/wouter' for mail
> sent to
> '[EMAIL PROTECTED]'.
> 
> Next up is the router. I'll give an example using an
> lsearch lookup,
> because that is by far the easiest way to do this,
> but if you're
> expecting more than a few tens of users and
> performance is an issue,
> you'll want to replace that by another type of
> lookup (a cdb or ldbm
> file, or perhaps something more sophisticated such
> as an SQL or LDAP
> server). Run 'info exim4' and head for 'File and
> database lookups' for
> more info on those.
> 
> virthost_router:
>   transport = virthost_transport
>   condition = ${if match  \
>   {${lookup{$domain}lsearch{/etc/mail/users}}}\
>   {$local_part}   \
>   {yes}{no}}
> 
> whereby /etc/mail/users is a file containing lines
> like:
> 
> grep.be: wouter roel leen
> lists.debian.org: debian-user debian-isp
> 
> and so on.
> 

Hi Walter, thank you for answering. Would you
recommend following some other route, may be postfix
or some different combination? I need something simple
and yet with enough power. I will definitely check on
your info. Thank you



__ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail




Re: exim4 for virtual domains

2005-01-13 Thread Wouter Verhelst
Op do, 13-01-2005 te 11:38 -0800, schreef TR RCPG:
> Would someone kindly post the relevant parts of an
> exim4 configuration for a machine that works as isp
> with virtual domains, and different users (with
> possible not empty intersection set of users for
> different domains)? Some directions about combined
> remote mail retrieval + web access will be
> appreciated.

Exim4 is way too flexible to provide a generic answer to this question.
What you should have is a router that looks up whether the local address
exists in some file or database, and a transport that writes out the
file to an mbox or maildir, possibly in a directory based on the domain.
Something like:

virthost_transport:
  driver = appendfile
  file = /mail/$domain/$local_part

will create an mbox '/mail/grep.be/wouter' for mail sent to
'[EMAIL PROTECTED]'.

Next up is the router. I'll give an example using an lsearch lookup,
because that is by far the easiest way to do this, but if you're
expecting more than a few tens of users and performance is an issue,
you'll want to replace that by another type of lookup (a cdb or ldbm
file, or perhaps something more sophisticated such as an SQL or LDAP
server). Run 'info exim4' and head for 'File and database lookups' for
more info on those.

virthost_router:
  transport = virthost_transport
  condition = ${if match\
{${lookup{$domain}lsearch{/etc/mail/users}}}\
{$local_part}   \
{yes}{no}}

whereby /etc/mail/users is a file containing lines like:

grep.be: wouter roel leen
lists.debian.org: debian-user debian-isp

and so on.

-- 
 EARTH
 smog  |   bricks
 AIR  --  mud  -- FIRE
soda water |   tequila
 WATER
 -- with thanks to fortune




exim4 for virtual domains

2005-01-13 Thread TR RCPG
Would someone kindly post the relevant parts of an
exim4 configuration for a machine that works as isp
with virtual domains, and different users (with
possible not empty intersection set of users for
different domains)? Some directions about combined
remote mail retrieval + web access will be
appreciated.
thankyouall in advance



__ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 




Re: Legal English online seminar

2005-01-13 Thread Berghs Monika
Title: Re: Legal English online seminar





I have some more questions regarding a.m. offering:


What ist the average time input into this seminar on the participant's side?
When are other seminars scheduled for 2005?
Do you have more information on the set up of the seminar?


Thanks,
Monika


_

Monika Berghs
Siemens AG
Intellectual Property
Paul-Gossen-Str. 100
D-91052 Erlangen
Email  [EMAIL PROTECTED]
Tel. +49 9131 7 32182
Fax +49 9131 7 32226
_ 


This message and any attachments are solely for the use of intended recipients.  They may contain privileged and/or confidential information, attorney work product or other information protected from disclosure. If you are not an intended recipient, you are hereby notified that you received this email in error, and that any review, dissemination, distribution or copying of this email and any attachment is strictly prohibited. If you have received this email in error, please contact the sender and delete the message and any attachment from your system. Thank you for your cooperation.




Re: Re: Re: Internet per Satelit in Syria, Iraq, Iran and Afghanistan

2005-01-13 Thread Cristian Mezei



Ok.. Best of things to you.
 



Best regards,Cristian 
Mezei
http://www.xperts.ro


munin und png probleme

2005-01-13 Thread Andreas Rabus
Hallo Liste,
seit dem dist-upgrade vom 12.1. habe ich probleme mit munin.
Bei erstellen der Graphen bricht das cron skript ab.
Ich konnte das Problem bis zu dieser Zeile zurückverfolgen: (wegen  
Paranoia ein bisschen anonymisiert :)
(Borg ist ein Rechner um dessen Statistik es geht.)

# su -s /bin/sh munin -c "/usr/share/munin/munin-graph --debug  
--list-images"
DEBUG: Drawing fields "used","max","".
DEBUG: Drawing fields "used","max","".
DEBUG: Drawing fields "used","max","".
DEBUG: - used...

DEBUG5: Doing path...
DEBUG: - max...
DEBUG5: Doing path...
rrdtool "graph"  
"/var/www/munin/domain.tld/borg.domain.tld-open_inodes-month.png"  
"--title" "Inode table usage - by month" "--start" "-33d" "--base"  
"1000" "-l" "0" "--vertical-label" "number of open inodes" "--height"  
"175" "--imgformat" "PNG" "--lazy"  
"DEF:gused=/var/lib/munin/domain.tld/borg.domain.tld-open_inodes-used- 
g.rrd:42:AVERAGE"  
"DEF:iused=/var/lib/munin/domain.tld/borg.domain.tld-open_inodes-used- 
g.rrd:42:MIN"  
"DEF:aused=/var/lib/munin/domain.tld/borg.domain.tld-open_inodes-used- 
g.rrd:42:MAX" "CDEF:cused=gused" "LINE2:gused#22ff22:open inodes  "  
"COMMENT: Cur:" "GPRINT:cused:LAST:%6.2lf%s" "COMMENT: Min:"  
"GPRINT:iused:MIN:%6.2lf%s" "COMMENT: Avg:"  
"GPRINT:gused:AVERAGE:%6.2lf%s" "COMMENT: Max:"  
"GPRINT:aused:MAX:%6.2lf%s\j"  
"DEF:gmax=/var/lib/munin/domain.tld/borg.domain.tld-open_inodes-max- 
g.rrd:42:AVERAGE"  
"DEF:imax=/var/lib/munin/domain.tld/borg.domain.tld-open_inodes-max- 
g.rrd:42:MIN"  
"DEF:amax=/var/lib/munin/domain.tld/borg.domain.tld-open_inodes-max- 
g.rrd:42:MAX" "CDEF:cmax=gmax" "LINE2:gmax#0022ff:peak open inodes "  
"COMMENT: Cur:" "GPRINT:cmax:LAST:%6.2lf%s" "COMMENT: Min:"  
"GPRINT:imax:MIN:%6.2lf%s" "COMMENT: Avg:"  
"GPRINT:gmax:AVERAGE:%6.2lf%s" "COMMENT: Max:"  
"GPRINT:amax:MAX:%6.2lf%s\j" "COMMENT:Last update: Thu Jan 13 10:55:05  
2005\r" "--end" "1105603200"
/var/www/munin/domain.tld/borg.domain.tld-open_inodes-month.png
DEBUG: Drawing fields "rcvd","trans","".
DEBUG: Drawing fields "rcvd","trans","".
DEBUG: Drawing fields "rcvd","trans","".
DEBUG: - rcvd...

DEBUG5: Doing path...
DEBUG: - trans...
DEBUG5: Doing path...
rrdtool "graph"  
"/var/www/munin/domain.tld/borg.domain.tld-open_inodes-month.png"  
"--title" "Inode table usage - by month" "--start" "-33d" "--base"  
"1000" "-l" "0" "--vertical-label" "number of open inodes" "--height"  
"175" "--imgformat" "PNG"  
"DEF:gused=/var/lib/munin/domain.tld/borg.domain.tld-open_inodes-used- 
g.rrd:42:AVERAGE"  
"DEF:iused=/var/lib/munin/domain.tld/borg.domain.tld-open_inodes-used- 
g.rrd:42:MIN"  
"DEF:aused=/var/lib/munin/domain.tld/borg.domain.tld-open_inodes-used- 
g.rrd:42:MAX" "CDEF:cused=gused" "LINE2:gused#22ff22:open inodes  "  
"COMMENT: Cur:" "GPRINT:cused:LAST:%6.2lf%s" "COMMENT: Min:"  
"GPRINT:iused:MIN:%6.2lf%s" "COMMENT: Avg:"  
"GPRINT:gused:AVERAGE:%6.2lf%s" "COMMENT: Max:"  
"GPRINT:aused:MAX:%6.2lf%s\j"  
"DEF:gmax=/var/lib/munin/domain.tld/borg.domain.tld-open_inodes-max- 
g.rrd:42:AVERAGE"  
"DEF:imax=/var/lib/munin/domain.tld/borg.domain.tld-open_inodes-max- 
g.rrd:42:MIN"  
"DEF:amax=/var/lib/munin/domain.tld/borg.domain.tld-open_inodes-max- 
g.rrd:42:MAX" "CDEF:cmax=gmax" "LINE2:gmax#0022ff:peak open inodes "  
"COMMENT: Cur:" "GPRINT:cmax:LAST:%6.2lf%s" "COMMENT: Min:"  
"GPRINT:imax:MIN:%6.2lf%s" "COMMENT: Avg:"  
"GPRINT:gmax:AVERAGE:%6.2lf%s" "COMMENT: Max:"  
"GPRINT:amax:MAX:%6.2lf%s\j" "COMMENT:Last update: Thu Jan 13 11:00:06  
2005\r" "--end" "1105610400"

libpng error: Write Error
Das Bild ist tatsächlich kaputt aber andere Bilder werden korrekt  
erstellt.

Kann die rdd DB kaputt sein? Aber das wöchentliche Bild wird vorher  
erfolgreich erstellt...
Ist der rrd-graph aufruf kaputt?

Schönen Dank schon mal im  voraus,
Andreas