[courier-users] Maximal length of To: header

2004-06-28 Thread pawel . tecza
or, because second chunk of header To: didn't contain "To: ". I think that first condition (l > headerlimit) is enough and the code should _add_ all line chunk to line buffer. My best regards! Pawel Tecza --- This SF.Net email spo

Re: [courier-users] Maximal length of To: header

2004-06-28 Thread pawel . tecza
"Sander Holthaus - Orange XL" <[EMAIL PROTECTED]> writes: > a) many MTA's will refuse mails with 180 recipients Thanks for your reply! I use Courier MTA and it doesn't refuse that mails :) > b) cause's a huge overhead making, for instance, mobile receivers very > unhappy I agree, but some user

Re: [courier-users] Re: Maximal length of To: header

2004-06-29 Thread pawel . tecza
> > I would like to know why the real maximal length of To: header is > > only 5000 characters? > > I'd like to ask a different question: why is it necessary to have single > mail headers that are over five thousand bytes long? This is completely > unreasonable. Thank you very much for your re

Re: [courier-users] Maximal length of To: header

2004-06-29 Thread pawel . tecza
> Isn't this the same as > > Problem (and patch for) "534 Message header size, or ..." error > 22 Jan 2004 05:51:42 +0100 > http://sourceforge.net/mailarchive/message.php?msg_id=7102594 Hello Alessandro! Thanks for that pointer. It's probably the same problem. Now I'm checking Jarle's patch :

Re: [courier-users] Maximal length of To: header

2004-06-29 Thread pawel . tecza
> > Thank you very much for your response, Sam. I know that mails with very > > long headers are stupid ideas, but some of my users can't understand it. > > Well, then, make them understand it. OK, I'll try to explain my user that he should use BCC header in that situations. > > Note, that _yo

[courier-users] Changed SqWebMail link

2004-07-06 Thread Pawel Tecza
Hi Sam! You probably should change a link at Courier home page from http://www.inter7.com/sqwebmail/ to http://www.inter7.com/index.php?page=sqwebmail. The old URL is redirected to inter7 home page. Best regards! Pawel --- This SF.Net email

[courier-users] Re: submit and environment

2004-08-31 Thread Pawel Tecza
> > When I send a message via telnet, then submit program > > is invoked 2 times, but it can read > > submit should be invoked only once. Submit on my box is still invoked 2 times. This is part of Jarle Aage's patch and my debug lines in courier/submit.C: size_t headercnt=500; int headerlimit=1

[courier-users] HTML table badly generated by courier-analog

2004-09-14 Thread Pawel Tecza
Hi Sam! The HTML table with Grand Total generated by courier-analog v0.11 is badly rendered by Opera v7.50, MS IE v6.0.3790.0. The reason is missing an apostrophe character. Below is my patch. My best regards, Pawel Tecza --- courier-analog.orig 2004-09-14 15:46:31.0 +0200 +++ courier

[courier-users] HTML templates for courier-analog

2004-09-15 Thread Pawel Tecza
Hello Sam! Is it chance to create HTML templates for courier-analog (like for webmail or webadmin)? I would like to translate HTML interface of that tool to Polish. Thanks for your time! Pawel Tecza --- This SF.Net email is sponsored by

Re: [courier-users] HTML templates for courier-analog

2004-09-15 Thread Pawel Tecza
> There's no template-like infrastructure in courier-analog. Not yet. It means that you'll add the template-like infrastructure to courier-analog, right? Great! :) Thank you for your reply, Pawel --- This SF.Net email is sponsored by: thawte

Re: [courier-users] Maximum header size

2004-10-29 Thread Pawel Tecza
"Jürgen Walch" <[EMAIL PROTECTED]> writes: > Hello everyone, Hi Jurgen! > The error message implies there is also a limit on the total message > header size. Exactly. Look at courier/submit.C file. > Is this limit hardcoded or can it be set in a config file as well ? The limit of header size

Re: [courier-users] Blocking outgoing messages?

