[Dbmail] FreeBSD: unable to link mysqlclient [current cvs]

2003-02-18 Thread igor
how to fix the following problem? [EMAIL PROTECTED] ~/projects/dbmail]# ./configure --with-mysql loading cache ./config.cache This is dbmail's GNU configure script. It's going to run a bunch of strange tests to hopefully make your compile work without much twiddling. checking for a BSD compatibl

Re: [Dbmail] FreeBSD: unable to link mysqlclient [current cvs]

2003-02-18 Thread igor
> What version of dbmail is this? Patches were posted to update the 1.0 > to add more paths to the library checking area. I'm using the current CVS.

Re: [Dbmail] FreeBSD: unable to link mysqlclient [current cvs]

2003-02-18 Thread igor
> On Tue, 2003-02-18 at 09:29, [EMAIL PROTECTED] wrote: >> > What version of dbmail is this? Patches were posted to update the 1.0 >> > to add more paths to the library checking area. >> I'm using the current CVS. > Just where is your libmysqlclient.so at? [EMAIL PROTECTED] /usr/local/lib/mysql]#

Re: [Dbmail] FreeBSD: unable to link mysqlclient [current cvs]

2003-02-20 Thread igor
>>> > to add more paths to the library checking area. >>> I'm using the current CVS. >> Just where is your libmysqlclient.so at? > [EMAIL PROTECTED] /usr/local/lib/mysql]# ls libmysqlclient.so > lrwxr-xr-x 1 root wheel 20 Jan 30 19:46 libmysqlclient.so@ -> > libmysqlclient.so.10 I have executed

[Dbmail] QUOTA

2002-09-09 Thread igor
Hi there, I have two questions: 1. How to calculate total quota usage of dbmail account? 2. Is it possible to disable quota on IMAP folder Trash? Thank you, Igor.

[Dbmail] delivering mail to /dev/null

2005-11-18 Thread igor
Hi, How to deliver mail to /dev/null using aliases table? Thanks, Igor.

Re: [Dbmail] TLS SNI

2013-11-11 Thread Igor
Thank for your replies. I have a situation when I need SNI. I successfully use SNI with Exim. 2013/11/11 Thomas Raschbacher > On 2013-11-11 10:32, Reindl Harald wrote: > >> Am 11.11.2013 10:26, schrieb Igors Levasovs: >> >>> Does DBMail support TLS SNI? >>> >> >> even if - that's a broken idea >

[Dbmail] DBMail logs and fail2ban

2013-11-14 Thread Igor
Hello! I use last DBMail 3.1.7. I am planning to use fail2ban. It is possible to see client IP address in this dbmail log? Error:[pop3] pop3(+774): user [test] tried to login with wrong password Error:[pop3] pop3(+748): error finding if user exists. username = [test2] Thanks. ___

[Dbmail] mysql.sock

2002-09-23 Thread Igor Olemskoi
is it possible to use /tmp/mysql.sock (not localhost)? -- Best regards, Igor mailto:[EMAIL PROTECTED]

[Dbmail] speed optimization

2002-09-23 Thread Igor Olemskoi
, Igor mailto:[EMAIL PROTECTED]

[Dbmail] dbmail + squirrelmail

2002-10-24 Thread Igor Olemskoi
Hi there, can anyone send me working squirrelmail config for dbmail? thank you.

[Dbmail] squirrelmail (devel CVS from 24.10.2002) and dbmail (devel CVS from 24.10.2002) [again]

2002-10-25 Thread Igor Olemskoi
42908:42908 "Trash"", as "quotum would exceed". So the user is unable to delete the messages to free some space and there's no chance for him to continue using the mailbox, as the incoming messages are bounced... any help on any of the above questions will be greatly appreciated. -- Best regards, Igor mailto: igor.at.sumy.biz

[Dbmail] bug in imaputil.c

2002-10-26 Thread Igor Olemskoi
Dear Group! There is a bug in imaputil.c file. 549c549 < if ( start ) fprintf(outstream,"\"CHARSET\" \'US-ASCII\""); --- > if ( start ) fprintf(outstream,"\"CHARSET\" \"US-ASCII\""); -- Best regards, Igor mailto:igor.at.sumy.biz

[Dbmail] [*] squirrelmail (devel CVS from 24.10.2002) and dbmail (devel CVS from 24.10.2002)

2002-10-27 Thread Igor Olemskoi
ail reader program). It is possible > to delete the messages though. I have solved this problem using this patch: 549c549 - if ( start ) fprintf(outstream,"\"CHARSET\" \'US-ASCII\""); + if ( start ) fprintf(outstream,"\"CHARSET\" \"US-ASCII\""); Best regards, Igor

