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
> 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.
> 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]#
>>> > 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
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.
Hi,
How to deliver mail to /dev/null using aliases table?
Thanks,
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
>
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.
___
is it possible to use /tmp/mysql.sock (not localhost)?
--
Best regards,
Igor mailto:[EMAIL PROTECTED]
,
Igor mailto:[EMAIL PROTECTED]
Hi there,
can anyone send me working squirrelmail config for dbmail?
thank you.
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
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
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
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]
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]
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.
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.
Greetings,
How to count up the quota information for the user through IMAP commands
or MySQL?
Best regards,
Igor.
x27;t want to enable cgi-bin to show
quotas.
Thank you.
Igor.
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
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.
How to turn on PROC_TITLES on FreeBSD 5.0?
--
Best regards,
Igor mailto:[EMAIL PROTECTED]
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]
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.
]: 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]
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
>> 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
How to use /tmp/mysql.sock instead of localhost MySQL connection?
--
Best regards,
Igor mailto:igor.at.sumy.biz
[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
How to turn off debug?
Best regards,
Igor.
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
> # 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
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
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?!
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
> 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.
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
Hi,
How to turn off debug logging?
Thanks,
Igor.
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.
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
Hi there,
can anyone advice me how to delete messages from the specified folder with
date older than 3 days ago (mysql)?
thank you!
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! :-)
Hi,
How to upgrade 1.2 -> 2.x?
The size of mailboxes in MySQL is 1.7GB.
Best regards,
Igor.
> 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
Can anybody please advice me how to upgrade? :-)
Thank you!
Best regards,
Igor.
> 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
Hello,
When Aarons patches will be submitted to the CVS?
Best regards,
Igor.
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
Hello,
Is there any instructions how to use dbmail-lmtpd?
Best regards,
Igor.
123
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
> 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
>
Hello,
Why squirrelmail's $uid_support worked in dbmail 1.x, but doesn't work in
dbmail 2.x?
best regards,
nix.
hello,
how to delete unconnected messages and mailboxes?
how to cleanly remove accounts?
best regards,
nix.
Hello,
Is there any possibility to deliver mail in Spam folder through
dbmail-lmtpd (not dbmail-smtp)?
Best regards,
Igor.
Greetings.
Where can I download todays snapshot of dbmail 2.1.X?
Thanks,
Igor.
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?
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]:
-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.
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 :-)
Hi there,
How to make work dbmail-imapd + squirrelmail fetch_mail plugin?
Thank you.
> * 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?
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.
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.
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
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
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
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
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
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
71 matches
Mail list logo