2008-06-26 Thread Pawel Tecza
Bernd Wurst napisał(a): > Hi. > > On Thursday 26 June 2008, Paweł Tęcza wrote: >> Is it a way to block outgoing messages from my authenticated users >> to specified e-mail address? Something like "badfrom [EMAIL PROTECTED]" >> in the bofh file, but for external addresses. > > spamtrap [EMAIL P

[courier-users] STARTTLS problem

2006-01-23 Thread Pawel Tecza
with my Courier or the remote server? How could I debug it? Unfortunately I haven't googled any related pages. My best regards! Pawel Tecza --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems?

Re: [courier-users] STARTTLS problem

2006-01-23 Thread Pawel Tecza
the tip! I just know it and I'll use it if it's the only way out. > Generally, I also send a notification to [EMAIL PROTECTED] to inform > them of the error, every now and then it actually gets fixed :-) It's a very good idea, but first I would like to kn

Re: [courier-users] Re: STARTTLS problem

2006-01-24 Thread Pawel Tecza
Hello Jerry! On Mon, 23 Jan 2006, Jerry Amundson wrote: > On Mon January 23 2006 09:43, Pawel Tecza wrote: [...] > > But how can I ensure that it's true? Is it a way to test STARTTLS > > from command line? > > Why? Just show the remote server fails on "STARTTLS

Re: [courier-users] Re: STARTTLS problem

2006-01-24 Thread Pawel Tecza
Hello Sam! On Tue, 24 Jan 2006, Sam Varshavchik wrote: > Pawel Tecza writes: [...] > > BTW, when Courier does use STARTTLS? Does it *always* try to do it > > if the remote server says that it supports STARTTLS? Recently I've sent > > Yes. I don't understand it.

Re: [courier-users] Re: STARTTLS problem

2006-01-24 Thread Pawel Tecza
Hello Gordon! On Tue, 24 Jan 2006, Gordon Messmer wrote: > Pawel Tecza wrote: > > > > I don't understand it. My user can't send the messages to the remote > > server via my server with Courier, because the remote server has > > broken STARTTLS. When I se

Re: [courier-users] Re: STARTTLS problem

2006-01-25 Thread Pawel Tecza
Hello Sam, On Tue, 24 Jan 2006, Sam Varshavchik wrote: > Pawel Tecza writes: [...] > > I don't understand it. My user can't send the messages to the remote > > server via my server with Courier, because the remote server has > > broken STARTTLS. When I send the

RE: [courier-users] Courier + Spamassassin per user prefs on virt ual users

2006-05-10 Thread Pawel Tecza
ion { > xfilter "/usr/bin/spamc -u $USER" > } > > Spamd will parse the email address provided by the -u option into its > local and domain parts and use that to find the configuration > directory. Thanks a lot for your howto! But what about aliases? Do your users

RE: [courier-users] Courier + Spamassassin per user prefs on virt ual users

2006-05-11 Thread Pawel Tecza
Hi! On Wed, 10 May 2006, Bowie Bailey wrote: > Pawel Tecza wrote: [...] > > Thanks a lot for your howto! But what about aliases? Do your users > > have them? > > Some of them do, but it doesn't cause any problems. It works like > this: > > - usera is an alia

Re: [courier-users] HELO

2006-06-07 Thread Pawel Tecza
Hi Aldo, On Wed, 7 Jun 2006, Aldo Reset wrote: > Well, > > i have in HELO answer a non FQDN response, but in mta config i have: > > my fqdn is in esmtphelo. > > I use courier-mta ver 0.47-13ubuntu5 > > any idea ? echo "your fqdn" > /etc/cou

[courier-users] courierd: Cannot open /var/lib/courier/track

2006-06-07 Thread Pawel Tecza
sgs srwxrwxrwx 1 rootroot 0 2006-06-07 13:03 sqwebmail.sock drwxrwx--- 4 courier courier 4096 2006-06-07 11:30 tmp Thanks for your time, Pawel Tecza ___ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Re: [courier-users] courierd: Cannot open /var/lib/courier/track