[Dbmail] sql errs

2002-11-18 Thread Igor Olemskoi
7;0' NOT NULL auto_increment, ->user_idnr bigint(21) DEFAULT '0' NOT NULL, ->reply_body mediumtext -> ); ERROR 1075: Incorrect table definition; There can only be one auto column and it must be defined as a key -- Best regards, Igor mailto:[EMAIL PROTECTED]

[Dbmail] dbmail + postfix + spamassassin

2002-11-20 Thread Igor Olemskoi
hi, please advice how to use dbmail + postfix + spamassassin (spam has to go in IMAP folder "Spam") without procmail. -- Best regards, Igor mailto:[EMAIL PROTECTED]

Re: [Dbmail] Bug with charset ISO-8859-1

2002-11-28 Thread Igor Olemskoi
where to look to make a patch. imaputil.c 549c549 - if ( start ) fprintf(outstream,"\"CHARSET\" \'US-ASCII\""); + if ( start ) fprintf(outstream,"\"CHARSET\" \"US-ASCII\""); Best regards, Igor.

[Dbmail] squirrelmail 1.2.10 stable

2002-12-10 Thread Igor Olemskoi
Hi there, Why when I try to detele folder in squirrelmail, it writes the following error? UNSUBSCRIBE "Trash" mailbox does not exist But deletes the folder. :-\ How to fix it? Best regards, Igor.

[Dbmail] quota

2003-01-14 Thread Igor Olemskoi
Greetings, How to count up the quota information for the user through IMAP commands or MySQL? Best regards, Igor.

Re: [Dbmail] quota

2003-01-14 Thread Igor Olemskoi
x27;t want to enable cgi-bin to show quotas. Thank you. Igor.

Re[2]: [Dbmail] quota

2003-01-14 Thread Igor Olemskoi
DM> Assume you have a connection context with the dbmail database. DM> 1. Query the users table to get the quota value in maxmail_size for a DM> specific user and store the user_idnr around in a variable for use in DM> the next step. DM> 2. Query the messageblk table where messageblk_idnr = user_id

Re[2]: [Dbmail] IMAP QUOTA command and releases

