[courier-users] Virtual-Hosts

2003-09-17 Thread Michelle Konzack
Hello, 

I have a Virtual-Webserver (apache/proftpd) with one Domain and 8 Hosts.

Now I like to install for each host some mailinglists (courier-mlm) like:

[EMAIL PROTECTED]
[EMAIL PROTECTED]

[EMAIL PROTECTED]
[EMAIL PROTECTED]

Each host has its own dirctory like

/home/host1/www
   /ftp
   /maillist/main
/help
...

How must I setup this ???

or ist it better to setup only one courier-mlm with 'lists.mydomain.net' 

and use somthing like '[EMAIL PROTECTED]' ??? The disavantage is, 
that if I like to split the virtual-Server in seperatly Servers I need 
a seperatly list-Server...

And then, I need some mails on 'mydomain.net' 

Thanks for your Help
Michelle

-- 
Registered Linux-User #280138 with the Linux Counter, http://counter.li.org.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] courier-mta as exim remplacement

2003-09-28 Thread Michelle Konzack
Am 2003-09-28 04:45:43, schrieb Gordon Messmer:
Michelle Konzack wrote:

defaults
fetchall, forcecr, no keep, ssl,
mda /usr/sbin/sendmail %T;
^^^
Argg I was caling maldrop directly !!!

Does your maillog indicate that?  My esmtproutes file contains:

dragonsdawn.net: ns.dragonsdawn.net
:smtp.comcast.net

I have this too, but with

freenet.de: smpt.wanadoo.fr
wanadoo.fr: smpt.wanadoo.fr
debian.org: smpt.wanadoo.fr
: smpt.wanadoo.fr

but it works only for the three domains and not for the others...
I was thinking, that I have forgotten somthing to set...

When I send a message to myself, the maillog records:

Sep 28 11:44:11 ascension courieresmtp:
   id=0003BC77.3F772BF5.76DF,from=[EMAIL PROTECTED],
   addr=[EMAIL PROTECTED],size=526,
   success: delivered: smtp.comcast.net [204.127.198.27]

It works for mee too !!!

Does your esmtproutes file end with a newline character?

Yes, but I do not understand, why the fourt line ': smpt.wanadoo.fr'
is ignored...

Greetings
Michelle

-- 
Registered Linux-User #280138 with the Linux Counter, http://counter.li.org.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: courier-mta and dialup

2003-10-02 Thread Michelle Konzack
Am 2003-10-01 22:35:31, schrieb Sam Varshavchik:
Michelle Konzack writes:

What you may consider doing is running 'courier stop' when the dialup line 
is offline, and run 'courier start' when the dialup line comes up.

Even when the courierd daemon is not running, any message received via 
ESMTP, or locally, are accepted and queued up.  When 'courier start' runs, 
it will pick up all received messages, and push them out.

Oh, I was thinking, it stops the whole courier-*

There are two caveats:

1) When Courier is stopped, no mail delivery takes place.  Even local mail 
is not delivered.

Is there an attempt in future to change this ?

2) The 'courier stop' commands halts all delivery attempts in progress.  
Therefore you should not run courier stop when messages are being 
delivered. There's no permanent harm, though, but it's a rather rude 
thing to do.

Right, thats very rude !!!

Thies mean, the use of courier-mta is not recommended for Dial-Out. 
Other Solution ?
Back to exim ?

Any sugestions are welcome.

Greetings
Michelle



-- 
Registered Linux-User #280138 with the Linux Counter, http://counter.li.org.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: courier-mta and dialup

2003-10-03 Thread Michelle Konzack
Am 2003-10-02 14:44:40, schrieb Anand Buddhdev:

Hello Anand, 

The additional benefit of doing it this way is that courier will not 
generate any deferral logs, since it will never have tried the deliveries 
in the first place! I find it easiest to create 2 files, called 
module.esmtp.on, and module.esmtp.off, with my required MAXDELS values in, 
and copy them to module.esmtp as required, followed by a courier restart.

Hmmm, I need to adapt this to a cron-job...

Having said all this, I personally much prefer exim for dial-up sites, 
because exim is simply so configurable. It even provides a handy option 
called queue_smtp, which dutifully queues all non-local deliveries until 
you issue exim -q to start a queue run and deliver email.

I was hoping, courier-mta can do this too...
I there a wishlist for courier-mta ???

I've recently setup a site where I use maildrop, courier-imap and sqwebmail 
for all the front-end user applications, and exim as the MTA. Everything 
works beautifully, and it needed no patching of any kind. Just works out 
of the box.

So I think, if the courier-mta solution does not work FOR ME, 
I will switch back to exim v4.

Anand

Greetings
Michelle

-- 
Registered Linux-User #280138 with the Linux Counter, http://counter.li.org.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: courier-mta and dialup

2003-10-03 Thread Michelle Konzack
Am 2003-10-03 13:29:10, schrieb Jeff Jansen:

Sorry, I missed that part.  I thought we were talking about the same machine.   
So you want all the mail to sit there until your cron job triggers courier to 
send it and which time your demand dialing will kick in and mail will get 
sent out?

Yes. One time per hour is enough. 

I think you're going to have to resort to a script hack to make that work with 
courier.  Anand's idea of changing the MAXDELS variable, restarting courier 
and then flushing the queue would work.  In that case nothing would get sent 
until you ran the script.  Then you'd have to reset the variable to 0 when 
you were done sending.

I think I would use an iptables rule to stop courier sending out until the I 
wanted it to.  So something like this:

;-)
I was working on it 
;-)

==
#!/bin/sh

/sbin/iptables -D OUTPUT -p tcp -m tcp -o eth0 --dport 25 -j REJECT
/usr/lib/courier/sbin/courier flush

while (`sleep 60`); do
  PS=`/bin/ps -axww | egrep -c courieresmtp [0123456789] `
  if [ $PS == 0 ]; then
 break
  fi
done

/sbin/iptables -I OUTPUT -p tcp -m tcp -o eth0 --dport 25 -j REJECT
==

Nice Script...
I think, this is what I need. 
The weekend I will try it. 

Question:   If it works, can I use your Script to include it into my 
Debian Installation Handbook 3.0 ?

Jeff Jansen

Many Thanks and Greetings
Michelle

-- 
Registered Linux-User #280138 with the Linux Counter, http://counter.li.org.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: Newsletter with courier-mlm

2003-12-05 Thread Michelle Konzack
Am 2003-12-04 21:18:00, schrieb [EMAIL PROTECTED]:
Hi,

Hello, 

the goal is to configure a newsletter, that only can be posted to by
one person, the newsletter author. the list should be maintanance
free, so we don?t want to use moderation. 

Also we don?t want to use any kind of secret address or any
security by obscurity model for the allowed posting addresses.

Why not put it on the Wish-List ?

I need this too !

Curently I am using no mailinglist Software for it. Only two E-Mails:

[EMAIL PROTECTED]
and
[EMAIL PROTECTED]

I use the procmailrc and a bash Script to precede this. My 
Subscriber-Database ??? - A High perfomance plain/text file 
modified by sed, grep, awk...

;-)

No Mailinglist-Killer-Ware required. Incoming mails on 
[EMAIL PROTECTED] goes directly to /dev/null. 
So nobody can spam my Lists...

Greetings
Michelle

-- 
Registered Linux-User #280138 with the Linux Counter, http://counter.li.org.


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: couriermlm/list archive issue

2004-01-07 Thread Michelle Konzack
Sorry, if I call you Braindeath, but one which respond with 
one line and attach a useless fullquote of 13 kBytes...

The next time please cut down the response...

Greetings
Michelle


Am 2004-01-07 13:50:01, schrieb Matthew Wilson:
I'm having the same problem, RH 7.3 courier 0.42.3.

On Jan 7, 2004, at 12:03 PM, Adam C. Greenfield wrote:

Hello Everyone,


-- 
Registered Linux-User #280138 with the Linux Counter, http://counter.li.org.


---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: [Announce] Whitelisting dutch providers

2004-03-05 Thread Michelle Konzack
Am 2004-03-04 09:32:39, schrieb Martijn Lievaart:
For the dutch users (or those who would like to blackhole .nl, but would 
loose legitimate mail), here is a little script that makes a 
white/block-list for courier for all the smtp-servers of dutch 
providers. http://ma.rtij.nl/?page=nlwhitelistmenu=main%5B10%5D

It's dependend on a list made available by Bit (www.bit.nl), so you 
won't be able to adapt it to other countries without a similar list.

Question:   which version of dig must be installed ?

I get an error:

;  DIG 9.2.1  @nsauth1.bit.nl nlwhitelist.bit.nl AXFR
;; global options: printcmd
; Transfer failed.

My 'dig' does not like the 'R' option...

Cheers,
Martijn

Greetings
Michelle

-- 
Registered Linux-User #280138 with the Linux Counter, http://counter.li.org/ 


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Get E-Mails two or three or four times

2004-03-27 Thread Michelle Konzack
Hello, 

Hey Sam, 

Please can you tell me, what you do ?
Whenever you write to the List, I get 
your Messages two, three or four times...


Greetings
Michelle

-- 
Registered Linux-User #280138 with the Linux Counter, http://counter.li.org/ 


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: Adding TO when delivered to ALIAS

2004-05-17 Thread Michelle Konzack
Am 2004-05-17 13:52:41, schrieb Randall Shaw:
Say you have a single mailbox (virtual or not, doesn¹t matter):
[EMAIL PROTECTED]

However, sometimes people (mostly friggen spammers) don't include the TO
email address in the email. This gets left out somehow. However, it still

If I get empty To: I reject the Message !

-Randall Shaw

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.asc
Description: Digital signature


[courier-users] Error-Message with /usr/sbin/courierfilter

2004-05-24 Thread Michelle Konzack
Hello, 

I have installed a new Workatation based on Debian GNU/Linux WOODY
and tried to install courier-webmin (it was ok) and courier-mta-ssl

  __ ( apt-get install courier-mta-ssl ) ___
 /
|  Setting up courier-ssl (0.45.4-0.backports.0rg.1)
|  
|  Setting up courier-mta (0.45.4-0.backports.0rg.1)
|  Starting courier mail server: done
|  Starting courier mail filter:Unable to reserve file descriptor 3.
|  invoke-rc.d: initscript courier-mta, action start failed.
|  dpkg: error processing courier-mta (--configure)
|   subprocess post-installation script returned error exit status 255
|  dpkg: dependency problems prevent configuration of courier-mta-ssl:
|   courier-mta-ssl depends on courier-mta; however:
|Package courier-mta is not configured yet.
|  dpkg: error processing courier-mta-ssl (--configure)
|   dependency problems - leaving unconfigured
|  Errors were encountered while processing:
|   courier-mta
|   courier-mta-ssl
|  E: Sub-process /usr/bin/dpkg returned an error code (1)
 \__


OK, now I know it is /usr/sbin/courierfilter which produce the error
Unable to reserve file descriptor 3.

How can I solv this problem ?

Thanks an nice week
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.asc
Description: Digital signature


[courier-users] Re: Error-Message with /usr/sbin/courierfilter

2004-05-24 Thread Michelle Konzack
Am 2004-05-24 07:37:24, schrieb Tim Hunter:
 Hello,

 I have installed a new Workatation based on Debian GNU/Linux WOODY
 and tried to install courier-webmin (it was ok) and courier-mta-ssl

   __ ( apt-get install courier-mta-ssl ) ___
  /

 |  Setting up courier-mta (0.45.4-0.backports.0rg.1)
 |  Starting courier mail server: done
 |  Starting courier mail filter:Unable to reserve file descriptor 3.

 OK, now I know it is /usr/sbin/courierfilter which produce the error
 Unable to reserve file descriptor 3.

 How can I solv this problem ?

this is a problem with the package maintainer that you got your package
from, since it is not from source you would need to contact that person and
find out why its not working with your system

But in all two versions ?

I had a 100% Debian/STABLE system with courier 0.37 
and now I have installed the backports to 0.45.4...

Realy wired...

In an installation from last year I have installed 
courier-mta already and it was working fine.

Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.asc
Description: Digital signature


[courier-users] Re: Error-Message with /usr/sbin/courierfilter

2004-05-25 Thread Michelle Konzack
Am 2004-05-24 20:50:47, schrieb Julian Mehnle:
Michelle Konzack [EMAIL PROTECTED] wrote:
 I had a 100% Debian/STABLE system with courier 0.37
 and now I have installed the backports to 0.45.4...