2006-06-08 Thread Pawel Tecza
Hello Sam, On Wed, 7 Jun 2006, Sam Varshavchik wrote: > Pawel Tecza writes: > > > $ grep track debian/permissions > > /var/lib/courier/track 755 courier courier > > > > but this file wasn't created when I installed Courier. > > Packaging error. Tha

Re: [courier-users] domain alias

2006-07-06 Thread Pawel Tecza
ins? If so, than probably you should only put both domains in /etc/courier/esmtpacceptmailfor and /etc/courier/locals files. My best regards, Pawel Tecza Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make yo

Re: [courier-users] domain alias

2006-07-06 Thread Pawel Tecza
Hello Stefan, On Thu, 6 Jul 2006, Stefan Hornburg wrote: > Pawel Tecza wrote: > > Hi Lucio, > > > > On Thu, 6 Jul 2006, Lucio Crusca wrote: > > > > > >>Hello *, > >> > >>I have courier-esmtp, imap and pop 0.47 up and running on a

Re: [courier-users] Loggin Imap and Pop Logins

2006-07-06 Thread Pawel Tecza
egards, Pawel Tecza 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=lnk&kid=

Re: [courier-users] authmysql $(service)

2006-07-20 Thread Pawel Tecza
ds too # ** YES ** - DEBUG_LOGIN=2 places passwords into syslog. ##DEBUG_LOGIN=0 DEBUG_LOGIN=1 My best regards, Pawel Tecza - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel

[courier-users] How to change a message charset

2006-08-03 Thread Pawel Tecza
The appropriate code is rather simple, but it's only a first half of success and we lack next :) My best regards, Pawel Tecza - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel

[courier-users] Moving a mail queue

2006-09-12 Thread Pawel Tecza
er and it seems that my Courier still works fine. Is it only a happy coincidence? ;) I would be very thankful for your any comments. My best regards, Pawel Tecza - Using Tomcat but need to do more? Need to support web services

Re: [courier-users] mailbot and Precedence: list

2007-01-19 Thread Pawel Tecza
Stefan Hornburg <[EMAIL PROTECTED]> writes: > Jay Lee wrote: >> >> >> Sam, Can I get your thoughts on this? If it's not something you're >> interested in doing then I'll just have maildrop check for certain >> headers but I'd love to see the list of headers mailbot ignores updated >> or bett

Re: [courier-users] mailbot and Precedence: list

2007-01-19 Thread Pawel Tecza
Stefan Hornburg <[EMAIL PROTECTED]> writes: > Pawel Tecza wrote: [...] >> Hello Stefan, >> >> Sorry for off-topic, but I have to ask you when I can see you here :) >> >> I've just noticed recently that you uploaded Debian source package >> of c

Re: [courier-users] my "fighting spam" article is live!

2007-02-16 Thread Pawel Tecza
congratulations to Mr Sam for starring ;) My best regards, Pawel Tecza - 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

Re: [courier-users] AWStats + Courier?

2007-02-20 Thread Pawel Tecza
Sam Varshavchik <[EMAIL PROTECTED]> writes: > Chris Petersen writes: > >> I've searched around for an answer to this, but all I find are people >> asking if this is possible, but never any replies. >> >> Is there another stats package that works better with courier? > > courier-analog can generate

Re: [courier-users] Forward E-Mails with Courier-Mailserver

2007-02-28 Thread Pawel Tecza
Gordon Messmer <[EMAIL PROTECTED]> writes: > Maik Brauer wrote: >> >> many Thanks. I got it to work. Now I can use names without having a >> separat entry. >> But tell me on more thing, to make this solution more proper. >> >> I'm using the MySQL authentification, and there are as well tables

Re: [courier-users] Forward E-Mails with Courier-Mailserver

2007-03-01 Thread Pawel Tecza
Maik Brauer <[EMAIL PROTECTED]> writes: > Hi Pawel, > > it is very very nice that you've provide me your configs and > table-configurations. I highly appreciate it what you have done. > > Ok I'll try this configuration and i will let you know, what is the > outcome. Up to this, I say Thanks again