2003-01-28 Thread Igor Olemskoi
ommands.c 3344c3344 < fprintf(ci->tx, "* QUOTA \"%s\" (\"%s\" %llu %llu)\r\n", --- > fprintf(ci->tx, "* QUOTA \"%s\" (%s %llu %llu)\r\n", Please fix it. Best regards, Igor.

[Dbmail] PROC_TITLES

2003-01-29 Thread Igor Olemskoi
How to turn on PROC_TITLES on FreeBSD 5.0? -- Best regards, Igor mailto:[EMAIL PROTECTED]

[Dbmail] dbmail-maintenance in free(): warning: chunk is already free

2003-01-30 Thread Igor Olemskoi
free dbmail-maintenance in free(): warning: chunk is already free dbmail-maintenance in free(): warning: chunk is already free -- Best regards, Igor mailto:[EMAIL PROTECTED]

Re[2]: [Dbmail] squirrelmail compatibility?

2003-01-31 Thread Igor Olemskoi
TJ> Works great here. TJ> https://mail.idge.net/ TJ> L/P: bleh Try to create new folder and then delete it. ERROR : Could not complete request. Query:UNSUBSCRIBE "123" Reason Given: mailbox does not exist How to avoid this problem? Best regards, Igor.

[Dbmail] pop3d :(

2003-02-01 Thread Igor Olemskoi
]: pop3_handle_connection(): user tourov logging out [messages=2889777545912679840, octets=2889777548995064044] Can you please fix it as soon as possible -- Best regards, Igor mailto:[EMAIL PROTECTED]

Re: [Dbmail] 1.1 check / freebsd compiling fix

2003-02-07 Thread Igor Olemskoi
RRIS> could some of you verify the autoconf now in CVS? If it works correctly RRIS> we'll submit dbmail-1.1 :-) RRIS> Ulrich: i've applied your patches (4 feb 2003) for freebsd compiling - RRIS> could you check wheter current cvs works immediately? I'm using FreeBSD 4.7 [EMAIL PROTECTED] ~/db

Re[2]: [Dbmail] 1.1 check / freebsd compiling fix

2003-02-07 Thread Igor Olemskoi
>> checking for mysql.h... /usr/local/include/mysql/mysql.h >> checking for mysql_real_connect in -lmysqlclient... no >> configure: error: >> Unable to link against mysqlclient. It appears you are missing the >> development libraries or they aren't in your linker's path >> RB> All the autoco

[Dbmail] /tmp/mysql.sock

2003-02-22 Thread Igor Olemskoi
How to use /tmp/mysql.sock instead of localhost MySQL connection? -- Best regards, Igor mailto:igor.at.sumy.biz

[Dbmail] can't compile the latest cvs code

2003-03-18 Thread Igor Olemskoi
[EMAIL PROTECTED] ~/projects/dbmail]# ./configure --with-mysql creating cache ./config.cache This is dbmail's GNU configure script. It's going to run a bunch of strange tests to hopefully make your compile work without much twiddling. checking for a BSD compatible install... /usr/bin/install -c c

[Dbmail] debug

2003-03-18 Thread Igor Olemskoi
How to turn off debug? Best regards, Igor.

[Dbmail] ;-(

2003-03-18 Thread Igor Olemskoi
I have updated CVS code. It still doesn't work! [EMAIL PROTECTED] ~/projects/dbmail]# ./configure --with-mysql creating cache ./config.cache This is dbmail's GNU configure script. It's going to run a bunch of strange tests to hopefully make your compile work without much twiddling. checking for

RE: [Dbmail] debug

2003-03-18 Thread Igor Olemskoi
> # grep TRACE /etc/dbmail.conf > TRACE_LEVEL=2 > TRACE_LEVEL=2 > TRACE_LEVEL=2 > TRACE_LEVEL=2 ok, i have set it. i want to make maillog clean of unuseful information. btw, i'm using freebsd 4.8PRE. can anybody give me an answer to my question? 03-03-18 17:45:59^M Mar 18 17:46:00 sumy dbmai

Re: [Dbmail] debug

2003-03-19 Thread Igor Olemskoi
connection from [195.177.124.62] Mar 19 14:39:14 sumy dbmail/imap4d[75729]: _ic_login(): user (id:1, name igor) tries login^M Mar 19 14:39:14 sumy dbmail/imap4d[75729]: _ic_login(): user (id 1, name igor) login accepted @ 2003-03-19 14:39:14^M Mar 19 14:39:18 sumy dbmail/imap4d[75729]: _ic_lo

[Dbmail] latest cvs & pbsp

2003-03-20 Thread Igor Olemskoi
hi, after installing dbmail from the latest CVS it writes dates into PBSP table e.g. 2000-10-48 14:35:83, so PBSP doesn't work! how to fix it?!

RE: [Dbmail] latest cvs & pbsp

2003-03-20 Thread Igor Olemskoi
Hi Jesse, > There was a recent change that reads the date from the database > server (it uses unix_timestamp() for mysql, and current_timestamp > for pgsql), but it should be in the same format as previously. > You're using mysql, iirc. What sql query are you using to check the > pbsp table (eg

Re: [Dbmail] MySQL 4.0.12 stable and FreeBSD 4.7 & 5.0

2003-03-26 Thread Igor Olemskoi
> Has anyone used dbmail on mysql 4.0.12 yet (4.0.12 was declared > "production/stable" on 25/3)? > > Also, is the current dbmail cvs running well on FreeBSD 4.7 or 5.0? I'm running the current cvs on FreeBSD 4.7 (4.8PRE), it works fine.

[Dbmail] debug

2003-04-01 Thread Igor Olemskoi
I have changed imap4.c: #define COMMAND_SHOW_LEVEL TRACE_DEBUG debug.c: int TRACE_TO_SYSLOG = 0; /* default: yes */ int TRACE_VERBOSE = 0; /* default: no */ int TRACE_LEVEL = 0; /* default: error operations */ and /etc/dbmail.conf: TRACE_LEVEL=0 (all sections) but dbmail still writes unuse

[Dbmail] debug

2003-04-10 Thread Igor Olemskoi
Hi, How to turn off debug logging? Thanks, Igor.

Re: [Dbmail] dbmail logging issue

2003-04-15 Thread Igor Olemskoi
I'm using dbmail from the latest cvs under FreeBSD 4.8. RRIS> In the config file there are several lines defining 'TRACE_LEVEL', each RRIS> for a/some different program(s). To completely turn of logging, define RRIS> TRACE_LEVEL to be 0. I have defined TRACE_LEVEL 0 everywhere, even in debug.c.

[Dbmail] dbmail

2003-07-08 Thread Igor Olemskoi
how to fix the following error? is there any ideas? Vladimir wrote: -- I have working Postfix+Amavisd-new(ClamAv virus check+Spam Check)+Dbmail 1.1 installation on RedHat 9 (should I be worried about new NPTL in RH9?) Everything else works just fine, except auto-reply In the log

[Dbmail] Squirrelmail spamassassin and spam folder cleanup

2003-12-12 Thread Igor Olemskoi
Hi there, can anyone advice me how to delete messages from the specified folder with date older than 3 days ago (mysql)? thank you!

[Dbmail] upgrade 1.2.1 to 2.x

2003-12-25 Thread Igor Olemskoi
Hello there, When i tried to convert dbmail 1.x database (1.7GB) to dbmail 2.x using Python utility in dbmail 2.x distributive, it wrote not enough memory. Can anybody advice, how to upgrade 1.7GB 1.x to 2.x? Thank you! :-)

[Dbmail] upgrade 1.2 -> 2.x

2003-12-29 Thread Igor Olemskoi
Hi, How to upgrade 1.2 -> 2.x? The size of mailboxes in MySQL is 1.7GB. Best regards, Igor.

[Dbmail] Re: [Dbmail] upgrade 1.2 -> 2.x

2003-12-30 Thread Igor Olemskoi
> I posted a sql script to upgrade a few months ago. Check the archives, > or I can send it to you. I'm not sure if anyone other than myself used > it since Ilja released the python upgrade script shortly thereafter, so > it's not tested very thoroughly, but it worked fine for me. Make sure > yo

[Dbmail] 1.x -> 2.x

2004-01-04 Thread Igor Olemskoi
Can anybody please advice me how to upgrade? :-) Thank you! Best regards, Igor.