Why don't you try Debian/Testing instead of Debian/Stable with backports?
It's much more maintainable.

Because it is too bugy !

I have a devel-station with SID and it is curently not usable !

The Server is a production system and MUST be stable.

Oh yes, 'courier-mta' from SID (0.45.4) has the same Error !


Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: Error-Message with /usr/sbin/courierfilter

2004-05-25 Thread Michelle Konzack
Am 2004-05-25 10:04:38, schrieb Alessandro Vesely:

cannot fail. Can you reproduce the failure running the program by itself?

yes

If that's possible, truss can reveal what's going on.

   ( '/usr/sbin/courierfilter' ) ___
 /
|  Unable to reserve file descriptor 3.
 \__


It does not happen if I use the kernel-image-2.4.26-1-386 from 
http://www.backports.org/. Only with my selfcompiled Kernels. 

So I have forgoten an to activate a kernel option...
But which ?

I think, it is like the problem with postgresql where I had 
a semaphore problem (kernel option sysv)

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: maildrop directly from fetchmail

2004-09-07 Thread Michelle Konzack
Good evening, 

Am 2004-09-07 23:49:44, schrieb Martijn Brouwer:
 Hi,
 I have fetchmail running and delivering mail using maildrop as mda, 
 using this option:
 
 mda maildrop -d %T
 
 This works when the user who is running fetchmail, is the user who 
 receives the mail. As I receive mail for more than one user, I need to 
 have more instances of fetchmail running, which is a waste of resources. 
 Therefore I would like to have fetchmail retreive mail for all users at 
 once. On my debian system, the user who runs fetchmail is called 
 fetchmail.
 The problem is that in this user cannot read the ~/.mailfilter files, 

What has ~/.mailfilter with fetchmail to do ?
It is used by courier-maildrop. 

 which are owned by the respective users. Is there a way to have maildrop 
 run from fetchmail by another user? Or do I have to use a smtp server if 
 I want let fetchmail deliver to several users at once? In the latter 
 case, does it matter which mta I use? (I have esmtp because I want my 
 setup to be as lightweight as possible).

Because I do not like to have a global /etc/fetchmailrc with 
all the $USER E-Mails I have written a script, which use the 
~/.fetchmailrc from the $USER one after one...

fetchmail is runing as root and works fine for me.

 I hope you have an answer for me.
 
 Martijn Brouwer

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] courier-mlm - nntp gateway

2004-11-24 Thread Michelle Konzack
Hello all, 

I use Debian GNU/Linux 3.0 with some Backports, courier-mlm for my
Mailinglists and like to setup a private mlm2nntp gateway. (no public
feed)

Can this be done with courier-mlm ?

If yes, which Packages must I install ?

Is there a HOWTO ?

Thanks and Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: SPF=FROM header placement, courier-0.47.20041120

2004-11-27 Thread Michelle Konzack
Am 2004-11-27 14:13:23, schrieb Ben Kennedy:
 Is anyone else repeatedly receiving copies of this message every several
 minutes?

around 180 now

 I've now received it 12 times.  The body and headers are identical each
 time with the exception of the first two (most recent) Received lines. 
 It appears that sc8-sf-spam2.sourceforge.net keeps redelivering the
 message to sc8-sf-list1-b.sourceforge.net.

Right here too...

 -ben

Hello, 


Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: self-signed certificates

2005-01-11 Thread Michelle Konzack
Am 2005-01-11 14:45:41, schrieb Kaare Rasmussen:
 Hi

 Is this a feature, a bug in the client (kmail) or do I just have to accept
 the situation ?

Do you have imported the Certificat into kMail ?
It seems not.

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: Unable to send fax messages with courierfax

2005-01-25 Thread Michelle Konzack
Am 2005-01-25 09:21:33, schrieb Stefan Hornburg:

 Do you use packages from woody or more up-to-date ones from

Does WOODY have courier-faxmail ?  :-)

 http://www.backports.org/

This Version works perfectly...

 or http://debian.linux.de/, e.g. which version ?
 
 Bye
   Racke

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: success story?

2005-03-10 Thread Michelle Konzack
Am 2005-03-10 19:20:58, schrieb Antuan Avdioukhine:
 Greetings!
 
 Is there any comparasions or success stories of courier-IMAP? I'm
 preparing an upgrade plan and want to change current POP3 sever up to
 courier POP/IMAP, but my co-workers want to see wy courier is the best
 choice ;) 

My ISP http://www.freenet.de/ use exim for the SMTP and courier-pop3/
courier-imap-ssl and  for rest.

They are around 4-5 million E-Mail-Addresses.  Works like a charm...

I self use it on my FileServer for internal use and then on 6 VServers
with each 10-4000 VHosts plus some times more E-Mail-Adresses.

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: success story?

2005-03-10 Thread Michelle Konzack
Am 2005-03-10 18:28:19, schrieb Julian Mehnle:

 Courier IMAP may or may not be the best choice, depending on your
 circumstances.  The best choice is a problematic term.  What are the
 alternatives?

Are there some ?

:-)

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: Re: success story?

2005-03-11 Thread Michelle Konzack
Am 2005-03-11 09:13:36, schrieb Ricky Chan:

 The most popular alternatives are:
 
 Cyrus - personally I am a big fan of maildir, but I haved used this and 
 one of my mail accounts is on a cyrus IMAP server, it is quite picky 
 about headers being correct and you won't be able to copy a message from 
 Courier to Cyrus if it falls foul of it.

Does not have the features I want...
Need an external pop3 Server and does not have shared Folders.

 UW IMAP - I have used this, Crispin also prepared the RFC 3501 
 (IMAPrev1). Didn't support maildir either (mbox) last time I used it so 
 was a non-starter for me (I have my reasons).

Outdated and crappy.
You can not access your mailbox, if there are messages comeing in.

 BINC - Not a fan of courier if you ever look at the site.  It works very 
 well in many test cases I have used, however some stuff it is quite 
 slow, the author himself acknowledges there is work to be done 
 optimising some areas, definitely less features.

Never tried

 My information of UW IMAP is a bit out of date, but last time I checked 
 it didn't support nearly as many features as cyrus and courier.

Right

 Cyrus strength is also its weakness, it likes to run as a CLOSED system, 
 okay you can get exim to use LTMP to deliver to it but you are stick 
 with local transport agent, imap and pop3 servers.

Thist was my main problem...

 On the other hand courier allows you to use (Indeed I do!) use 
 alternative pop3 (supporting maildir of course).  The file names uses is
 like the names used in MTA such as exim (expecially with ,S= extension 
 to name) and hence more flexibility.

I am using Debian and I have installed

courier-mta
mta-ssl
imap
imap-ssl
webadmin
pop3
pop3-ssl
authdaemon
base
faxmail
mlm
ssl
sqwebmail

I think, 'courier' is the most perfectly mailserver which exist.

OK, I like to see some more features in faxmail but...

 My last comment is I found courier source code very easy to modify to do 
 werid stuff that only I need.

:-)

 Ricky

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] One Domain et multiple mbox-server

2005-03-15 Thread Michelle Konzack
Hello,

I am in creation of a CyberCenter Network and I like to do the same stuff
as my ISP http://www.freenet.de/

0)  $USER E-Mail:   [EMAIL PROTECTED]

1)  Sending (SMTP) and receiving (POP3 and IMAP) Messages is
done via one $HOST.  (e.g. my ISP:mx.freenet.de )

2)  My mailboxes are stored on 5-10 Servers
(e.g. my ISP:mboxNN.freenet.de and more the 60 Servers)

Now, My mboxNN Server are in several countries and each has
some 100 up to some 1000 $USER.

If I connect with mutt or telnet to mx.freenet.de via POP3 or
IMAP I see the redirection to the mboxNN.freenet.de.

Where NN is a number between 01 and 60

So it seems that my ISP has around 75.000 E-Mails ber MBOX Server.
I do not know the performance, but...

Question:   Where can I find a HOWTO for this configuration ?

I have already gotten 12 AS400 (Dual-CPU and 16xCPU) and like to
use it per Country for security reason...

Any help welcome.

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: One Domain et multiple mbox-server

2005-03-15 Thread Michelle Konzack
Am 2005-03-15 14:24:38, schrieb Michael Nguyen:

 I'm curious Michelle...  Do you know how many servers your ISP has for these
 4.5M users?  Your next email says 60, so is it really 75,000 users per
 system?

Thats not all, because a standard and FREE Mailbox has only
20 MByte, which is in theorie 1, 2 TByte of Diskspace. AFAIK
has each Server around 300 GByte (3 x 147 GByte)

So it has 5 times more $USER as Diskspace...

And YES I have had problems for some month because Viruses with
random_local_part@freenet.de has hit us...

I have gotten around 287.000 Viruses of 163 kByte (I think, you
know this size)

I have encounterd that my 260 E-Mail adresses at Freenet.de are
located on only 17 Servers...

...and I check my E-Mails all 10 Minutes via IMAP.

One after on...

courier-imap is quiet robust, except the MTA... I do not know
why, but on high load, like from Viruses, I was runing into
trouble with my Server in Paris and around 8.000 $USER on a
AMD Athlon MP1900 with 2 GByte of memory and IPC/Vortex Raid-5
with 3x 18 GByte (System) and 6x 147 GByte (Mails).

My FileServer at home has nfs-kernel-server, samba, netatalk, apache,
proftpd, courier-imap-ssl, courier-mta-ssl, webmail and ssh. Then
fetchmail, procmail spamassassin and f-prot.

Curently 180 $USER many permanently with ssh. I run a AMD Sempron 2200+
with 512 MB of Memory and 3Ware Raid-5 with 3x 180 GByte (IBM)

I can't tell you the load, but it nothing...

I think, with 75.000 $USER, you need a Dual Athlon MP2400 with
4 GByte of memory...

The load is realy low, but you need VERY good Harddisks

 Michael

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: Re: One Domain et multiple mbox-server

2005-03-16 Thread Michelle Konzack
Am 2005-03-16 10:01:39, schrieb Martijn Lievaart:

 Running courier for a five user setup on an old P90 I cannot really 
 comment on multi thousend user setups, but I must second this based on 
 years of experince with different mail setups. On any serious IMAP 
 server, you need fast I/O subsystems. If you use NFS, take some time to 
 tune it properly.

My first courier-(mta,imap) was on a HP Vectra XA5 (P1 200MHZ with
192 MB of memory) but with a 3Ware 3w6507 and 3 x 40 GByte WD400.

Around 180 $USER and realy fast.

 Theoretically the FS choosen should make a difference as well, try it 
 out. On Linux, reiser was designed for the type of access that imap on 
 maildir  has, lot's of relatively small files. Try it out to see if it 
 makes a difference. Note that tools for reiserfs do not completely 
 integrate with some distros, expect some trouble (The fsck takes 
 different flags than the normal flags, on RH/Fedora this means boottime 
 fscks go all haywire, YMMV but I advice not to check your rieser 
 partitions on boot).

I am using ext3 since the first stable release of Debian WOODY and
nerver had performanc problems or lost files.

ReiserFS had gaved me only problemsuncluding the last versions in
Debian...

After a power lost, Reiser has zeroed 1000th of files and made the
filesystem inaccessible, my postgresql wa destroyed and I had to
rebuild it.

I am using a courier Server with public shared mailinglist archives
and have more then 5.300.000 Messages on it... parallel an apache.

It is MY Debian home...

Running on a HP Vectra XA5 too with 3w6507 and 3x WD800...

Need to configure my SQUID and the site is online back

 M4

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: One Domain et multiple mbox-server

2005-03-17 Thread Michelle Konzack
Am 2005-03-15 18:43:44, schrieb Sam Varshavchik:

 Michelle Konzack writes:
 
 Now, My mboxNN Server are in several countries and each has
 some 100 up to some 1000 $USER.
 
 If I connect with mutt or telnet to mx.freenet.de via POP3 or
 IMAP I see the redirection to the mboxNN.freenet.de.
 
 Where NN is a number between 01 and 60
 
 I see no evidence of this happening for POP3 or IMAP, only SMTP.

???  -  This Servers containing 50-75.000 $USER.

My Outgoing (SMTP) messages are is done via mx.freenet.de.

My Mailboxes (IMAP/POP3) are located on the mboxNN.freenet.de servers,
but I connect only to connect to mx.freenet.de which know, if I
connect to mailbox:

