LMTPd / Message Contains NUL characters.

2003-08-08 Thread foobar
Hi, We have had conversations about this before and I know there is tr/\000// workaround for it in the MTA-side (However I don't know efficient way for this since filtering would run tr in all messages and that is not very efficient). Somebody said there was a patch for it which was "safe" - true

Re: Here's more info regarding my HUGE problem in setting up my mailsystem...

2003-07-11 Thread foobar
On Thu, 10 Jul 2003, Anders Norrbring wrote: > I've noticed a line in the logs saying 'saslauthd[3214]: pam_mysql: select > returned more than one result', which I can't understand at all why it would > > smtpd_sasl_local_domain = the-server.net > ^ by that, username gets converted into [EMAIL

Re: Question about Sieve and "filters"

2003-07-10 Thread foobar
> > "it" or "result" is a place to put those return codes. (Or > a function to look them up for the "can't have variables purists") > > So instead of: > > filter :fileinto; > if header :contains ... > elsif header :contains ... > elsif header :contains ... > elsif header :contains ... > ... ad naus

Re: Question about Sieve and "filters"

2003-07-10 Thread foobar
On Wed, 9 Jul 2003, Michael Fair wrote: > I totally agree that end users should not be allowed to write their > own code. I was thinking that sysadmins could pull from a pool of > well known plugins as well as write their own. These would then > become valid "filters" for use in the 'filter :

Re: Question about Sieve and "filters"

2003-07-09 Thread foobar
Yes agreed, I tried to hint about this while ago (see sieve & spamassassin) and Rob said there was no proper plugin-support, it would need COMPATIBILITY or SUPPORTED-things from timseved in login if there is not sa supported or not and such things so it would be pretty complicated or not. On Tue,

[Warning: little off-topic] Re: API to write to lmtp directly

2003-07-09 Thread foobar
Hi, On Wed, 9 Jul 2003, Ramprasad A Padmanabhan wrote: > Is there an API available with which I can directly write to lmtp > instead of sending a mail > > I am presently using postfix and sending the mail, But I believe that > calling an smtp agent has its own overheads. > I am sending 10-15 mess

Sieve with Spamassassin && virus checking mechanisms?

2003-07-03 Thread foobar
Hi, Is this (see subject) possible in anyway per account basis in sieve? ( I don't remember if there was any proper plugin-support in sieve (haven't investigated the code too much ). Thing what I done was when I didn't invent anything else and was lazy to read the code: MTA lmtp-> sa_lmtpd (pre-

Re: sieve & spamassassin

2003-07-01 Thread foobar
Atleast this works (better would be to catch spam_score via regex from the other header (I don't remember name)): require ["fileinto"]; if header :contains "X-Spam-Flag" "YES" { fileinto "INBOX.junk"; stop; } And remember to activate it :/ And if it is still not working, is this only rule? Btw,

Re: converting /var/spool/mail to cyrus format

2003-06-23 Thread foobar
Beware, mbxcvt is pretty outdated (deprecated utility) and everything. I lost my nerves with "NULL-character" -errors (and that timeouting problem). IMHO, Better utility for this is imapxfer which saves imapflags correctly and transfers subfolders too if there is imap-server (basically imap-folde

Re: telnet localhost 143.....nothing heppens :-(

2003-06-17 Thread foobar
Hi, Usually telnet doesn't say it is in connected state if it is access-listed or firewalled (it usually says 'connection timed out') See exit-code 127 from ctl_cyrusdb ++Titus On Tue, 17 Jun 2003, Etienne Goyer wrote: > My bet is that port 143 is firewalled. Check your firewall rules (on > L

Re: Compiling Cyrus-Imap/Kerberos problems

2003-06-11 Thread foobar
Hi, On Wed, 11 Jun 2003, Christian Schlaefcke wrote: > Hi all, > > checking for krb.h... no > configure: warning: No Kerberos V4 found > installed without errors. I tried with several options (--disable-krb, > --without-krb, --includedir=path_to_krb4_headers) with no luck. > > What can I do? >

Re: Weird pop3d hang problem (fd blocked?!)

2003-06-10 Thread foobar
On Thu, 5 Jun 2003, John Alton Tamplin wrote: > And in particular you may not want to do this if you are generating RSA > private keys or equivalent on a machine that anyone else may have shell > access to. > Yes in theory, The /dev/random device is suitable for use when very high quality ra

Weird pop3d hang problem (fd blocked?!)

2003-05-31 Thread foobar
Hi, Today our mailserver jammed all its pop3d processes and trace said "read(10," and it was blocking there. imap-processes were served fine and db-files were ok (DB4). Then I restarted all processes and checked db-files and tried to debug. Then I was desparate and I restarted whole system and