[Dbmail] Re: [Dbmail] 1.x -> 2.x

2004-01-05 Thread Igor Olemskoi
> On Sun, Jan 04, 2004 at 05:03:54PM +0200, Igor Olemskoi wrote: >> I tried to upgrade 1.x to 2.x using sql script by Christian G. Warden, >> but >> I got an error when I tried to access my mailbox. > You're probably just missing the shared mailbox tables which we

[Dbmail] Aarons patches

2004-01-05 Thread Igor Olemskoi
Hello, When Aarons patches will be submitted to the CVS? Best regards, Igor.

[Dbmail] Re: [Dbmail] comple v 1.222, Unable  to link against mysqlclient

2004-01-19 Thread Igor Olemskoi
dbamil 2.x configures and compiles fine without export LDFLAGS > Hi > >> I'm trying to compile dbmail against mysql, but already getting lost >> while > configuring. >> >> I start with: >> >> > ./configure --with-mysql=/usr/local/mysql/include > --prefix=/usr/local/dbmail >> checking for mysql_re

[Dbmail] dbmail-lmtpd

2004-01-31 Thread Igor Olemskoi
Hello, Is there any instructions how to use dbmail-lmtpd? Best regards, Igor.

[Dbmail] 123

2004-02-01 Thread Igor Olemskoi
123

[Dbmail] dbmail 2.x non-acl <--> acl

2004-02-01 Thread Igor Olemskoi
How to migrate from non-acl version to version with acl support? Have I subscribe all users to their folders by hand? Is there any documentation or howto - how to use sieve, acl and shared folders? thanks, nix

Re: [Dbmail] dbmail 2.x non-acl <--> acl

2004-02-02 Thread Igor Olemskoi
> ACL: > Many clients are able to check for ACL's. But I have not used any mail > clients that are able to set ACL's. Perhaps Mulberry? Squirrelmail plugins give ability to use ACL and Sieve. http://www.squirrelmail.org/plugin_view.php?id=215 http://www.squirrelmail.org/plugin_view.php?id=73 >

[Dbmail] squirrelmail's uid_support

2004-02-03 Thread Igor Olemskoi
Hello, Why squirrelmail's $uid_support worked in dbmail 1.x, but doesn't work in dbmail 2.x? best regards, nix.

[Dbmail] dbmail-maintenance

2004-04-16 Thread Igor Olemskoi
hello, how to delete unconnected messages and mailboxes? how to cleanly remove accounts? best regards, nix.

Re: [Dbmail] Deliver to Mailbox (anyone?)

2005-02-04 Thread Igor Olemskoi
Hello, Is there any possibility to deliver mail in Spam folder through dbmail-lmtpd (not dbmail-smtp)? Best regards, Igor.

[Dbmail] svn snapshot

2005-04-27 Thread Igor Olemskoi
Greetings. Where can I download todays snapshot of dbmail 2.1.X? Thanks, Igor.

Re: [Dbmail] svn snapshot