linux4michelle  is on   mbox47.freenet.de
dos4michelleis on   mbox52.freenet.de
michelle.konzackis on   mbox54.freenet.de
wfw4michelleis on   mbox57.freenet.de
bsd4michelleis on   mbox75.freenet.de

So it is quit clear, that you can not put 4.500.000 Mailboxes on ONE
Server and you have to split it on mbox-Servers...

OK, in one of my previous Messages I have written 60 mbox Servers, which
is not right, because there are more then 80 and they use Unix-UID!

What I want is to split my $USER by country...

 Question:   Where can I find a HOWTO for this configuration ?
 
 There are many third party commercial load-balancing proxies that do
 these 
 kinds of tricks.  Or, the current version of Courier-IMAP can do
 something 
 similar in software only.  See the README.proxy file.

Curently not read, but I think, it is not what I want. I do not want
loadbalancing/mirroring of the whole system over a couple of Servers...

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: Re: One Domain et multiple mbox-server

2005-03-17 Thread Michelle Konzack
Hello Ricky,

(Please do not Cc me, I am on the list if I write here)

Am 2005-03-17 14:15:08, schrieb Ricky Chan:
 What I want is to split my $USER by country...
 
 I think I got what you mean, you basically want a single name for 
 IMAP/POP3 connections, which then depending on the user will goto a 
 IMAP/POP3 server in that users country where their mail box is stored.

Right.

 If that is what you want, assume you are using courier (being in this 
 list, is a safe assumption) you can use courier proxy.  This will do 

:-)

 imap login as per normal, but after authentication will pass it onto 
 another imap server transparently.  (If using cyrus IMAP you can look at 

Only courier  :-)

 It is best that this imap/pop3 proxy themselves be load balanced as ALL 
 connections have to go through it (as no direct connections), best to 
 have a pair of lb, you don't want to introduce a single point of failure.

Ah, I was thinking, the connection AFTER authentication is done directly.

Hmmm, so the courier-proxy must be realy performant
if all traffic goes though...

I was searchin for somethin like:

smtp auth   -  mail.mydomain.tld
smtp (from clients) -  mail.mydomain.tld

imap/pop3 auth  -  mail.mydomain.tld
imap/pop3   -  countrybox.mydomain.tld

Hmmm, and what if I change the setup that

smtp auth   -  mail.mydomain.tld
smtp (from clients) -  mail.mydomain.tld
($USER should use asmtp to send messages via mail.mydomain.tld)

imap/pop3 auth  -  mbox-CID.mydomain.tld
imap/pop3   -  mbox-CID.mydomain.tld
($USER can connect directly to his/her country-mailbox)

which mean, that incoming mails for e.g.

[EMAIL PROTECTED]

coming into mail.mydomain.tld are forwarded to the mailbox

[EMAIL PROTECTED]

I have read the documentation but not found the right part,
how to forward $USER to a specific mbox-server.


 Ricky

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: Is there a text-only IMAP/SMTP client I can use with courier?

2005-04-04 Thread Michelle Konzack
Am 2005-04-04 10:07:35, schrieb Peter Ford:
 Hi All,
 
 I'm trying to test external access to my server, and the only machine 
 that fits the requirements has no X or graphics (it's a linux server)
 so I need to find a program that does something like what Thunderbird 
 does with a remote server, only without a point and drool interface. I'm 
 thinking something like Pine, but I don't want to install random 
 programs until I have some idea of whether they would work...
 Particularly, it needs to be able to do SMTP AUTH LOGIN on my mail 
 server to get around relaying restrictions.

You need only 'mutt' and maybe for sending mail ssmtp.

'mutt' can connect directly to POP3 and IMAP Servers using unencryted
TLS1 or SSL1/SSL2 conectins with login/cram-md5 authentication.

For sending E-Mails you need minimal 'ssmtp' and setup it in the muttrc
with:

set sendmail=/usr/sbin/ssmtp -au auth-user -ap auth-pass

and be happy.  I use it on my Toshiba T1950CT (486dx50, 12 MB memory)
which I use for testing networks.

 Cheers

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: Maildir File Permissions

2005-04-04 Thread Michelle Konzack
Am 2005-04-04 09:24:59, schrieb Scott Moseman:
 
 Everyone,
 
 Right now, new email gets these permissions:
 
  -rw--- username root
 
 I would prefer to see permissions like this:
 
  -rw-r- username courier
 
 Does maildrop need special compile time options?
 Can this be specified in any maildrop config file?

Because you are using courier you schoud use
maildirmake to create the right permissions.

 Thanks,
 Scott Moseman

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: Re: Info: 550 Don't like your HELO/EHLO. Hostname must contain a dot.

2005-04-23 Thread Michelle Konzack
Please do not sent me Blind-Carbon-Copies,
because I am on the List, if I write here.

Am 2005-04-23 12:52:35, schrieb Jeremy Smith:
  Never gotten, because my courier well configured.
 
 Congratulations.

:-)

  No a configuration issue from Courier.
 
 If this is a Courier configuration issue, will you
 please enlighten me?  Is there somewhere you are
 setting your server's fully qualified domain name?  If
 so, where?  Thanks.

I am using Debian GNU/Linux 3.0 and 3.1 and have installed
courier-(mta,mta-ssl,imap,imap-ssl,mlm,webadmin,...)

It works by default without any intervention.

The RCF say, EHLO/HELO should be a FQDN.

So if it does not work on your System, then your
Linux-Installation is probably misconfigured.
 
 I have restarted apache (2) and everything is working
 fine (virtual hosts for apache and courier, etc)

Not here on my Systems.  The hostname should be a
SINGLE name WITHOUT a DOT.  Please read the RFC to DNS

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: Re: Re: Info: 550 Don't like your HELO/EHLO. Hostname must contain a dot.

2005-04-24 Thread Michelle Konzack
Am 2005-04-23 14:03:55, schrieb Jeremy Smith:

  So if it does not work on your System, then your
  Linux-Installation is probably misconfigured.
 
 RIGHT.  That's what the post was about.  And setting
 the hostname as I described has corrected this Linux
 configuration problem (not a courier problem).  The
 whole point is that this is NOT a courier problem, but
 if people running courier experience this, they should
 make sure that their hostname is set properly.

But if the do it, it breaks many other programs.
So better is, if you send A BUG report to SuSE.

I have installed a minimal Suse 9.2 on my test workststion
and it works.  Maybe there is a problem in YOUR configuration.

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: existing users only

2005-05-21 Thread Michelle Konzack
Am 2005-05-21 09:26:24, schrieb Sam Varshavchik:
 dick hoogendijk writes:
 
 Which option in which file controls that courier *only* exepts mail for
 users that really exists on my system?
 
 There's no such option.  Courier always accepts mail only to existing 
 mailboxes.

The OP told us it does not !

On my server I have the same problem...
'courier-mta' accept messages for $USER which do not exist...

So my POSTMASTER become spamed too...  Arround 2000 Messages
per day and each with a differen not existant $USER.  :-(

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] multidrop ?

2005-08-05 Thread Michelle Konzack
Hello,

I was searching for a possibility to make multidrop mailboxes with
virtual user and virtual domains but not found the right informations.

Any hints, docu ?

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] shared virtual mailboxes ?

2005-08-05 Thread Michelle Konzack
Hello,

How can I make shared virtual mailboxes ?  I have already shared
normal mailboxes, but found no infos about shared ones.

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] How to disable SSL requirements for webadmin ?

2005-08-05 Thread Michelle Konzack
Hello,

I am running Debian/Sarge and I habe no INSTALL file.

Can anyone tell me how to disable SSL for webadmin?

I need this only for my local network and no public
access so SSL is overkill.

Thanks
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: shared virtual mailboxes ?

2005-08-05 Thread Michelle Konzack
Hi *,

Am 2005-08-05 18:14:17, schrieb Sam Varshavchik:

 Well, it's there, but not in the obvious place:
 
 http://www.courier-mta.org/imap/README.sharedfolders.html

This works only, if there is a UNIX account.
But I need a shared maildir for a virtual user.

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] where to configure asmtp

2005-08-05 Thread Michelle Konzack
Hello,

I have allready ask this quetion but I do not find the message anymore...

Where must I configure the $USER and $PASS, if courier-mta must
send outgoing messages to my ISP and authenticate via asmtp ?

Today I have read the courier-doc twice and nothing found.

Even searching with Google had not helped.

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Can not more send messages :-/

2005-08-08 Thread Michelle Konzack
Hello *,

I had (!!) a working courier on a Debian/Woody system and this weekend
upgraded to Sarge. Now I acn not more send messages...

First of all:

FQDN physique:  samba3.private.tamay-dogan.net
FQDN mail:  mail.tamay-dogan.net
ISP mailserver: mx.freenet.de require asmtp


  __( '/etc/courier/esmtpauthclient' )__
 /
| mx.freenet.de [EMAIL PROTECTED] xxx
 \__

1st Error:  Now each time I send a message from my local account
michelle.konzack as [EMAIL PROTECTED]
courier-mta change it to [EMAIL PROTECTED]

I do not more find the option, that courier let the From unchanged.

If I send internal mails as [EMAIL PROTECTED] or
michelle.konzack it works fine internaly.

My other Errors will follow in other messages.

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] How to do a sendmail -t ?

2005-08-08 Thread Michelle Konzack
Hello,

many of my programs write messages and send it with

 cat message |sendmail -t

But this does not work with courier.
Please can you tell me the right option or a workaround?

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: Can not more send messages :-/

2005-08-08 Thread Michelle Konzack
Hi Sam,

Am 2005-08-08 06:52:28, schrieb Sam Varshavchik:

 That's because Courier does not change the message's From header.  The 
 contents of the From: header are set by the sending mail client.

False, courier-mta CHANGE teh From: because I have send from mutt

From: [EMAIL PROTECTED]
To: mutt-users@mutt.org
...

and then I have gotten an error that the E-Mail

From: [EMAIL PROTECTED]
To: mutt-users@mutt.org
...

is not accepted.  Under Debian/WOODY I was able to send messages,
but now it does not more work in Debian/Sarge.

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: How to do a sendmail -t ?

2005-08-08 Thread Michelle Konzack
Am 2005-08-08 06:53:06, schrieb Sam Varshavchik:

 Yes, it does.

  __( manpage 'sendmail' )__
 /
| SENDMAIL(1)   SENDMAIL(1)
| 
| NAME
|sendmail - Send an E-mail message
| 
| DESCRIPTION
|The  sendmail command reads an E-mail message and delivers
|the message to its recipients. This  sendmail  command  is
|part  of  the Courier mail server, although it attempts to
|emulate the behavior of the original sendmail MTA.  Appli­
snip

|This  sendmail  always behaves like the real sendmail with
|the -oi and -t options.  This  is  how  most  applications
|expect  it  to work.  Some applications might run sendmail
|without the -oi and  -t  options,  and  expect  sendmail's
|legacy  behavior  when  those options are not used.  Those
|application may have problems with this sendmail  wrapper.
snip
|-o, -t, -q
|   These  sendmail-specific   options   are   ignored,
|   because this is not the real sendmail.
snip
| SEE ALSO
|courier(8),   courieruucp(8)mailq(8),cancelmsg(1),
|http://www.sendmail.org, http://www.qmail.org.
| 
| Double Precision, Inc.27 August 2004  SENDMAIL(1)
 \__

Hmm, may be I am overworked ?
I think -t is ignored ?

 The right option is to show the actual error message you are receiving, or 
 the end results.

There is no error.  The messages does not arrive there Destination

Maybe it is an erroe, because courier-mta tries to send as
[EMAIL PROTECTED] instead of [EMAIL PROTECTED] ?

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] mutt can not open IMAP mailboxes

2005-08-09 Thread Michelle Konzack
Hello,

If I use mutt to connect to my courier-pop(-ssl) it works very fine.

But if I connect to courier-imap(-ssl) I can authenticate, I see mutt
counting the messages and if mutt wand to schow the listing, it tell
me that it can not read the mailbox and ends.

Any suggestions ?

Oh yes, the only mailbox which works ist INBOX. I can walk through the
mailbox system but not able to open another mailboxes


Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: where to configure asmtp

2005-08-09 Thread Michelle Konzack
Am 2005-08-05 19:57:02, schrieb Sam Varshavchik:

 esmtpauthclient is documented in the Courier man page.
 
 The only tricky part is that the hostname listed in esmtpauthclient must 
 match the relay's name, exactly.

???

Normaly I send messages to mx.freenet.de and If I telnet the Server
I see, that I am redirected to mx[1-7].freenet.de.  Does this mean,
I must write all mx* servers in the file ?

 Generally, using the same name for esmtproutes and esmtpauthclient works.  
 The only glitch occurs when the hostname listed in esmtproutes has an MX 
 record instead of an A record, in which case esmtpauthclient must use the 
 hostname from the MX record.

Hmmm, curently I have:

ISP mailserver: mx.freenet.de require asmtp

FQDN physique:  samba3.private.tamay-dogan.net
FQDN mail:  mail.tamay-dogan.net

  __( '/etc/courier/esmtpauthclient' )__
 /
| mx.freenet.de [EMAIL PROTECTED] xxx
 \__

Now if I send a message to one of my accounts I get an Error
Message back with:

  __( stdin )_
 /
| [EMAIL PROTECTED]:
| mx.freenet.de [194.97.55.192]:
|  RCPT TO:[EMAIL PROTECTED]
|  550-Verification failed for [EMAIL PROTECTED]
|  RCPT TO:[EMAIL PROTECTED]
|  550-unrouteable mail domain freenet.de
|  RCPT TO:[EMAIL PROTECTED]
|  550 verifying [EMAIL PROTECTED] failed
 \

Now I do not know, whats wrong.

Now I have checked the logfiles and catched the lates entry:
The message was end by cron.

  __( '/var/log/mail.log' )_
 /
| Aug  9 10:32:04 samba3 courierd: newmsg,id=00010F57.42F86A04.56F0: dns; 
localhost (localhost [127.0.0.1])
| Aug  9 10:32:04 samba3 courierd: 
started,id=00010F57.42F86A04.56F0,from=[EMAIL 
PROTECTED],module=esmtp,host=freenet.de,addr=[EMAIL PROTECTED]

The from=[EMAIL PROTECTED] looks a litle bit weird...

| Aug  9 10:32:04 samba3 courierd: Waiting.  shutdown time=none, wakeup 
time=Tue Aug  9 12:26:57 2005, queuedelivering=3, inprogress=2
| Aug  9 10:32:04 samba3 courierd: completed,id=00010F5A.42F86A04.56BD
| Aug  9 10:32:04 samba3 courierd: Waiting.  shutdown time=none, wakeup 
time=Tue Aug  9 12:26:57 2005, queuedelivering=2, inprogress=1
| Aug  9 10:32:04 samba3 courieresmtp: 
id=00010F57.42F86A04.56F0,from=[EMAIL PROTECTED],addr=[EMAIL 
PROTECTED]: 501 [EMAIL PROTECTED]: domain literals not allowed
| Aug  9 10:32:04 samba3 courieresmtp: 
id=00010F57.42F86A04.56F0,from=[EMAIL PROTECTED],addr=[EMAIL 
PROTECTED],status: failure
| Aug  9 10:32:04 samba3 courierd: completed,id=00010F57.42F86A04.56F0
| Aug  9 10:32:04 samba3 courierd: Waiting.  shutdown time=Tue Aug  9 11:16:55 
2005, wakeup time=Tue Aug  9 11:16:55 2005, queuedelivering=1, inprogress=0
 \__

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: How to mark Spam with a [XXX] or something in subject for virtuial mailboxes???

2005-08-11 Thread Michelle Konzack
Am 2005-08-11 12:46:48, schrieb Peter Holm:

 How can this be done with courier?

For me its 'spamassassin' which do the job:

  __( '/home/michelle.konzack/.spamassassin/user_prefs' )___
 /
| rewrite_subject 1
| rewrite_header subject *SPAM*
 \__

 Thanks!
 
 Peter

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: SPAMmers using multiple IPs

2005-08-27 Thread Michelle Konzack
Why not using sbl-xbl.spamhaus.org ?
It solv the problem with around 11.000 Spams per day.

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] How to solv to many root mails?

2005-10-15 Thread Michelle Konzack
Hello *,

I have a courier mailserver mail.tamay-dogan.net in my local
network which hadel all the E-Mails here.

Now I have the problem that I get per day several 100 Messages
fro root and from the From: it is not clear, where it comes
from.

To sort messages I have associated each Computer with a uniq
E-Mail like [EMAIL PROTECTED] but cron
messages from root, are not rewritten.

I get something like:

  __( 'stdin' )_
 /
| From [EMAIL PROTECTED] Tue Sep 13 09:34:50 2005
| Received: from localhost (localhost [127.0.0.1])
|   (uid 0)
|   by mail.tamay-dogan.net with local; Tue, 13 Sep 2005 09:34:50 +0200
|   id E027.4326811A.4553
| From: CronDaemon [EMAIL PROTECTED]
| To: [EMAIL PROTECTED]
| Subject: Cron [EMAIL PROTECTED] /usr/sbin/rdate -s ptbtime2.ptb.de || hwcl
| ock --systohc
| X-Cron-Env: SHELL=/bin/bash
| X-Cron-Env: PATH=/sbin:/bin:/usr/sbin:/usr/bin
| X-Cron-Env: MAILTO=samba3.private.servers
| X-Cron-Env: HOME=/root
| X-Cron-Env: LOGNAME=root
| Message-ID: [EMAIL PROTECTED]
| Date: Tue, 13 Sep 2005 09:34:50 +0200
| 
| rdate: Temporary failure in name resolution: ptbtime2.ptb.de
 \__

All other programs sending messages correctly, except CRON.

How can I solv this?

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


[courier-users] Re: Maildir problems

2005-12-22 Thread Michelle Konzack
Am 2005-12-19 12:54:28, schrieb Lyndon Tiu:

 drwx--2 ltiu ltiu 4096 Dec 19 13:52 courierimapkeywords
 -rw-r--r--1 ltiu ltiu   12 Dec 19 13:52 courierimapsubscribed
 -rw-r--r--1 ltiu ltiu   15 Dec 19 13:52 courierimapuiddb
 drwx--2 ltiu ltiu 4096 Dec 19 13:51 cur
 drwx--2 ltiu ltiu 4096 Dec 19 13:51 new
 drwx--2 ltiu ltiu 4096 Dec 19 13:52 tmp
 drwx--6 ltiu ltiu 4096 Dec 19 13:52 .Trash
 
 I seem to be able to connect and see thre Maildir fine with
 Thunderbird but not sqwebmail.

Ha, since I have upgraded my FileServer to Debian/Sarge, it works
perfectly with 'mutt+imap' but not with sqwebmail and squirrelmail.

Weired things.

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] courier + libnss-pgsql/libpam-pgsql1

2006-01-06 Thread Michelle Konzack
Hello,

I was using the normal pam-autentification, but since I have change
to libnss-pgsql/libpam-pgsql1 I can not more login into courier.

All other is working fine (console, x, ssh and php logins).

Any hints and ideas?

Happy new year
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: rcptfilter won't run (Debian 3.1 / Sarge)

2006-01-17 Thread Michelle Konzack
Am 2006-01-04 19:23:53, schrieb Dave Platt:

 I'm suggesting relaxing the latter, and making sure that Maildrop's
 behavior w/r/t the user's $HOME matches what's documented... that
 $HOME must not be world-writeable.  Group-writeable is maybe a

Which mean, on a Webserver http://domain.tld/~$USER/ will not
more work.

 gray area... it's be safer to insist that only the owner be able
 to write $HOME and I'd be OK with that.

I set my permissions inside the $HOME which is working since I
use Debian GNU/Linux (begining with Slink/2.1 in 1999).

 What I think is excessive is Maildrop's current insistence
 that $HOME not have *any* group or world access at all.  I
 just can't figure out any technical justification for this
 requirement.

The described problem of the OP is realy strange, because I
run several courier Servers (imap-ssl, maildrop, authpgsql, 
mlm, ...) and it works perfectly with Woody and Sarge in the
default installation of Debian.

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: food for thought

2006-01-17 Thread Michelle Konzack
Am 2006-01-05 15:27:22, schrieb Sergiy Zhuk:
 hi

 Have you looked at dbmail.org ?
 There're several problems with having all mail in the database though.
 I have yet to see an admin brave enough to use it in production, especially
 as mailbox size is growing every day...

I am using my own version of an IMAP-Server with PostgreSQL, where
each Mailfolder is a Table.  Imagin you are subscribed to LKM and
store the messages of the last 3 years  ;-)  or mybe import all
Messages since the first one.  It is my biggest mailfolder with
around 360.000 messages.

You will never have a maildir or mailbox which can beat this Server.

OK, ist currently only for testing and my personaly use, but ...

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: Debian 3.1 Stable Packages

2006-01-19 Thread Michelle Konzack
Am 2006-01-10 23:01:02, schrieb Alexander Lazic:
 Hi,
 
 we use 3.1 and haven't found a newer bin-version then 0.47 for debian
 stable.
 
 Have i overseen something, please can some help me about these topic
 ;-)))

Download the Source from UNSTABLE and compile it your own:

1)
#/etc/apt/sources.list
deb-src ftp://ftp.debian.org/debian sid main0

2)  apt-get update
3)  apt-get install build-essential fakeroot
4)  apt-get build-dep courier
5)  cd your_desired_compile_directory
6)  apt-get source courier
7)  cd courier-x.x.x
8)  edit debian/changelog (change the Version number)
9)  dpkg-buildpackage -r fakeroot -tc -sgpg -k0x.
  ^^^
not realy needed, but I prefer to
sign my backported Packages allways
10) cd ..
11) Now you will find in your your_desired_compile_directory
all the debian packages from courier.

12) Have fun

Sorry, My Server is currently not On-Line and you can not download
it from my Repository.

But you can check out http://www.backports.org/, because I am
thinking, that courier is availlable there to.

 Thanks
 
 Alex

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: courier + libnss-pgsql/libpam-pgsql1

2006-02-21 Thread Michelle Konzack
Again:

+---[ man 'authlib' ]--
| 
|authpam
|   authenticates using the system's PAM library (plug­
|   gable  authentication  module).   This  is,  essen­
|   tially, a way  to  use  existing  PAM  modules  for
|   authentication  functionality.  Note, however, that
|   the authenticated account's home directory,  userid
|   and  groupid  are  still  read from the /etc/passwd
|   file, since PAM functionality is limited  to  vali­
|   dating account passwords.
+--

Why does this module does not use libnss, which does the
job for /etc/passwd.  I think, authpam should use libnss.

Any developer comments?

Adding libnss will solv all problems, because I am using
libnss-pgsql. And because courier does not support it,
I need to sync several times daily 86 Mailservers manualy
with this stupid /etc/passwd.

Greetings
Michelle Konzack

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: courier + libnss-pgsql/libpam-pgsql1

2006-02-23 Thread Michelle Konzack
Again:

+---[ man 'authlib' ]--
| 
|authpam
|   authenticates using the system's PAM library (plug­
|   gable  authentication  module).   This  is,  essen­
|   tially, a way  to  use  existing  PAM  modules  for
|   authentication  functionality.  Note, however, that
|   the authenticated account's home directory,  userid
|   and  groupid  are  still  read from the /etc/passwd
|   file, since PAM functionality is limited  to  vali­
|   dating account passwords.
+--

Why does this module does not use libnss, which does the
job for /etc/passwd.  I think, authpam should use libnss.

Any developer comments?

Adding libnss will solv all problems, because I am using
libnss-pgsql. And because courier does not support it,
I need to sync several times daily 86 Mailservers manualy
with this stupid /etc/passwd.

Greetings
Michelle Konzack

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: courier + libnss-pgsql/libpam-pgsql1

2006-02-23 Thread Michelle Konzack
Am 2006-02-21 14:07:18, schrieb Jay Lee:

 So write a module for libnss.  All the docs are there.  Authcustom is a