Re: [courier-users] Kolab article.

2007-03-05 Thread Pawel Tecza
Sam Varshavchik <[EMAIL PROTECTED]> writes: [...] > As far as tens of thousands of messages per folder, the server itself > won't have any issues, it's the underlying filesystem. If your > filesystem falls apart when there are tens of thousands of messages in > a folder, that's that. There are fil

Re: [courier-users] Kolab article.

2007-03-05 Thread Pawel Tecza
Sam Varshavchik <[EMAIL PROTECTED]> writes: > Pawel Tecza writes: [...] >> What modern filesystem for Maildir storage could you recommend me? > > I don't routinely have folders with tens of thousands of messages. > Except for my Trash folder, which usually has 5,

Re: [courier-users] Kolab article.

2007-03-06 Thread Pawel Tecza
Frederik Dannemare <[EMAIL PROTECTED]> writes: > On Monday 05 March 2007 18:27, Otto Solares wrote: >> On Mon, Mar 05, 2007 at 02:42:40PM +0100, Pawel Tecza wrote: >> > Sam Varshavchik <[EMAIL PROTECTED]> writes: >> > > Pawel Tecza writes: > [...] >

Re: [courier-users] Kolab article.

2007-03-06 Thread Pawel Tecza
Otto Solares <[EMAIL PROTECTED]> writes: > On Mon, Mar 05, 2007 at 02:42:40PM +0100, Pawel Tecza wrote: [...] >> So, it's a question to the admins of big mail systems with >> tens of thousands of users. What filesystem do you use? >> >> Have a nice da

Re: [courier-users] Kolab article.

2007-03-07 Thread Pawel Tecza
Otto Solares <[EMAIL PROTECTED]> writes: > On Tue, Mar 06, 2007 at 10:55:25AM +0100, Pawel Tecza wrote: >> Is your filesystem mounted via NFS? What's the biggest number >> of files in your user's folder? Do you know how long he has >> to wait to open tha

[courier-users] List of suppressed addresses

2007-03-26 Thread Pawel Tecza
Hello Courier Users, Is it a Courier command to display a current list of all suppressed addresses? I would like to check a suppression list on my server without greping a maillog file. My best regards, Pawel - Take Survey

Re: [courier-users] List of suppressed addresses

2007-03-28 Thread Pawel Tecza
"Pawel Tecza" <[EMAIL PROTECTED]> writes: > Hello Courier Users, > > Is it a Courier command to display a current list of all > suppressed addresses? I would like to check a suppression > list on my server without greping a maillog file. Hello Sam, Could you pl

Re: [courier-users] List of suppressed addresses

2007-03-29 Thread Pawel Tecza
Bernd Wurst <[EMAIL PROTECTED]> writes: > Hi Pawel. Hello Bernd, > Am Donnerstag, 29. März 2007 schrieb Pawel Tecza: >> > Is it a Courier command to display a current list of all >> > suppressed addresses? I would like to check a suppression >> > list

Re: [courier-users] List of suppressed addresses

2007-03-29 Thread Pawel Tecza
"Aine Douglas" <[EMAIL PROTECTED]> writes: > On 3/29/07, Pawel Tecza <[EMAIL PROTECTED]> wrote: >> "Pawel Tecza" <[EMAIL PROTECTED]> writes: >> >> > Hello Courier Users, >> > >> > Is it a Courier command to d

Re: [courier-users] List of suppressed addresses

2007-03-29 Thread Pawel Tecza
Sam Varshavchik <[EMAIL PROTECTED]> writes: > Pawel Tecza writes: > >> "Pawel Tecza" <[EMAIL PROTECTED]> writes: >> >>> Hello Courier Users, >>> >>> Is it a Courier command to display a current list of all >>> supp

Re: [courier-users] List of suppressed addresses

2007-03-30 Thread Pawel Tecza
Sam Varshavchik <[EMAIL PROTECTED]> writes: > Pawel Tecza writes: > >>> There is no command that generates a list. >>> >>> Delivery failures are saved in $localstatedir/track. Each failed or >>> deferred delivery gets saved as [timestamp] [

Re: [courier-users] List of suppressed addresses

2007-03-30 Thread Pawel Tecza
Milan Obuch <[EMAIL PROTECTED]> writes: > On Friday 30 March 2007, Pawel Tecza wrote: [...] >> Hi Sam, >> >> Thanks a lot for your answer! I still don't understand why status >> of delivery failure can be A (accepted)? I was thinking that >> delivery

Re: [courier-users] List of suppressed addresses

2007-03-30 Thread Pawel Tecza
Sam Varshavchik <[EMAIL PROTECTED]> writes: > Pawel Tecza writes: [...] >> Hi Sam, >> >> Thanks a lot for your answer! I still don't understand why status >> of delivery failure can be A (accepted)? > > Because earlier mail delivery to this recip

Re: [courier-users] Spam with Delivered-To header

2007-05-04 Thread Pawel Tecza
Earl Kinney III <[EMAIL PROTECTED]> writes: > We started seeing these kinds of spam some time ago and in response > wrote a custom perlfilter that rejects messages with a Delivered-To > containing one of our hosted domains. So far it has not blocked > anything it wasn't supposed to and we no l

Re: [courier-users] Spam with Delivered-To header

2007-05-04 Thread Pawel Tecza
Bob Kinney <[EMAIL PROTECTED]> writes: > Pawel Tecza wrote: [...] >> Hello Earl, >> >> Could you please show us the code of your perlfilter, if it's not >> a top secret, of course ;) I think it can be very interesting >> for many Courier admins. >

[courier-users] mail queue over NFS?

2007-06-25 Thread Pawel Tecza
Hello, Is it possible to mount Courier mail queue over NFS? I'm very curious, because I'm going to run a few OpenVZ front-ends with Courier and I don't want to move Courier mail queue while migrating one of my OpenVZ front-end to another physical machine. My best regards, Pawel ---

Re: [courier-users] mail queue over NFS?

2007-06-25 Thread Pawel Tecza
Sam Varshavchik <[EMAIL PROTECTED]> writes: > Pawel Tecza writes: > >> Hello, >> >> Is it possible to mount Courier mail queue over NFS? >> >> I'm very curious, because I'm going to run a few OpenVZ >> front-ends with Courier and I don&#

Re: [courier-users] mail queue over NFS?

2007-06-26 Thread Pawel Tecza
"Brian A. Seklecki" <[EMAIL PROTECTED]> writes: > Which is the default in most environments; it's the "-mapall" option > that can cause problems. > > NAS devices like EMC, Cisco, and Netapp that integrate into your > Kerberos/LDAP/NIS environment should function perfectly fine. Hello Brian, Than

Re: [courier-users] mail queue over NFS?

2007-06-27 Thread Pawel Tecza
"Brian A. Seklecki" <[EMAIL PROTECTED]> writes: > Also, you'd have to check to see which types of locks (hard/asoft) your NFS > implementations support. Check rpc.lockd. Hi Brian, What exactly should I do? I don't know how I can check the types of locks of my NFS. > Are you planning on Linux-

[courier-users] GPLv3?

2007-07-25 Thread Pawel Tecza
Hi Sam, Do you intend to release a next stable version of your Courier under the terms of the GPLv3 or you still stay under the GPLv2? My best regards, Pawel - This SF.net email is sponsored by: Splunk Inc. Still grepping t

Re: [courier-users] GPLv3?

2007-07-26 Thread Pawel Tecza
Sam Varshavchik <[EMAIL PROTECTED]> writes: > Pawel Tecza writes: > >> Hi Sam, >> >> Do you intend to release a next stable version of your Courier >> under the terms of the GPLv3 or you still stay under the GPLv2? > > I will move to GPL 3. It's