2005-04-28 Thread Igor Olemskoi
But the last version is dbmail_HEAD_22_Apr_2005.tar.gz. Where is the 27th version? > http://www.dbmail.org/download/snapshots/ >> Greetings. >> >> >> Where can I download todays snapshot of dbmail 2.1.X?

[Dbmail] qmail-ldap and dbmail-smtpd

2005-07-23 Thread Igor Stroh
ooks like dbmail expects to find the user info in the SQL db, although it already got this info from LDAP. What exactly do I have to add to my postgres DB for each user in order to be able to inject mails? TIA, Igor [0]:

[Dbmail] Fwd: Re: ports/34505: New port: DBMAIL IMAP4rev1/POP3 mail servers

2002-09-11 Thread Igor Olemskoi
-Changed-When: Tue Sep 10 06:48:14 PDT 2002 Responsible-Changed-Why: I will take care of it. http://www.freebsd.org/cgi/query-pr.cgi?pr=34505 --- End of Original message text -- Best regards, Igor.

[Dbmail] virtual domains

2002-09-12 Thread Igor Olemskoi
Hi there, how to send mail for all users of "@domain.com" to user "user", but mail for user "anotheruser@@domain.com" to "anotheruser"? Thank you. P.S. postfix :-)

[Dbmail] dbmail-imapd + squirrelmail fetch_mail plugin

2002-09-17 Thread Igor Olemskoi
Hi there, How to make work dbmail-imapd + squirrelmail fetch_mail plugin? Thank you.

Re: [Dbmail] dbmail-2.0.7 released

2005-09-05 Thread Igor Olemskoi
> * Added 'ON UPDATE CASCADE' to all > foreign key restraints in the MySQL (InnoDB) and Postgresql create_table > files. How to apply this to the existing tables?

[Dbmail] default mysql charset

2006-04-04 Thread Igor Olemskoi
Hi there. Will mysql do any charset convertion if I compiled mysql with default charset cp1251 and default charset in my.cnf is cp1251 but dbmail's database charset is latin1? Will dbmail work faster if I'll set database's charset cp1251? Thanks, Igor.

Re: [Dbmail] FreeBSD 6.x - 2.2.0 rc2 - mysql 5.0.21 - libsieve 2.2.1 - goes BOOM! (temp workaround found)

2006-11-16 Thread Igor Olemskoi
Hello, dbmail-2.2-release works ok on freebsd 6.2-PRERELEASE, but doesn't work on FreeBSD 5.5-STABLE. How can I fix this problem? Thanks, Igor.

Re: [Dbmail] FreeBSD 6.x - 2.2.0 rc2 - mysql 5.0.21 - libsieve 2.2.1 - goes BOOM! (temp workaround found)

2006-11-17 Thread Igor Olemskoi
dbmail rev.2372 works fine. thanks. How does it not work? Doesn't compile? Doesn't run? Doesn't run right? Did you make sure you installed the deps? Why not use 6-STABLE? I am having no issues with 6-STABLE with dbmail. This box actually runs dbmail inside a jail and has the database accessed

[Dbmail] DBmail and MySQL cluster (NDB). Is it possible now?

2006-11-20 Thread Igor Zhbanov
Hello! I want to try to setup DBmail over MySQL NDB cluster. Is it possible? Has anyone successful installation? I have read messages of this mailing list of the times when MySQL cluster holds all tables in memory. But for now MySQL cluster can store non-indexed columns on disk. So, if you don't

[Dbmail] dbmail-util purge with a specific period

2007-07-18 Thread Igor Olemskoi
Hi, Is there possibility to purge messages from the database with a specific period of time? For example only purge messages which are older than the month? Best regards, Igor. ___ DBmail mailing list DBmail@dbmail.org https://mailman.fastxs.nl

Re: [Dbmail] DBMail 2.2.17 on squeeze memory leak?

2011-08-26 Thread Igor Živković
opsview server over a week... A dbmail restart fixes the issue. http://www.nzlocal.com/simon/dbmail.png Hello, just for the record, I have the same problem with 3.0.0-rc3 on Debian Squeeze 64bit VM. I had to write a cron job to restart DBmail every hour. -- Igor Živković <http://www.oglasnik

Re: [Dbmail] dbmail-util questions

2011-08-30 Thread Igor Živković
e to 256MB. Just don't forget to check in MySQL documentation how it should be done once you already created a database. -- Igor Živković ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Re: [Dbmail] Backups with 100GB mail

2011-10-13 Thread Igor Živković
quick way to recover our mail platform for our clients. Any feedback is very welcome! Hi Simon, have a look at http://www.percona.com/software/percona-xtrabackup/ -- Igor Živković ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl