Re: [Dbmail] Sieve scripts: current year and month

2007-03-29 Thread Oleg Lapshin
ser scripts right now. > > Aaron System sieve scripts will be helpful for example, for copying spam to spam-collect folder, based on specified line in header of message -- Oleg Lapshin ___ DBmail mailing list DBmail@dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail

Re: [Dbmail] Sieve scripts: current year and month

2007-03-29 Thread Oleg Lapshin
В сообщении от 29 марта 2007 Aleksander написал(a): > Oleg Lapshin wrote: > > There may be script, which download sieve scripts, analyze them, correct > > fields and upload back to server automatically. > > Why download them at all? Just regenerate them and insert/update wit

Re: [Dbmail] Sieve scripts: current year and month

2007-03-29 Thread Oleg Lapshin
cmail and think, this is not the best solution. If mail server have 1k users, there must be 1k such procmail's configs. This is not good. Users don't have real accounts on system and can't manipulate such configs manually. Thanks for your attention. -- Oleg Lapshin ___ DBmail mailing list DBmail@dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail

[Dbmail] Sieve scripts: current year and month

2007-03-26 Thread Oleg Lapshin
t;; } Can I do this now? If not, can this be implemented? -- Oleg Lapshin ___ DBmail mailing list DBmail@dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail

Re: [Dbmail] Authentication problem

2007-03-17 Thread Oleg Lapshin
authenticated" with parameters in ACL's section And try to read exim's documentation - it is very, very helpful and don't forget to debug (I use this command: "exim -bh 192.168.0.1 -d+all" ) -- Oleg Lapshin ___ DBmail mailing list DBmail@dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail

[Dbmail] Error setting lock.

2006-12-04 Thread Oleg Lapshin
Hello Sometimes, I have this line in dbmail.err logfile: Error Error setting lock. Trying again. What is the reason of this message? And one more question: can I see timestamps in dbmail.err logfile? Thanks. -- Oleg Lapshin

[Dbmail] Question about redirecting by sieve script

2006-11-13 Thread Oleg Lapshin
cting) So, I get this mail with [EMAIL PROTECTED] in MAIL FROM in smtp session Is it possible to configure (or set) so, that this redirect mail is sent with my address: [EMAIL PROTECTED] (or original [EMAIL PROTECTED]) in MAIL FROM ? -- Oleg Lapshin

Re: [Dbmail] How to train spamassassin

2006-11-07 Thread Oleg Lapshin
rent folders of ham and spam) and pass it to sa-learn. -- Oleg Lapshin

Re: [Dbmail] Question (error while accessing via pop3/imap4 at the same time)

2006-10-30 Thread Oleg Lapshin
> Oleg Lapshin wrote: > > So, via POP3 I _can_ get all messages from _all_ folders. > > Nope. Dbmail-pop3d will only access the INBOX for a given user. You are write. I make my test while IMAP session was active: move message from INBOX to mail/Test folder and check via POP3 In c

Re: [Dbmail] Question

2006-10-30 Thread Oleg Lapshin
- 16 messages mail mail/Test - 1 message When I connect via POP3, I get: +OK DBMAIL pop3 server ready to rock <[EMAIL PROTECTED]> user test +OK Password required for test pass password +OK test has 17 messages (74545 octets) list +OK 17 messages (74545 octets) So, via POP3 I _can_ get all messages from _all_ folders. -- Oleg Lapshin

[Dbmail] INBOX don't created automaticaly via POP3 (rev 2307)

2006-10-30 Thread Oleg Lapshin
maticaly via POP3 protocol? PS. sorry, if this was done in more recent revisions. -- Oleg Lapshin

Re: [Dbmail] unconnected mailboxes all the time

2006-09-12 Thread Oleg Lapshin
ilbox_id), > CONSTRAINT `dbmail_subscription_ibfk_1` FOREIGN KEY (`user_id`) > REFERENCES `dbmail_users` (`user_i > dnr`) ON DELETE CASCADE, > CONSTRAINT `dbmail_subscription_ibfk_2` FOREIGN KEY (`mailbox_id`) > REFERENCES `dbmail_mailboxes` ( > `mailbox_idnr`) ON DELETE CASCAD

Re: [Dbmail] unconnected mailboxes all the time

2006-09-12 Thread Oleg Lapshin
d May be you have incorrect tables structure? -- Oleg Lapshin

Re: [Dbmail] Learning sieve

2006-09-04 Thread Oleg Lapshin
e"; require "imap4flags"; if envelope :detail :is "to" "spam" { fileinto :flags "" "INBOX/SPAM";} elsif header :is "X-Spam-Flag" "YES" { fileinto :flags "" "INBOX/SPAM";} else { fileinto :flags "" "INBOX";} They are very simple, but work fine ;) I have other rules, but they are not spam related. -- Oleg Lapshin

Re: [Dbmail] roundcube

2006-08-22 Thread Oleg Lapshin
ebug RESPONSE: [fh0 BAD invalid > message range specified^M ] > > and it doesn't work. > > Paul, dbmail or roundcube problem? Please, take a look at this thread: http://mailman.fastxs.net/pipermail/dbmail-dev/2006-August/009529.html -- Oleg Lapshin

Re: [Dbmail] Managing Sieve scripts?

2006-03-29 Thread Oleg Lapshin
UA (kmail) But, kmail has a bug, so, I must patch file timsieve.c line 557: - ci_write((FILE *) stream, "{%u+}\r\n", (unsigned int)strlen(script)); + ci_write((FILE *) stream, "{%u}\r\n", (unsigned int)strlen(script)); -- Oleg Lapshin

Re: [Dbmail] imap folders

2006-03-14 Thread Oleg Lapshin
___ > Dbmail mailing list > Dbmail@dbmail.org > https://mailman.fastxs.nl/mailman/listinfo/dbmail -- Oleg Lapshin

Re: [Dbmail] can't find user

2006-03-13 Thread Oleg Lapshin
t;[EMAIL PROTECTED]> OK data 354 Start mail input; end with . test . 215 Recipient <[EMAIL PROTECTED]> OK 215 Recipient <[EMAIL PROTECTED]> OK 215 Recipient <[EMAIL PROTECTED]> OK quit 221 fox BYE Connection closed by foreign host. So, all OK with multi-recipients ;) Turn ON full logs in your postfix and then analize it. (I use exim and have no problems at all) -- Oleg Lapshin

Re: [Dbmail] Receiving mail

2006-03-13 Thread Oleg Lapshin
Oleg Lapshin wrote: > Jim Douglas wrote: > > I have MySQL up and running. > > > > I can login with > > mysql -u dbuser -p > > manualy you use user=dbmail in connection to mysql base Sorry I was mistaken manualy you use user=dbuser connection from dbmail-users use

Re: [Dbmail] Receiving mail

2006-03-13 Thread Oleg Lapshin
>&1 | grep dbmail.conf open("/etc/dbmail.conf", O_RDONLY|O_LARGEFILE) = 3 read(3, "# $Id: dbmail.conf,v 1.102 2004/"..., 4096) = 4096 -- Oleg Lapshin

Re: [Dbmail] Receiving mail

2006-03-13 Thread Oleg Lapshin
s file? Hi This file (libauthdbmail.lai) is temporarily dbmail libraries wrapper It's not used after "make install" command So, after compiling dbmail from sources, do "make install" instead of simple copying dbmail-(imapd,lmptd,...) to bin directory -- Oleg Lapshin