I have allready tried this, but failed...  OK, I am coding,
but I am not the best one.  :-(  Better someone with more
experience do that for security reason.

 skeleton example of how an authentication module should work.  Authpipe
 can use other programs to get the data.  It shouldn't be hard.  But if you
 really have 86 mail servers (why do you have 86 mail servers?), you should

It is a cluster arround the world.

 be using something like LDAP or SQL for your user's backend.

For security reason I can not use LDAP and I am allready
using PostgreSQL, but I was not able to setup courier to
use my existing PostgreSQL.  Using libnss-pgsql and
libpam-pgsql1 works fine.

Please note, I have setup libnss-pgsql and libpam-pgsql1 as
described in the documentation for the two libs in Debian.

Any hints?

(I have the shadow and password tables)

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: courier + libnss-pgsql/libpam-pgsql1

2006-02-24 Thread Michelle Konzack
Hello Gordon,

Am 2006-02-21 16:06:00, schrieb Gordon Messmer:

 The documentation is slightly misleading.  The authpam module does use 

Aha.  -  Maybe, but I have configured libnss-pgsql
and libpam-pgsql1 as written in there documentation
and all is working fine, except courier.

This is the reason, why I have ased here.

 libc's getpwnam() function, and thereby gets info from sources 
 configured in the nsswitch.conf file.

Hmmm...

 That should not be the case.  If getent passwd username works on 
 those systems, then Courier should function normally using the authpam 
 module.  You should not need to sync the passwd file to those systems.

I will look in the Debian version of courier... maybe...

Greetings
Michelle Konzack


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: courier + libnss-pgsql/libpam-pgsql1

2006-02-24 Thread Michelle Konzack
Hello Sam,

Am 2006-02-21 18:30:28, schrieb Sam Varshavchik:

 libnss is an internal glibc library, used by glibc's getpw() and getgr() 
 functions.  You specify which modules you want to resolve userids and 
 groupids by setting up your nsswitch.conf correctly.

It is setup correctly like in the documentation described and it works
for local login, ssh and others.  Authentication works in courier too,
but there is the nss part missing.  This is, why I have aked here.

 If you set up nsswitch.conf to use pgsql, all applications, including 
 authdaemon, should end up querying pgsql for all userid/groupid lookups.

This is theorie and praxis.

All other programs are working but curier...  :-/

I am fighting around with this thing since last year.

First I had a little bit different sructure of PostgreSQL database
and I was thinking, there is a problem with it and courier does
something I do not know.  After adoption the ORIGINAL documentation
of libnss-pgsql and libpam-pgsql1 I have encountered the same
problem.

So, now I do not know what to do...

Greetings
Michelle Konzack

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: compiling authlib security question

2006-02-24 Thread Michelle Konzack
Hallo Jürgen,

Am 2006-02-22 00:55:12, schrieb Jürgen Herz:
 Hello together,

 Since the Debian packages of maildrop (1.5.3) aren't compiled with LDAP
 support, I downloaded and compiled maildrop (2.0.2) and then discovered
 I now additionally need courier authlib.

No, you do not need it.

You can get even the maildrop (1.5.3) sources from Debian
and configure it to use LDAP. it is in debian/rules I think
(I have curently not access to the sources)

Greetings
Michelle Konzack


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: Re: courier + libnss-pgsql/libpam-pgsql1

2006-02-24 Thread Michelle Konzack
Am 2006-02-21 16:06:00, schrieb Gordon Messmer:

 The documentation is slightly misleading.  The authpam module does use 
 libc's getpwnam() function, and thereby gets info from sources 
 configured in the nsswitch.conf file.

So this should be corrected in the manpage.  -  Who does this?

Greetings
Michelle Konzack


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: Broken bodyless mails kill my clients !

2006-03-20 Thread Michelle Konzack
Hello Bowie,

Am 2006-03-16 15:30:18, schrieb Bowie Bailey:

 Yea, Outlook has some annoying problems.
 
 I've run into the same thing.  What I did was write a small program
 which scans all the maildirs and removes any messages that don't have
 a body (ie: no blank lines in the file).  Since I'm paranoid, I am

This is not a good idey, because I have experienced, that some
SMS-Gateways send messages in the Subject without body.

 copying them to a directory where I can review and delete them, but so
 far I haven't seen anything besides junk.

What not do a 'printf \n\n--\n $MSG' ?

 Unfortunately, I haven't seen any other solution to this problem, but
 it's been working well for me for quite a while now.

My solution attach two newlines plus a signatur seperator to the message
which do the Job

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: Best Platform for Courier

2006-04-03 Thread Michelle Konzack
Hi Jay,

Am 2006-03-30 16:51:46, schrieb Jay Lee:

 Linux (all distros)
 I don't think it's fair to lump all distros together here I'd break them 
 off into RPM based, Debian based and others.  I feel RedHat based RPM 
 distros are best for Courier.  Sam develops on FC4 I believe.  Once 

Start a flame war?  ;-)

 you've done the rpmbuild process a few times upgrades tend to take less 
 than 5 minutes of admin time.  Debian ships Courier but it's an old 
 version, you'll have to grab a non-official deb to get the latest, imho, 
 debian want to be a BSD (

???  -  Those non-official are quiet unstable and have killed several
times my Test-Mail-Server...  Fortunatly I do not blind update...

I am using Debian/Stable for the system and the Courier/Unstable as
backport for my mailservers after excessiv testing of 1-2 weeks is OK.

 Solaris?
 Haven't used 10 but I understand with 8 and 9 you've got to install tons 
 of GNU stuff on your own just to get Courier to compile.  Then you spend 
 your time manually compiling and installing updates, if you're gonnna go 
 this route, you minds well get the coolness of Gentoo while your at it...

I like my Sun Blade's running Debian/Stable and Courier/Unstable
Sun Hardware seems very good... never had problems since my SS10.

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] SMTP-Proxy configuration

2006-12-21 Thread Michelle Konzack
Hello,

If I send an E-Mails from the Domain freenet.de over an
foreign ISP like smtp.wnadoo.fr, 80% of the E-Mails
become bounced which is generaly a normal SPAM protection.

If I send over mx.freenet.de I need to use auth-smtp
in conjunction with TLS and SSL...

The MTA in my Motorcaravan/Mobilhome is courier-mta-ssl.

Now my question

How must I configure the courier-mta to use an SMTP-Proxy
like smtp.imode.fr to send the messages to mx.freenet.de?

Thanks, Greetings and nice Day
Michelle Konzack


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] [SOLVED] Re: Can not more connect to mailboxes WITH messages!

2007-01-16 Thread Michelle Konzack
Solved...

mutt goes crazy if I have a header in the option
set imap_headers which are fetched by default!

It seems to me as a bug.

Greetings
Michelle Konzack



Am 2007-01-09 10:00:54, schrieb Michelle Konzack:
 Hello and Happy new Year,
 
 I write this message to mutt-user and courier-user since I do not
 know where the problem is.
 
 OK, I have a bureau which has an homogenous network and the fileserver
 has installed:
 
 courier-imap:
   Installed: 3.0.8-4sarge5
   Candidate: 3.0.8-4sarge5
   Version Table:
  *** 3.0.8-4sarge5 0
 500 file: sarge/main Packages
 500 file: sarge/updates/main Packages
 100 /var/lib/dpkg/status
 
 and it is currently not possibel to upgrade to Etch
 
 courier-imap:
   Installiert:(keine)
   Mögliche Pakete:4.1.1-3
   Versions-Tabelle:
  4.1.1-3 0
 500 http://etch.debian.tdnet.net etch/main Packages
 
 My mutt versions are:
 
 mutt:
   Installiert:1.5.13-1
   Mögliche Pakete:1.5.13-1
   Versions-Tabelle:
  *** 1.5.13-1 0
 500 http://etch.debian.tdnet.net etch/main Packages
 100 /var/lib/dpkg/status
 
 and
 
 mutt:
   Installed: 1.5.9-2sarge2
   Candidate: 1.5.9-2sarge2
   Version Table:
  *** 1.5.9-2sarge2 0
 500 file: sarge/main Packages
 500 file: sarge/updates/main Packages
 100 /var/lib/dpkg/status
 
 Now I have tried with an older chroot of Debian/Woody
 
 mutt:
   Installed: 1.5.6-20040907+0.backports.org.1
   Candidate: 1.5.6-20040907+0.backports.org.1
   Version Table:
  *** 1.5.6-20040907+0.backports.org.1 0
 700 http://backports.debian.tdnet.net woody/all Packages
 100 /var/lib/dpkg/status
  1.3.28-2.2 0
1000 http://woody.debian.tdnet.net woody/updates/main Packages
1000 http://woody.debian.tdnet.net woody/main Packages
 
 but it has the same problem.
 
 I can connect to the Server, see the SSL/TLS requests, it connect to
 the mailbox and I see mutt the messages counting and then it stop with
 an error Can not read mailbox.
 
 Now if I leave it as it is, 5 minutes later mutt SEGV.
 ALL VERSIONS OF MUTT.
 
 OK, I took my Laptop went to an internet cafe and tried to connect to
 my ISP http://www.freenet.de which use courier-imap too.
 
 Same problem. I can not connect to ANY IMAP boxes with ANY versions of
 mutt! (My Laptop has chroots with Woody, Sarge, Etch and Sid)
 
 Any Suggestions?
 
 Note 1: I have copied the directory structure to a Maildir_sandbox
 without any messages and I can connect perfectly.  But if
 I put a singel message in a mailfolder, I can not more
 connect to this folder.
 
 Note 2: My whole mailbox has currently 7.4 million messages and it
 was working fine since years.
 
 Greetings
 Michelle Konzack
 
 
- END OF REPLIED MESSAGE -




-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Courier and DBMail

2007-01-31 Thread Michelle Konzack
Am 2007-01-24 01:03:00, schrieb Harry Duncan:
 I just liked the mail stored in DB part ... eh... why?? to me that
 sounds as appealing as using MS Outlook as an email user agent. Sure
 it does it for some people, but I'd find it hugely limiting.

I use a filter to inject all of my messages into a PostgreSQL
(currently 58 GByte) and have unlimited search functions...

Note:   I took some code of courier-imap to get a local IMAP-Daemon
running which use the PostgreSQL instead of Maildir...

The only problem with the Courier-code is, to get server
side searches running...

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] courier-imap -- some accounts on NFS mounted disks getting messed up on expunge

2007-01-31 Thread Michelle Konzack
Hello *,

Am 2007-01-24 23:38:41, schrieb Sergiy Zhuk:
 hi

 Did you check if you still have those messages files on the server ?
 It seems to be a problem either with your solaris nfs servers or with
 nfs client caching.
 If you've built courier with FAM, try disabling this first just in case.
 I'm using NetApps as nfs storage with both bsd 4.x and 6.x as clients
 running courier and everything has been working fine so far.

FAM is a mess!

At one of my customers I have over 20.000 accounts and I store there
messages on currently 4 NFS-Servers (all machines running Debian GNU/
Linux 3.1 Sarge) and never gotten problems with it...

...except if FAM is running, which is the default on Debian/Sarge
machines and should be very fast removed!

Also I have had problems with some builds of Outlook Express...

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Courier and DBMail

2007-02-05 Thread Michelle Konzack
Am 2007-01-31 14:55:53, schrieb Harry Duncan:
 Yeah, searches are a client side feature, and should be so. The
 searches may be a limitation for sqwebmail, but because the sqwebmail
 system churns out customisable HTML, it would be very easy to tie in
 the power of shell based searches into sqwebmail, and have very
 powerful searches without the complexity of building SQL statements.

How do you want to search over 7 millon messages on the client side?

The only right solution is serverside and based on a REAL database.

If I connect ot my Intranet portal I have fulltext search availlable
which works with the same speed like google...  Requests take only
some miliseconds.

I like to see something like Sieve in courier...

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] imapd kill it self

2007-02-05 Thread Michelle Konzack
Hello Martin,

Am 2007-01-26 09:34:05, schrieb Martin Schuster:
 Which Kernel are you running?

2.4.32

 Maybe try Con Kolivas' Patchset for servers:
 http://members.optusnet.com.au/ckolivas/kernel/

I will check it out, but...

 What does   zgrep VMSPLIT /proc/config.gz  say?
 free ?
 cat /proc/vmstat ?

Does not exist to since it is only in Linux 2.6

 Try again without swap (swapoff -a)?

Oh my Swap is a dedicated Harddisk of 18 GByte (U160)

But removeing the 8 GByte swap kill more then the imapd.

But I have encountered a weird problem using mutt.

I use procmail as mailfilter and if a message comes in, it is moved
to

~/Maildir/.some.path.mailbox/new

which is right.  Now if I connect with mutt per NFS all is working
fine.  I candisconnect and reconnect and I see my NEW message again.

BUT, if I connect via IMAP, mutt moves first ALL MESSAGES from new
to cur and then list the mailbox.  Now if I disconnect, and reconnect
it does not more detect the messages as new, since they are moved to
cur. I must select the mailbox manualy and then I see the NEW messages.

Now I have the question:

Ist this a BUG from MUTT or COURIER?

The problem is, that this operation seems to eat heavily memory and if
more then 5-7 user connect at the same time to the Courier, it kill it.

It eat 8 GByte of swap and 3 GByte of memory...

Oh yes, most Mailboxes have minimal 6000 messages in it.
Some of my personal Mailboxes over 100.000.

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] imapd kill it self

2007-02-13 Thread Michelle Konzack
Am 2007-02-06 10:33:43, schrieb Martin Schuster:
 But I guess that upgrading to a 2.6 kernel would be the
 most helpful step...

Maybe, but 2.6er kernels require udev and such, which load over 140
modules on my Workstations and Servers where 100 are not/never needed.

Do you have an idea HOW TO blacklist the WHOLE Kernel-Module-Tree and
let only load the REALY required modules from /etc/modules for example?
 
Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Delivery-Status message

2007-02-21 Thread Michelle Konzack
Hello *,

If I get a Delivery status message I like to see the FQDN there instead of
the Host-Alias

8
This is a delivery status notification from mail,

running the Courier mail server, version 0.53.2.

The original message was received on Tue, 13 Feb 2007 22:11:31 +0100
from localhost (localhost [127.0.0.1])
8

since I have more then one server called mail.  Unfortunatly I have
nothing found int he documentation of courier-mta.

How can I change this please?

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] SMTP-Auth and match a username/password

2007-02-21 Thread Michelle Konzack
Hello *,

I need to send messages via courier-mta to my ISP's mx.freenet.de which
requires smtp-auth.  Currently I have installed a new free E-Mail on my
ISP and use it for global authentification if messages are send over Freenet.

But what I like to see is the possibility to install different uid/passwd
for each E-Mail I use.

Is this possibel?

I mean, if I send with From: [EMAIL PROTECTED] it use this UID
for the smtp-auth plus a password (which may be stored in a file or DB).

My problem is that I have 171 Freenet-Accounts and I do not want to see my
global fake smtp-auth E-Mail in it...

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Delivery-Status message

2007-02-26 Thread Michelle Konzack
Hello Jér�me,

Am 2007-02-21 17:48:42, schrieb Jérôme Blion:
 Just have a look at the contents of dsnheader.txt (in 
 /usr/lib/courier/etc by default)

...and this is already the problem, since:

---8--
Content-Type: text/plain; charset=us-ascii


This is a delivery status notification from %s,
running the Courier mail server, version 0.53.2.

The original message was received on %s
from %s
---8--

and I have not found another option for %s (which is string).

If you run several VServer like

   mail.private.domain.foo
   mail.hell.domain.foo
   mail.heaven.domain.foo

there is no way to change this since there is ONLY ONE config.

Greetings
Michelle Konzack

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Delivery-Status message

2007-03-02 Thread Michelle Konzack
Hello Gordon and *,

Am 2007-02-21 09:41:48, schrieb Gordon Messmer:
 You can either set your hostname properly, or create the me 
 configuration file.  See the courier(8) man page for more info.

This is what I have done already...

But, the Server is for example:

courier.mydomain.tld

and the VirtualServers

mail.private.mydomain.tld
mail.heaven.mydomain.tld
mail.hell.mydomain.tld

and now it show always courier.mydomain.tld even the Server
courier.mydomain.tld does not realy exist. I want that in the
messages the tree other VServers are shown.

Exactly if I have send a message from account

[EMAIL PROTECTED]

and the message is delayd I get the MAILER-DAEMON message from

[EMAIL PROTECTED]
with courier.mydomain.tld

and not from

[EMAIL PROTECTED]
with mail.private.mydomain.tld


Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] SMTP-Auth and match a username/password

2007-03-02 Thread Michelle Konzack
Am 2007-02-21 09:43:16, schrieb Gordon Messmer:
 Michelle Konzack wrote:
  
  But what I like to see is the possibility to install different uid/passwd
  for each E-Mail I use.
  
  Is this possibel?
 
 No.

So I must stay with a fake account to autenticate
my Network at my ISP...  not realy good.

 Are you trying to solve an actual problem, or just make your 
 configuration more complicated?

Maybe trying to solve a problem AND making my config
more complicate.

:-/

The problem is, that spamers have detected the E-Mail
[EMAIL PROTECTED] in the Received-Headers of my
mails and since arround two years the spam has increased
to over 12.000 per day on this account (~250 MByte/day). 

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] How to flush the outgouing mail queue?

2007-03-02 Thread Michelle Konzack
Hello, 

since I have only (from my Motorcaravan) Internet access over a
wireless access point in Strasbourg I queue my messages for 24 hours
(without mailer-daemon message) and then if I come into my Wireless-
Zone and I have the Net I want to flush the queue at once using a
script from if-up.d.

Now it comes:

Since I have had not the need for it, I have forgotten, HOW to flush
the outgoing mail queue at once.  Exaclty, whats the command for it?

Greetings
Michelle Konzack

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] locking of procmail or serializing maildelivery

2007-03-05 Thread Michelle Konzack
Hello,

because technical reason I have the need to lock maildelivery
(only one delivery at once).

Is there a possibility to configure this in courier-mta?

Or must I write a wraper script and replace

[ '/home/michelle.konzack/.courier' ]--
# ./Maildir/
| /usr/bin/procmail
---

with a wraper which do the locking?

Note:  I have a real negative experience with muttdotlock
   and dotlockfile since they are to slow in BASH
   scripts if courier-mta try again to deliver several
   100' mailer-daemon delivery messages at once.

   It is not realy funny if you do automated mail
   processing and courier-mta deliver in less then
   15 seconds 1000 delivery status messages to my
   postmasters box.

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] courierimapkeywords directory not updated

2007-03-05 Thread Michelle Konzack
Hello,

for some minutes I have gotten a warning message from one of my whatch
scripts that it can not remove an empty Maildir folder.  After looking
into it I have found out, that the subdirectory courierimapkeywords
contain OVER 240,000 files of ZERO byes...

OK, if the Maildirfolder is to big, I move it to an archive but over
IMAP and normaly the courierimapkeywords directory should be updated.

I think, this is definitivly a bug since I have found out, that I have
over two million files of ZERO bytes to much on my system.

How to solve this problem?

I have currently arround 7.43 million messages (143 GByte) in my Maildir/
in 2041 regular folders and 4692 archiv folders (including 63 folders/
months from courier-users).

[EMAIL PROTECTED]:~/] apt-cache policy courier-imap
courier-imap:
  Installed: 4.1.1-3
  Candidate: 4.1.1-3
  Version table:
 *** 4.1.1-3 0
500 file: etch/main Packages
100 /var/lib/dpkg/status


Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Kolab article.

2007-03-09 Thread Michelle Konzack
Am 2007-03-04 12:54:17, schrieb Lisa Muir:
 Courier-IMAP uses the Maildir format, but it does not scale into the
 thousands of users, or the tens of thousands of messages per folder.
 Trust me, I've tried.
 
 Does this statement hold up in practice? I'd have thought not...

No, I know several ISP's using exim as MTA and courier as IMAP.

My ISP http://www.freenet.de/ has around 5 million E-Mails hosted
and now run over 90 mbox-Servers which mean, arround 55.000 mailboxes
per Server.  Since you can have a free email (20 MB storage), and two
commercial accounts (2.5 GByte as me, or unlimited :-))  ) you can
calculate a bit.

My own account linux4michelle hold currently ober 120.000 messages
and I use it as backup for my very importand messages @home.

I run for the french GOV the Courier-Suite (MTA+IMAP) with over 17.000
users where some user have over 2 million messages in there account...

My own Courier @home holds currently 7.43 million messages since I have
a very long mailinglist history... (over 180 Mailinglists and 11 years).

I found that courier handel this times better then cyrus or others.

And for the filesystem I use sucessfuly since over 5 years ext3
because reiserfs had and has real problems with 500.000.000 inodes
(a hale Miliarde) per Raid-5 (I have currently 3) even it claims to
be better then ext3.

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] courierimapkeywords directory not updated

2007-03-13 Thread Michelle Konzack
Hello Sam,

Am 2007-03-05 18:34:50, schrieb Sam Varshavchik:
 And it will be.  After about 15 minutes.

As I was looking at it, the timestamp
of the files going back over 5 month.

This why I have millions of them and
no corrsponding message.

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Individual SPAM filtering of incoming messages

2007-04-04 Thread Michelle Konzack
*
* Do not Cc: me, because I am on THIS list, if I write here.*
* Keine Cc: an mich, bin auf DIESER Liste wenn ich hier schreibe.   *
* Ne me mettez pas en Cc:, je suis sur CETTE liste, si j'ecris ici. *
*

Hello, 

is it possibel to do RBL and SPAM filtering on SMTP level individual
per $USER account?

I like to add some filterieng rules to my $USER Intranet interface
where the $USER can choose what to filter and what to use on SMTP level
in addition to the standard maildrop/procmail local filtering.

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Change SPOOL from /var/lib/courier to another location

2007-04-10 Thread Michelle Konzack
*
* Do not Cc: me, because I am on THIS list, if I write here.*
* Keine Cc: an mich, bin auf DIESER Liste wenn ich hier schreibe.   *
* Ne me mettez pas en Cc:, je suis sur CETTE liste, si j'ecris ici. *
*

Hello,

HOW can I change the location from /var/lib/courier to another one?

Currently I am using a symlink, but sometimes (after upgrades for
example) it is gone and a new courier directory was created and
I do not more want to use symlinks.

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Force update courierimapuiddb?

2007-04-18 Thread Michelle Konzack
*
* Do not Cc: me, because I am on THIS list, if I write here.*
* Keine Cc: an mich, bin auf DIESER Liste wenn ich hier schreibe.   *
* Ne me mettez pas en Cc:, je suis sur CETTE liste, si j'ecris ici. *
*

Hello,

Since I am using procmail parallel to maildrop the file courierimapuiddb
in the Mailfolders are running out of sync and if I connect to the Mailfolder
courier-imap take ages to update (copying the files from /new to /cur) it and
I must wait to long to open it.

Now my question:  Is it possibel to force the move of the files and an update
of the file courierimapuiddb without open the Maifolder?

Or is there a tool, with which I can touch the Mailfolder?
(I can run it from a cron job on the server)

I have tried some tools but if I touch the Mailfolder, the NEW messages are
marked as READ which is undesirable.

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] smart-host using courier-mta

2007-04-19 Thread Michelle Konzack
Hello,

since I live mobil I have a secial requirement because sending several
500-1000 messages per day over GSM/EDGE does not realy work...

So I have:

1)  Local network with a full courier which act as outgoing smtp-relay
2)  Laptop using courier-mta
3)  6 ISP's in DE, FR, TR, MA, IR and US

What I need:

1)  courier is accepting all messages from the local network and spool
it for 7 days...  After this time a messages is sent to the sender.

2)  If I connect my Laptop to the local network, the courier should
flush its queue to the courier-mta on the laptop which should be
configured as smarthost for the courier in the local network.
Also it receive automaticaly messages from my ISP's MX.

3)  Fetching the message from ISP accounts is no problem since it is
done per user and will be pulled using a script directly into the
users Maildir on the courier server.

4)  If I come back from the Internet Cafe, the Latops courier-mta
should flush its queue to the local courier...

Maybe I will eliminate the script used in (3) and push the messages from
fetchmail directly into the Laptops courier-mta

The number (1) is working properly.

So now I have some problems:

A.a)  I have problems on my laptop with the courier-mta accepting
  messages as smarthost from courier (local net).  It should
  ACCEPT ALL messages and queue them for 10 days.

A.b)  I have (on my laptop) setup /etc/courier/esmtpauthclient with
  mx.freenet.de:587 user_name passwd
  But it seems not to work, even if I send a messages
  local from mutt. (currently I am using again ssmtp)

B)How to configure my local courier that it use my laptop 
  courier-mta exclusivly for ALL outgoing messages except my
  own domain (which is send directly over GSM/EDGE) as smarthost?

C)What must I use for a string in my fetchmailrc that it use the
  courier-mta instead of procmail?  The current string is:
  mda  /usr/bin/procmail -d %T

Thanks, Greetings and nice Day
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Change SPOOL from /var/lib/courier to another location

2007-04-19 Thread Michelle Konzack
Hello Sam,

Am 2007-04-10 18:42:05, schrieb Sam Varshavchik:
 You'll need to recompile, and use the --localstatedir option to the 
 configure script.

Thanks for the Info.  I was thinking there
is a soft config option for this...

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] How to enable port 587?

2007-04-19 Thread Michelle Konzack
Hello,

One of my ISP's, namely http://www.free.fr/ is now blocking
Port 25 which mean, I can not more send messages directly to my
german ISP's smtp-relay...  The smtp.free.fr is no solution,
since most ISP's rejecting such messages where Sender andsmtp-
relay do not match.

Fortunatly I know Port 587 and have configured my Laptop to use
it, other wise you would not receive this message.

So, this works now for mx.freenet.de but my own courier-mta
is blocked.

Question: How can I enable the Port 587 as fall back if some
  ISP are blocking Port 25?

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] ESMTP does NOT need DNS on localhost

2007-04-19 Thread Michelle Konzack
Hello Gordon and *,

Am 2007-04-16 08:42:53, schrieb Gordon Messmer:
 Reindl Harald wrote:
  Oh it does work WITHOUT ANY DNS now
 
 It isn't, though.  Courier does lookups entirely through DNS.  It 
 doesn't use the C library's NSS routines, so the hosts file isn't used.

It seems not to be right, because:

If I have and /etc/hosts:

127.0.0.1   localhost
192.168.0.10samba.michistest.ir
192.168.0.10mail.michistest.ir
192.168.0.20michelle1.michistest.ir
192.168.0.30tp570.michistest.ir

it would not work since a REVERSE-Lookuo to mail.michitest.ir will
resolv samba.michistest.ir. Putting the MAILSERVER on the first
entry after localhost like:

127.0.0.1   localhost
192.168.0.10mail.michistest.ir
192.168.0.10samba.michistest.ir
192.168.0.20michelle1.michistest.ir
192.168.0.30tp570.michistest.ir

will work properly...

Otherwise my OWN courier-server would not work here.

  Its simply bullshit to say /etc/host does not and it must be dns
 
 No, it isn't.  /etc/hosts is not used by Courier.  If your problem was 
 related to IPv6, then you can't infer anything about DNS or the hosts 
 file from that problem.  They're unrelated.

So, I have no named running in my local network with currently 26
machines active but it still works.  How comes?

I can not believe, that it is Debian-Specific... The Servers are running
Etch and the Workstations mixed Sarge, Etch, Lenny and Sid

 Actually, your ISP's DNS *should* resolve localhost.  RFC 1912 clarifies 
 this name server requirement.  The hosts file works for simple name 
 lookups through the C library's NSS routines, but that's not what 
 Courier uses.

Hmmm...

Note:  My domain (I have changed the domainname) is registered
   but only for private use which include my mailhost...

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] smart-host using courier-mta

2007-04-20 Thread Michelle Konzack
Hello Gordon,

tank you for your answer...

Am 2007-04-19 11:03:46, schrieb Gordon Messmer:
 Michelle Konzack wrote:
 Clarify the courier server's network connectivity, please.  You want 
 it to send mail through the laptop, but receive mail directly from your ISP?

 ISP  +-+   //+-+
mx.freenet.de  (5)|  L  |(4)   //  (3)|  S  |(1)
  port 587 --|  A  |//--|  E  |-
  |  P  |//   |  R  | GSM
  |  T  |   //|  V  |  EDGE/IMODE
  fetchmail--|  O  |--//|  E  |-
 or(6)|  P  |(7)  //  |  R  |(2)
MX of my domain   +-+//   +-+

(1)  Should only allow messages from [EMAIL PROTECTED] to use
 my cellphone and use mx.freenet.de:25  (DOES NOT WORK CURRENTLY)

(2)  Is fetchmail and fetch ONLY [EMAIL PROTECTED] over my
 cellphone using GSM/EDGE.  (WORKS)

(3)  Is now done by adding the esmtproute
 :[192.168.0.75]
 where the IP is the FIXED IP of my Laptop if I am in my local
 network and now I have several 100 message in the queue from my
 Laptop...  (IT JUST WORKS but the retrys/delays nust be changed to
 look all 15 minutes for the Laptop if not availlable for 7 days and
 then send fail message)

(4)  Should accept ANY messages coming from my server 192.168.0.69

(5)  If an internet connection is detected, send all queued messages
 using 

(6)  Is fetchmail sucking down nearly 160 accounts over THE NET.  I use
 procmail to save it into ${HOME}/Maildir on the laptop and move it
(7)  with a script (if I am back in the local network) to the server.
 
 Sending mail through the laptop should be simple.  Just create 
 /etc/courier/esmtproutes, and put a default route to the laptop's IP.  
 You'll need to make sure that the laptop gets the same IP each time it's 
 connected, so configure it statically, or configure your DHCP service to 
 give it a specific IP address.
 
 /etc/courier/esmtproutes:
 :[192.168.1.5]

OK, this works and I have several 100 messages laying around
in the queue of the Laptop...   :-/   It was 2fast4me   :-)

 See the esmtproutes section of the courier(8) man page.

Yeah, I know, but with this I have some trouble, since

1)  esmtproutes is only for the receiving domain not for the sending

2)  esmtpauthclient is for sending...

How can I configure it to send always to the configured esmtproutes
but NOT messages send from [EMAIL PROTECTED] which should
go over the GSM/EDGE?

Please note, that I have several E-Mails in the domain freenet.de

 That's harder.  Clarify how you want to have this happen.  The courier 
 server can't give all of its messages to the laptop if the laptop is 
 also configured to give them all to the courier server.

Which mean, COURIER does not remember, which messages it has gotten
from my Server and should be posted to THE NET and the messgaes I
have fetched or gotten from the MX to the local server?

I was thinking courier know what to do, since:

If I write a message @HOME, my SERVER spool it and esmtproutes it to
the LAPTOP, it is clear, that the LAPTOP is searching for the mx.freenet.de
to send it out...

If I get a message over my MX, it should be clear, that the LAPTOP should
esmtproutes it to the SERVER in my local network...

Does this not work?

  Maybe I will eliminate the script used in (3) and push the messages from
  fetchmail directly into the Laptops courier-mta

 
 So you're putting messages into Maildirs, now, but you want them on the 
 laptop?  Wouldn't it be easier to just put them in the queue on the 
 courier server, and let it push them to the laptop?

You have missunderstood it...
See ASCII art above...

 OK, so configure the courier server as a RELAYCLIENT.  See 
 makesmtpaccess.

OK, there is already a default file which contain:

192.168 allow,RELAYCLIENT

  A.b)  I have (on my laptop) setup /etc/courier/esmtpauthclient with
mx.freenet.de:587 user_name passwd
But it seems not to work, even if I send a messages
local from mutt. (currently I am using again ssmtp)

 
 I'm not sure if port specifications are valid there.  Maybe someone else 
 does.
 
 What *does* seem to happen on outbound deliveries?

It does not accept the 587 which I must use since the french
ISP www.free.fr and some others are blocking port 25.
There is something like no route or such...

  B)How to configure my local courier that it use my laptop 
courier-mta exclusivly for ALL outgoing messages except my
own domain (which is send directly over GSM/EDGE) as smarthost?

 
 Use esmtproutes.  You'll need a route for your own domain, and then 
 one for the default.

I need on my local SERVER (192.168.0.69)

:[192.168.0.75]

and on my LAPTOP (192.168.0.75)

freenet.de: mx.freenet.de,587

and since I must use ASMTP on the LAPTOP the esmtpauthclient

Re: [courier-users] configuring BLACKLISTS

2007-04-24 Thread Michelle Konzack
Hello Jay and Ricardo,

Am 2007-04-23 11:23:47, schrieb Jay Lee:
 Ricardo Kleemann wrote:
 Hi,
  
 I currently have only xbl.spamhaus.org configured for BLACKLISTS.
  
 What are other well regarded and trusted blacklists?
 
 Spamhaus is the only one I trust enough to actually reject mail on.  I 

I can confirm this too.

If I download with fetchmail, I use sbl-xbl.spamhaus.org and
have move the detected spams to a seperated dolder. In over
4 years of usage, I have never gotten a singel False-Positive.

This is quality pur!

So I use it now, to reject messages.

 however, recommend you switch to using the XBL, SBL and PBL by changing, 
 xbl.spamhaus.org to be zen.spamhaus.org.  The Zen list is composed of 

Hey, I think, I will switch to it...

 all three and means fewer queries.  See Spamhaus' site for an 
 explanation of what each list blocks.

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Problem with old messages on the server

2007-05-12 Thread Michelle Konzack
Am 2007-05-09 00:27:18, schrieb Enrico Pasqualotto:
 Hi all, I have set up some mail server with gentoo+postfix+courier+mysql
   on my client.
 One of this use the features Leave messages on server for read mail
 with webmail when he's out of office.
 Two days ago your mail client (Outlook) have download all old mail
 (2000) that you have already read.
 This is the second time that I see this issue, can anyone explain me why
 is verify this problem?
 Solution?

Was your connection droped while downloding the messages?

Then you should set Expunge=1 in your Proprietary-Mail-Client.

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Please help with broken install!

2007-05-12 Thread Michelle Konzack
Hi Ben,

Am 2007-05-08 16:39:50, schrieb Ben Benson:
 Hi People,
 
 I am reasonably experienced with Debian and Ubuntu servers, but not when it
 comes to troubleshooting or fixing. I am now stuck.
 
 I have uninstalled and re-installed courier so many times and got so
 confused that now I'm completely stuck.  All I want is the MTA, and POP

???

 server, and I guess the IMAP server would be useful too.  Not many mailboxes
 so no need for a MySQL backend, although it would be nice if easy enough.

Courier works from scratch...

 I've read hundred of How-To's, none of which can help me as there are too

Too much!

 many problems along the way due to existing / missing config files.

man 8 courier

 Can someone PLEASE tell me how to completely remove any trace of courier and

apt-get --purge remove courier-mta courier-mta-ssl courier-pop3 \
   courier-pop3-ssl courier-imap courier-imap-ssl \
   courier-authdaemon courier-authlib ...

 all other mail related programs from my Ubuntu Server, and then point me in
 the direction of a GOOD guide.  I'm becoming so frustrated, i'm even
 thinking a dodgy exchange server would have been easier!
 
 Hope to hear from some clever person soon!

apt-get install courier-mta-ssl courier-imap-ssl

and you are done. This is already working from scratch,
IF YOU HAVE YOUR MAIL IN ~/Maildir.

Files missing are described in 'man 8 courier'.

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] I hate dependencies too... (was: Re: Strange sendmail problem)

2007-07-13 Thread Michelle Konzack
Hi *,

Am 2007-07-06 00:46:41, schrieb Dino Ciuffetti:
 
  But I'll 1st give a try to the 0.53 (0.53.3-5 Debian:4.0r0/stable,
  Debian:testing
 
  Just use a stable debian, you will see that you will never be annoyed by
  dependencies...
 
 
 Very True!! But if you use Debian Stable, packages are so OLD!!!

...but runs rocksolid for years including security updates.

However, taking the sources from UNSTABLE and building it under STABLE
works for me since ages.  (but you must choose very carefull WHICH
packages you backport, specialy now with glibc 2.5/2.6 which can hit
you heavily)

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Private MAIL/NEWS gateway/converter

2007-07-31 Thread Michelle Konzack
Hello,

I have the need for some NEWS-Groups which are NOT availlable as 
Mailinglists and I can not reach the NEWS-Serverm since my GSM-Provider
thread it as Streaming-Protocoll.

OK, since I have my own severs, I like to install on my courier-mta/mlm
some new accounts like [EMAIL PROTECTED] where I can post
the messages and then, they will be converted/past to the appropriated
NEWS-Group using Maildrop/Procmail.

On the other side, I need a Script, which suck the corresponding NEWS-
Feed and push it into the [EMAIL PROTECTED].

This all must be working for ANY NEWS-Server since some are private and
NOT availlabele public.  AFAIK does bofh.it work lik it but I do not
know.

Has anyone done this before and if YES, HOW?

Please note, that my Servers are production Systems and I use Debian
GNU/Linux 4.0 and do not want to install software which is not
availlabel in the Distribution.  Of course, homebrew scripts are fine.

Thanks, Greetings and nice Day
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] how to add mailboxes

2007-08-17 Thread Michelle Konzack
Am 2007-08-14 00:45:33, schrieb mattias jonsson:
 yes exactly
 how to add mailboxes on courier mail server
 i use ubuntu server
- END OF REPLIED MESSAGE ---

The same way as under Debian...

If the $USER has a ~/Maildir/{tmp,cur,new}
it will be automaticaly recognized.

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] FW by [EMAIL PROTECTED] : Re: how to add mailboxes

2007-08-18 Thread Michelle Konzack
Please can the Listmaster unsubscribe this person...
I get those annoying Auto-Responders...

Greetings
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant



- Forwarded message from [EMAIL PROTECTED] -

Envelope-to: [EMAIL PROTECTED]
X-TDMailSerialnumber: 7715135
X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,NO_REAL_NAME 
autolearn=no version=3.1.7-deb
Date: Fri, 17 Aug 2007 14:33:23 +0200
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: how to add mailboxes

In der Zeit vom 11.8. bis 20.8. bin ich im Urlaub.
In dringenden Fällen erreichen Sie mich aber telefonisch.

Mit freundlichen Grüßen
Andreas Schiller

- End forwarded message -




-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Same problem with courier-mta as with exim [FW by [EMAIL PROTECTED] : Re: Dictionary spamming ?]

2007-09-28 Thread Michelle Konzack
Am 2007-09-28 07:06:14, schrieb Sam Varshavchik:
 There is no rate metering of this kind possible, but what exactly is the 
 negative impact from this? This is an average of three and a half probes 
 per second, which, if you weren't looking at the logs, you would've never 
 noticed.

In theorie...  --  but they hit me periodicaly with over 200 per second.

Thanks, Greetings and nice Day
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Same problem with courier-mta as with exim [FW by [EMAIL PROTECTED] : Re: Dictionary spamming ?]

2007-09-28 Thread Michelle Konzack
Since arround one week I have very heavy Dictionary attacs (over 30
per day from more then 7000 different IP's) on my courier-mta which
servs for 17.000 users in the french gov.

On the exim-user list they used the following to stop it.

But how can I do this with courier-mta?

I like to reduce the faild connection per IP to 10 per hour and I think,
this is enough to will heavy slow down the hack attempts...

Thanks, Greetings and nice Day
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant



- Forwarded message from Dean Brooks [EMAIL PROTECTED] -

Date: Wed, 26 Sep 2007 21:17:03 -0400
From: Dean Brooks [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Dictionary spamming ?
X-TDMailSerialnumber: 7791539

On Thu, Sep 27, 2007 at 09:39:14AM +1000, Ted Cooper wrote:
 Phil (Medway Hosting) wrote:
  I am getting a lot of entries like these in my logs over the last few days:
  
  2007-09-23 05:00:08 fixed_login authenticator failed for (windows) 
  [64.62.22.218]:8204 I=[84.40.17.13]:25: 535 Incorrect authentication data 
  (set_id=maxwell)

 I've had a few of these too. I believe it's just a bot attempting an
 automated attack as I've had them on try on sequential IP addresses.
 They are usually also on zen.spamhaus.org. Pretty sure the aim is to
 find correct login details so they can use your servers to spam the crap
 out of everyone. Creating something in the smtp_auth_acl to temporarily
 firewall these computers is on my TODO list.

I dealt with this exact situation recently.  I have a ratelimit
implementation (below) that automatically begins dropping connections
to sites that repeatedly fail authentications.

It does require use of the quit and notquit ACL sections since the
auth ACL section apears to run prior to authentication, not after.
You also can't drop in the mail/rcpt/data ACLs since the session will
likely end after the failed auth attempt.  Hence, the quit and notquit
ACLs are necessary.

In my connect ACL:

drop
  log_message = RATELIMIT BADAUTH: $sender_rate / $sender_rate_period
  message = Too many failed authentication attempts
  ratelimit   = 50 / 2h / noupdate / badauth:$sender_host_address
  delay = 10s

In both the quit and notquit ACLs:

accept
  condition = ${if eq{$authentication_failed}{1}}
  ratelimit = 50 / 2h / badauth:$sender_host_address

Obviously you can change the 50 / 2h to any other period you want.
Just make sure all three acl entries use the same values. The quit and
notquit ACL entries are *both* needed since you don't know whether or
not the session will be terminated gracefully by the sender or not.

The only thing to watch out for here is locking on the ratelimit database.
Every single connection will require an open and lock of the ratelimit
database.  If you have your db directory on ramdisk, or if you have a
low volume server, you should be fine though.  To be honest, I haven't
noticed much of a problem even on a high volume server with db on
regular disks though.

Critiques or alternatives are welcomed.

--
Dean Brooks
[EMAIL PROTECTED]

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


- End forwarded message -


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Same problem with courier-mta as with exim [FW by [EMAIL PROTECTED] : Re: Dictionary spamming ?]

2007-09-28 Thread Michelle Konzack
Am 2007-09-28 22:10:01, schrieb Jeff Jansen:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Michelle Konzack wrote:
  In theorie...  --  but they hit me periodicaly with over 200 per second.
 
 You're seeing 200 hits a second!  From the same ip addresses or
 different ones all the time?

Today morning I was hit at ~08:00 CET arround 17 minutes from
86 different IP's and each IP had 30-80 hits per second. 

Which make in summary over 4.100.000 hits.

My logfiles explode!!! 8 GByte in less then 17 minutes.

200 per second was the highest score for ON IP.

The question is, WHICH server is this?  A hijacked/owned PC
on a ADSL or cable modem can not produce such traffic.

I have only a Dual STM-1 (311 MBit) but the Server is a Sun BLade
with 32 CPU's and 128 GByte of memory

 Since no single ip address should be hitting your server that often, you
 could rate limit incoming connections to your port 25 with iptables:
 
 iptables -A INPUT -p tcp --dport 25 -m state --state NEW \
   -m recent --set
 iptables -A INPUT -p tcp --dport 25 -m state --state NEW \
   -m recent --update --seconds 60 --hitcount 10 -j DROP
 
 If it sees more than '--hitcount' new connections in '--seconds' number
 of seconds, it will start dropping connections, until there are less
 than '--hitcount' new connections in '--seconds' number of seconds.
 
 This doesn't know whether connections are authenticated or not,
 obviously.  It just keeps track of how often new connections come in
 from individual ip addresses and drops any that are over the limit.

And this is my problem.

Now imagine the server support 17000 users and the switch
on there computers between 08:00 and 09:00...

iptables dos unfortunatly not work for such scenario.


Thanks, Greetings and nice Day
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Bizzar cronlogs from courier-mta

2007-11-30 Thread Michelle Konzack
 30 07:25:15 
2007, wakeup time=Fri Nov 30 07:25:15 2007, queuedelivering=0, inprogress=0


What can this be?

Can it bem that courier-mta and/or cron (in this combination)
can not send mesages biger then 64 kByte?

I have used a small sendmail wraper of:

8--
#!/bin/bash

DATE=$(date +%s)
echo $*  /tmp/sendmail-${DATE}.log
echo/tmp/sendmail-${DATE}.log
cat /tmp/sendmail-${DATE}.log
8--

the file show me an error in my script tdmailfilter which produced
outputs between 60 and 500 kByte of error messages.

Thanks, Greetings and nice Day
Michelle Konzack


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Rewrite (root|mailer-daemon|postmaster|cron)@xxxx to another E-Mail

2008-01-09 Thread Michelle Konzack
Hello,

now I have several 100 Servers servers and workstatons (Debian GNU/Linux
4.0 Etch) under my control and use courier-mta on all of this
computers.  What I have done is, create one E-Mail for each of those
computers and now I want to rewrite the mails

 root
 mailer-daemon
 postmaster
 cron

(exactly all with UID =1000) from e.g. (my workstation)

michelle1.private.somedomain.tld
to
[EMAIL PROTECTED]

How can I do this with courier-mta?

Note:  I have tried to configure admin.somedomain.tld to accept all
   messages from *somedomain.tld but was running into troubles
   since I use automated mail processing and the scripts going too
   complex with around 480 different FQDN's.

   So the new E-Mail-Scheme reflect the HOST where it come from and
   the SUBNET plus an extension that it is from my own network.

Thanks, Greetings and nice Day
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Same problem here with courier-mta [WAS: FW by [EMAIL PROTECTED] : Re: DDOS, Dictionary Attack... not sure what it is...]

2008-01-09 Thread Michelle Konzack
Hello *,

from the spamassassin list I have gotten this:

- Forwarded message from Bookworm [EMAIL PROTECTED] -

Date: Mon, 31 Dec 2007 13:51:40 -0600
From: Bookworm [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: DDOS, Dictionary Attack... not sure what it is...

Mike Cisar wrote:
Hi All,

A bit off topic since the users are all unknown so the traffic never makes
it to my spamassassin.  But I am hoping that someone here may have seen the
same thing and have a solution for making the problem go-away :-)

I'm not sure whether it's supposed to be a DDOS attack, a dictionary attack,
bunch-o-bots or what.  Since about the 26th of Dec I've had one particular
mailserver that has been dealing with a constant stream of crap... all
emails to unknown users, all of the email addresses seem consistent (either
3 'syllables'... an uppercased 'syllable', a lowercased 'syllable' and
another uppercased 'syllable'... or 2 uppercased 'syllables').  They don't
seem to be coming from any consistent IP address (or region).  Problem is of
course that the mailserver's connections get tied up processing rejecting
this crap (and of course it's chewing up my transfer allocation bit by tiny
bit).

The addresses are similar to these...

IgnaciogalvestonBriggs@
DallasexhibitionAlvarado@
ReginaldFleming@

Even tried yanking the IP address off of the server over the holidays in the
hope that whatever it was would just give up.  No such luck, within a minute
of reactivating the IP to the server this morning the traffic was back to
full flow.
  
I don't know that it will really help, but I know that on the qmail 
servers that I've been building, John Simpson wrote a patch that looks 
for that.  It's called validrcptto.   It looks for users existing on the 
system before accepting any emails (using a cdb file format), and 
rejects those instantly that don't exist.For situations like yours, 
it has a 'strikes' rule that you can enable.

That is, if a specific IP address tries sending to bad users more than X 
number of times, it then blocks that IP address from connecting at all 
for a set period of time. 

Whatever your MTA might be, there may be similar functionality that you 
can build into the SMTPD process, or at least, that you can put in FRONT 
of the SMTPD process.

Good luck with it!


- End forwarded message -


My @home mailserver is by several 100.000 messages per day but in a very
short time (2-5 times arround 30-120 minutes) and every time my server
is hit, they are arround 2000 different IP's.  It seems like a botnet...

courier-mta does reject all of this crap but the System- and CPU-Load
are nearly at 100%. and since courier and my SDSL can not handel this
mass of crap my MX is hit to and continue sending this crap to me
constantly.

Is there a way to reject the messages with much more less resources?

Please note, that this Mailserver is my @home IMAP server and it do
automated mailprocessing for arround 40.000 messages per day and now
they are delayed by arround 2 weeks currently.

Thanks, Greetings and nice Day
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Best solution for coexistence of maildrop and procmail

2008-01-09 Thread Michelle Konzack
Hello,

I am using fetchmail with procmail since I am using Linux (over 9 years
now) and for many years I have switched to use courier while continuing
procmail.

Now I have some $USER which like to use maildrop instead of procmail
where my php5 Intranet Web-Interface support currently only procmail.

What is the best practize for a coexistence of procmail and maildrop?

Note:  Since I need to recode the Web-Admin-Part for procmail-maildrop
   I have gotten some ideas from another thread for some days... :-)

Need to say, that standard rules (procmail) can entirely setup from the
webinterface where complex killer recipes can be setup manualy and then
they are included using INCLUDERC.

What about maildrop?

Thanks, Greetings and nice Day
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Using gMail as Relay

2008-01-11 Thread Michelle Konzack
Am 2008-01-09 02:06:51, schrieb [EMAIL PROTECTED]:
 I want to use gMail as my mail relay since my ISP blocks outgoing 
 connections to port 25.  I am having difficulties...
 
 If I set it to use TLS (/SECURITY=STARTTLS) in my esmtproutes file gmail 
 responds to the relay attempt with an error 500 that it cannot set minimum 
 security level.
 
 I have configured esmtpauthclient so that smtp.gmail.com should authenticate 
 with my username and password.  If I remove the opition to force the use of 
 TLS I get an error saying authentication is required.
 
 I am not sure what is wrong.  Can anyone help?  I am currently using my ISP 
 smtp server but if I send out too many mails it cuts me off for half an hour 
 at a time making it a poor choice.

Try to use port 587...

French ISP's block the port 25 too

Thanks, Greetings and nice Day
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSN LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


  1   2   3   4   >