[Dbmail] DBMail 2.2 Question

2006-12-11 Thread Simon
? Regards and Thanks, Simon ___ DBmail mailing list [EMAIL PROTECTED] https://mailman.fastxs.nl/mailman/listinfo/dbmail

[Dbmail] Re: DBMail 2.2 Question

2006-12-11 Thread Simon
On 12/12/06, Simon <[EMAIL PROTECTED]> wrote: Hi There, We are migrating to new hardware for our mail store. Currently we are using dbmail 2.0.9-1 on debian sarge with mysql 4.1. I notice that when going to install dbmail 2.2 it depends on mysql5.. Is this the case? If not, is th

Re: [Dbmail] DBMail 2.2 Question

2006-12-11 Thread Simon
On 12/12/06, Aaron Stone <[EMAIL PROTECTED]> wrote: On Mon, Dec 11, 2006, Simon <[EMAIL PROTECTED]> said: > Hi There, > > We are migrating to new hardware for our mail store. Currently we are > using dbmail 2.0.9-1 on debian sarge with mysql 4.1. I notice that > when

Re: [Dbmail] DBMail 2.2 Question

2006-12-11 Thread Simon
On 12/12/06, Aaron Stone <[EMAIL PROTECTED]> wrote: On Mon, Dec 11, 2006, Simon <[EMAIL PROTECTED]> said: > On 12/12/06, Aaron Stone <[EMAIL PROTECTED]> wrote: >> On Mon, Dec 11, 2006, Simon <[EMAIL PROTECTED]> said: >> >> > Hi There, >>

Re: [Dbmail] Re: DBMail 2.2 Question

2006-12-11 Thread Simon
On 12/12/06, Paul Stevens <[EMAIL PROTECTED]> wrote: Simon wrote: > > here is the apt-get depends with "deb http://debian.nfgd.net/debian > unstable main" in my sources list BTW: > > apt-get install dbmail dbmail-mysql dbmail-sieve > > The following packag

[Dbmail] DBMail in as a part of a PHP CRM app

2005-02-15 Thread Simon
? They are much appreciated! Simon

[Dbmail] Re: [mydns-users] MyDNS Questions / Delopment question

2005-03-01 Thread Simon
log file. What sort of overhead processing/disk-wise does this consume? Regards, Simon

[Dbmail] Native webmail for version 2.x? (Need SQL)

2005-03-06 Thread Simon
things... Or does someone have a list of the SQL commands? We are looking to build it as a standard webmail package with a 'plugin' type system for the customisation for the client... and will consider open-sourcing the basic webmail once completed. Any help is appreciated. Simon

Re: [Dbmail] Native webmail for version 2.x? (Need SQL)

2005-03-07 Thread Simon
Any help is appreciated. Simon ___ Dbmail mailing list Dbmail@dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail ___ Dbmail mailing list Dbmail@dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail

[Dbmail] User receiving duplicates in DBmail.

2005-04-12 Thread Simon
Hi there, One of my users is complaining about recieving duplicates. Hes one of the on-to-it ones :), so its not a config error on his side or anything. Can anyone rule out dbamil here? Is this a amavis problem? Thanks. Headers for emails below: HEADER 1:--- Received: from localh

Re: [Dbmail] User receiving duplicates in DBmail.

2005-04-13 Thread Simon
Sri Gupta wrote: One of my users is complaining about recieving duplicates. Hes one of the on-to-it ones :), so its not a config error on his side or anything. Can anyone rule out dbamil here? Is this a amavis problem? Thanks. Headers for emails below: HEADER 1:--- Received: fro

Re: [Dbmail] User receiving duplicates in DBmail.

2005-04-13 Thread Simon
Sri Gupta wrote: Sorry, I'm a moron, grep your logs for "once". The error I had was "Message may be delivered more than once", and it was an amavis timeout problem with stale childs. -Sri On Wed, Apr 13, 2005 at 04:15:42PM +1200, Simon wrote: Hmm.. no mention of &

Re: [Dbmail] User receiving duplicates in DBmail.

2005-04-14 Thread Simon
Sri Gupta wrote: OK!: Found it. I've just solved the problem with the pyzor thing above.. So i'll monitor it and see if that helps. Can you outline your work around in detail? I almost feel stupid sharing this, because it's a kludge of the worst kind. I'm too lazy to see what's actually wron

[Dbmail] For Debian... dbmail-mysql or dbmail2-mysql??

2005-06-28 Thread Simon
Hi There, Ive noticed that there are two dbmail packages for debian... dbmail-mysql (2.0.4-0.20050211) and dbmail2-mysql (2.0.4-1.20050422). Im currently using dbmail-mysql (2.0.4-0.20050211) in a production environment and it is working well - should i be using the dbmail2-mysql?? Simon

Re: [Dbmail] For Debian... dbmail-mysql or dbmail2-mysql??

2005-06-29 Thread Simon
Paul J Stevens wrote: Simon: yes. Use dbmail2-mysql Thanks for the reply Paul. Is there any GOTCHAs with doing a simple apt-get install dbmail2-mysql in this case? I have about a 2GB mail store with several hundred users running on debian sarge. Simon

Re: [Dbmail] DBMail + Vacation Solution, for right now?

2005-06-29 Thread Simon
e if that helps. Simon

Re: [Dbmail] DBMail + Vacation Solution, for right now?

2005-06-30 Thread Simon
Kevin Baker wrote: Simon, This sounds great. Would you mind sharing it? I have wanted to move to DBMail for some time now, unfortunately I require the Vacation functionality... so this would be great! What version of DBMail would I need to be running to pipe the mail into your PHP solution

[Dbmail] Controling log output...

2005-07-02 Thread Simon
is there a way in dbmail to stop logging to syslog? and log to its own log? Thanks

[Dbmail] DBMail dies sometimes

2005-07-29 Thread Simon
-daemon: warning: failed to kill 11477: No such process done. Where would i begin with this one? Regards Simon

Re: [Dbmail] DBMail dies sometimes

2005-08-02 Thread Simon
Would this be a bit of a temp fix? Simon

Re: [Dbmail] DBMail dies sometimes

2005-08-02 Thread Simon
Thanks for the reply Paul... Is there any suggestions for a short term sort of hack/fix to somehow sidestep the problem? If not... tell me to have a bit more patience :) Simon Paul J Stevens wrote: Simon, the problem with the init script is unrelated to the unresponsive imapd afaik. So a

Re: [Dbmail] DBMail dies sometimes

2005-08-03 Thread Simon
. Thanks Simon

Re: [Dbmail] DBMail dies sometimes

2005-08-05 Thread Simon
Paul J Stevens wrote: check_dbmail() { timeout -1 2 nc -w 5 localhost imap 2>/dev/null |\ head -1|grep -E '\* OK' || return 1 return 0 } Can someone let me know what debian package (etc) we get the command 'nc' from? Thanks

Re: [Dbmail] DBMail dies sometimes

2005-08-07 Thread Simon
imap timing out. Sorry if i havent written this correctly :) Simon Paul J Stevens wrote: timeout is in package timeout, iirc, nc is in package netcat. Simon wrote: Paul J Stevens wrote: check_dbmail() { timeout -1 2 nc -w 5 localhost imap 2>/dev/null |\ head -1|gr

Re: [Dbmail] DBMail dies sometimes

2005-08-08 Thread Simon
this sorted the above query? Thanks for all your hard work! Simon

Re: [Dbmail] DBMail dies sometimes

2005-08-09 Thread Simon
d the above query? It does. But I may have to re-open bug: http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=158 Some testing is indicated here. Groovy... I will keep any eye on our server to see if the problem happens again. Simon

[Dbmail] apt-get Upgrading to 2.0.5-1

2005-08-30 Thread Simon
e? # apt-get -V dist-upgrade Reading Package Lists... Done Building Dependency Tree... Done Calculating Upgrade... Done The following packages have been kept back: dbmail2-mysql (2.0.4-1svn20050808-1 => 2.0.5-1) 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. Thanks Simon

[Fwd: [Dbmail] apt-get Upgrading to 2.0.5-1]

2005-08-30 Thread Simon
Futher to this, i get this error on an apt-get install dbmail2-mysql The following packages have unmet dependencies: dbmail2-mysql: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22 is to be installed E: Broken packages Thanks Simon Original Message Subject: [Dbmail] apt-

Re: [Fwd: [Dbmail] apt-get Upgrading to 2.0.5-1]

2005-08-30 Thread Simon
Paul J Stevens wrote: Simon wrote: Futher to this, i get this error on an apt-get install dbmail2-mysql The following packages have unmet dependencies: dbmail2-mysql: Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22 is to be installed Those packages are for unstable, not for sarge, not

Re: [Fwd: [Dbmail] apt-get Upgrading to 2.0.5-1]

2005-09-04 Thread Simon
Just a quick note to say that i upgraded to this last week and (touch wood) all is going very well, both imap and pop3 problems have gone and our mail server is working well. Good work! Sincere Thanks, Simon Paul J Stevens wrote: Packages for dbmail2-2.0.6+20050831-1 are uploading

[Dbmail] MySQL Connections

2005-09-11 Thread Simon
We are running dbmail on a dual 2.8 xeon with 2GB of ram on debian sarge. Amavis and Postfix also share mysql for configuration settings. We have been getting issues with mysql having to many concurrent connections. I know that this is really a mysql configuration option.. but im guessing that

[Dbmail] imap and pop3 bugging out...

2005-09-11 Thread Simon
Hi There, Could someone take a look at this log and give me any info? There were thousnads of imap and pop3 processes running this monring.. Ive traced it back to this entry in the log file: Sep 12 00:00:10 mx1 dbmail/imap4d[29790]: serverchild.c,PerformChildTask: incoming connection from [2

Re: [Dbmail] MySQL Connections

2005-09-12 Thread Simon
Steven Lynn wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The real question is what version of MySQL are you running? 4.x or 5.x? 4.1.11a-4 on debian sarge

Re: [Dbmail] imap and pop3 bugging out...

2005-09-15 Thread Simon
Paul J Stevens wrote: What version are you running? 2.0.6+20050831-1 on sarge. Ive just noticed that there is 2.0.7-1 out. I will upgrade over the weekend. Do you thing that will solve the issue? Thanks! Simon

[Dbmail] dbmail 2.0.7 "Missing table?" syslog message

2005-10-15 Thread Simon
:37 mx1 dbmail/smtp[4831]: sort.c, sort_and_deliver: message id=800446, size=2144 is inserted Its happening quite a lot and for different users_id's. Any suggestions? Simon

[Dbmail] The table 'dbmail_messageblks' is full error message (yelp!!!)

2005-11-10 Thread Simon
x27;re all free. we're done. Nov 10 16:31:17 mx1 dbmail/smtp[23103]: main(): exit code is [75]. Anyone can help with this urgently? Simon

[Dbmail] mysql_real_query failed: Can't open file: 'dbmail_messageblks.MYI' (errno: 144)

2005-11-10 Thread Simon
other lists Nov 10 16:55:52 mx1 dbmail/smtp[2722]: main(): freeing memory blocks Nov 10 16:55:52 mx1 dbmail/smtp[2722]: main(): they're all free. we're done. Nov 10 16:55:52 mx1 dbmail/smtp[2722]: main(): exit code is [75]. Anybody who is onhand to help, please. Simon

Re: [Dbmail] mysql_real_query failed: Can't open file: 'dbmail_messageblks.MYI' (errno: 144)

2005-11-10 Thread Simon
W_LENGTH=nnn; > > Check the page to see what value to put for nnn. > > Xing > > Simon wrote: > > Now im getting these errors: > > > > Nov 10 16:55:52 mx1 dbmail/smtp[2721]: main(): exit code is [75]. > > Nov 10 16:55:52 mx1 dbmail/smtp[2722]: dbmysql.c,db_que

[Dbmail] Max_data_length for dbmail_messageblks reached

2005-11-14 Thread Simon
; But before i do this, im just wondering if there is anyone out there who has done this before, and it there was any issues/TFYPs in doing so? Thanks for any replies in advance! Simon

Re: [Dbmail] Max_data_length for dbmail_messageblks reached

2005-11-15 Thread Simon
v.mysql.com/doc/refman/4.1/en/full-table.html On the notes above... some have had problems with data loss after not doing a OPTIMIZE on the database before hand. Any more comments from the list on this? Thanks Simon

Re: [Dbmail] Max_data_length for dbmail_messageblks reached

2005-11-16 Thread Simon
).. Also, im using postfix/amavis, just wondering if there is some way to delay the bounce back for that time (considering that dbmail wont be accepting mail from amavis)? Any thoughts appreciated. Simon

[Dbmail] DBMail Logging question

2005-11-18 Thread Simon
help? Thanks Simon

Re: [Dbmail] Max_data_length for dbmail_messageblks reached

2005-11-18 Thread Simon
7;dbmail_messageblks'; give me an AVG_ROW_LENGTH of 35381, is this what i use here? Thanks!!! Simon

Re: [Dbmail] Max_data_length for dbmail_messageblks reached (a different idea?)

2005-11-20 Thread Simon
dbmail_messageblks stucture - CREATE TABLE dbmail_messageblks (column defs,) TYPE=MERGE UNION(dbmail_messageblks_part1, dbmail_messageblks_part2) INSERT_METHOD=LAST Then just keep adding 4GB dbmail_messageblks_partX when needed. ?? Simon

Re: [Dbmail] Max_data_length for dbmail_messageblks reached (Solved)

2005-11-21 Thread Simon
Simon wrote: It looks like we have reached the Max_data_length for the dbmail_messageblks table, this is currently 4294967295 (which is 4GB im gussing - which is about right). From the mysql docs, this can be easliery solved by running: ALTER TABLE tbl_name MAX_ROWS=10 AVG_ROW_LENGTH

Re: Re[2]: [Dbmail] Max_data_length for dbmail_messageblks reached

2005-11-23 Thread Simon
On 11/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > PJS> Simon, > > PJS> This limitation is only relevant for MyISAM tables, and your solution > PJS> (MERGE engine) also applies to MyISAM only. Please note however, that > PJS> MyISAM is deprecated for dbmai

Re: [Dbmail] Max_data_length for dbmail_messageblks reached

2005-11-23 Thread Simon
t; maintain referential integrety in the database-client (dbmail). > > So you better start thinking about moving to innodb, I guess. OK - point also taken. Where do i start with this one? is there a way to convert data over? Thanks Simon

Re: Re[2]: [Dbmail] Max_data_length for dbmail_messageblks reached (Solved)

2005-11-23 Thread Simon
that delivery to _part2 (or what ever your last part is) continues unabated. You need to do the optimize and restore IN-BETWEEN dbmail-maintenance runs though. e.g. the deletes need to not occur from the messageblks table. Any comments, bad or good are very welcome and needed. :) (Thanks again to Mark for help with this) Simon

Re: [Dbmail] Max_data_length for dbmail_messageblks reached (Solved)

2005-11-23 Thread Simon
On 11/24/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > You have fixed a short term problem but forgot about long term > consequences. > > Email system is a delete/insert/update/select heavy system, if you have > lots of users. Going with innodb you get concurrent reads + writes. I > can do mos

[Dbmail] DBMail 2.0.7 to 2.0.9?

2006-04-05 Thread Simon
Hi There, Is there any issues in performing an apt-get upgrade of the dbmail2 debian package from 2.0.7+20050927-1 to 2.0.9-1? Is this just a simple apt-get upgrade? Thanks Simon

[Dbmail] Re: DBMail 2.0.7 to 2.0.9?

2006-04-06 Thread Simon
On 4/5/06, Simon <[EMAIL PROTECTED]> wrote: > Hi There, > > Is there any issues in performing an apt-get upgrade of the dbmail2 > debian package from 2.0.7+20050927-1 to 2.0.9-1? Is this just a simple > apt-get upgrade? Can anybody confirm that there are no issues here? Im

[Dbmail] NAMESPACE support in dbmail

2006-05-09 Thread Simon
Hi There, I can see that from v2.0 on, dbmail has NAMESPACE suport. Sorry if this is a lamo question, but how do i go about acually configuring this from the server end for a client to use this? Thanks Simon

[Dbmail] Best practices for a DBmail server move

2006-06-26 Thread Simon
mysql replication as a step? Simon

[Dbmail] /usr/sbin/mysqld: Forcing close of thread

2006-06-27 Thread Simon
ighMem per-cpu: empty Could someone take a look at this small clip from the syslog and offer any advice here. I have the full syslog if someone could please take a look at it (i can email you the link). I really apprciate the help here please? Regards, Simon

[Dbmail] Re: /usr/sbin/mysqld: Forcing close of thread

2006-06-28 Thread Simon
Further to this... I think there is a dbmail issue here?? as my maillog is full with: dbmail/pop3d[31289]: serverchild.c,CreateChild: child_register failed messages... 30MBs of it :) Simon On 6/28/06, Simon <[EMAIL PROTECTED]> wrote: Hi there, We are running dbmail on debian sarg

Re: [Dbmail] /usr/sbin/mysqld: Forcing close of thread

2006-06-28 Thread Simon
On 6/28/06, DK <[EMAIL PROTECTED]> wrote: On 6/27/06, Simon <[EMAIL PROTECTED]> wrote: > Hi there, > > We are running dbmail on debian sarge with 2.6.8-12-em64t-p4-smp > kernel and running dbmail version 2.0.9-1. We havd had our mail server > stuck (or running really s

Re: [Dbmail] /usr/sbin/mysqld: Forcing close of thread

2006-06-29 Thread Simon
On 6/28/06, Jorge Bastos <[EMAIL PROTECTED]> wrote: Simon, I think you have to do some tunning with the configuration: NCHILDREN=15 MAXCHILDREN=15 each one for lmtpd, imapd and pop3d in dbmail.conf the number os processes cannot be bigger than the number os processes that MySQL accepts

Re: [Dbmail] /usr/sbin/mysqld: Forcing close of thread

2006-06-30 Thread Simon
ly, with approx 1/4 'fat' IMAP clients, however all uses do have access to webmail via SquirrelMail (set to IMAP). Note: This is a Dual HT Xeon server with 2GB RAM and HW RAID5, running debian sarge with 2.6.8-12-em64t-p4-smp kernel. Thanks Again, Simon postfix/master.cf: lmtp

[Dbmail] Best proxy for use with dbmail

2006-07-05 Thread Simon
Just wondering what other people are using as a POP and IMAP proxy for dbmail? What are the best options here? Any recommendations/suggestions are welcome. Thanks Simon

[Dbmail] MyISAM to InnoDB

2006-07-10 Thread Simon
mysql before doing this? Thanks Simon

Re: [Dbmail] MyISAM to InnoDB

2006-07-10 Thread Simon
On 7/10/06, Paul J Stevens <[EMAIL PROTECTED]> wrote: Simon, Simon wrote: > set unique_checks=0; > alter table dbmail_users type=innodb; > ... etc ... > set unique_checks=1; > > This seems to have worked fine on my dev server, shutting down dbmail > before doing so.

[Dbmail] Quota Bounce Message - Is there a way to customise?

2006-07-12 Thread Simon
Hi There, Is there a way to customise the bounce back if a quota is full, or is this a thing for postfix? Thanks Simon

[Dbmail] Fwd: Quota Bounce Message - Is there a way to customise?

2006-07-12 Thread Simon
- From: Simon <[EMAIL PROTECTED]> Date: Jul 12, 2006 2:19 PM Subject: Quota Bounce Message - Is there a way to customise? To: DBMail mailinglist , dbmail-dev@dbmail.org Hi There, Is there a way to customise the bounce back if a quota is full, or is this a thing for postfix? Thanks Simon

[Dbmail] Postfix > amamvis > dbmail

2006-08-02 Thread Simon
his is not a dbmail question, but i thought that someone might have faced a similar problem before. Thanks Simon

Re: [Dbmail] Postfix > amamvis > dbmail

2006-08-02 Thread Simon
Opps...! On 8/2/06, Matthew Smith <[EMAIL PROTECTED]> wrote: Quoth Simon at 08/02/06 10:41... > postfix > amamvis > spamas > clamav > dbmail > > Does any one have any suggestions on how to go about finding out where > the load is centered over this.. e.g. which

Re: [Dbmail] Re: DBMail 2.2 Question

2006-12-13 Thread Simon
On 12/12/06, Paul J Stevens <[EMAIL PROTECTED]> wrote: Leander Koornneef wrote: > I'm no debian packaging guru, but if you download the dbmail source > and run `sed -i -e 's/libmysqlclient15off/libmysqlclient14/' > debian/control`, > you should be able to create your own debian package for use

[Dbmail] DBMail configuration question (separate MSA and MTA)

2006-12-13 Thread Simon
Hi There, Up till now we have been running postfix > bla > dbmail all on one box. We had mysql telling postfix to accept and deliver mail for users to a dbmail pipe. Now we have a few more users and $$ coming in, we are setting up a box for dbmail (MSA) and a box for incoming etc (MTA). How do i

[Dbmail] Re: DBMail configuration question (separate MSA and MTA)

2006-12-13 Thread Simon
Sorry!!! Just found it in the WIKI!!! On 12/14/06, Simon <[EMAIL PROTECTED]> wrote: Hi There, Up till now we have been running postfix > bla > dbmail all on one box. We had mysql telling postfix to accept and deliver mail for users to a dbmail pipe. Now we have a few more users a

Re: [Dbmail] Re: DBMail 2.2 Question

2006-12-14 Thread Simon
On 12/14/06, Paul J Stevens <[EMAIL PROTECTED]> wrote: Simon wrote: > I might just have to stick with old-stable until etch is supported by Xen ?? Xen is in etch already We are using the commercial XenEnterprise product, under which debian sarge is fully

[Dbmail] Upgrading from 2.0.10-1 on Sarge to 2.2.10-1 on Etch

2008-04-04 Thread Simon
? My dbmail_messageblks table is currently 9.8GB and is mysqldump'ed each night, so i am going to use the nightly backup as a test for the new server. Thanks Simon ___ DBmail mailing list DBmail@dbmail.org https://mailman.fastxs.nl/mailman/lis

[Dbmail] Forced upgrade from 2.0 to 2.2

2009-03-10 Thread Simon
migrate_from_2.0_to_2.2.mysql file, configuring dbmail for our environment and starting it? Thanks Simon ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Re: [Dbmail] Forced upgrade from 2.0 to 2.2

2009-03-10 Thread Simon
On Wed, Mar 11, 2009 at 12:44 PM, Simon wrote: > Hi There, > > Our dbmail 2.0 running on debian sarge was damaged last night. > > We are currently building a new VM with debian etch and dbmail 2.2. > The innodb mysql database from the old server is just being recovered >

Re: [Dbmail] Forced upgrade from 2.0 to 2.2

2009-03-10 Thread Simon
bmail.org/dokuwiki/doku.php?id=upgrading_to_2.1 >> >> So i would need to perform a "dbmail-util -by" as well correct? > > Correct. Thanks Aaron, The VM has 2 x E5310 Xeon Cores @ 1.6GHz... and the ibdata1 file is approx 40GB.. so that upgrade script mig

Re: [Dbmail] Forced upgrade from 2.0 to 2.2

2009-03-10 Thread Simon
t; would be great to know. Any ideas rough approx time? 30mins, 30hours, 30 days? THanks Simon PS: WIll do on the reports. ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Re: [Dbmail] Forced upgrade from 2.0 to 2.2

2009-03-10 Thread Simon
ail database. Failed. An error occured. Please check log. I have read various things, but it would be good to get the correct thing todo here please? Thanks Simon ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

[Dbmail] Postfix > DBMail 2.2 (lost connections)

2009-03-10 Thread Simon
s=deferred (delivery temporarily suspended: lost connection with 210.OUR.DBMAIL.SERVER[210.OUR.DBMAIL.SERVER] while sending end of data -- message may be sent more than once) And there are multiple copies of mail going into mailboxes. I havent the foggiest where to start with this one? Any pointers? Than

Re: [Dbmail] Postfix > DBMail 2.2 (lost connections)

2009-03-11 Thread Simon
On Thu, Mar 12, 2009 at 7:29 AM, Paul J Stevens wrote: > Simon wrote: >> Hi There, >> >> After our "forced upgrade" of the os and dbmail from stage/dbmail_2.0 >> to etch/dbmail_2.2 we are seeing this sometimes in the mail filter >> log: >&g

Re: [Dbmail] Forced upgrade from 2.0 to 2.2

2009-03-11 Thread Simon
On Thu, Mar 12, 2009 at 7:27 AM, Paul J Stevens wrote: > Aleksander Kamenik wrote: >> Simon wrote: >> >>> I have read various things, but it would be good to get the correct >>> thing todo here please? >> >> First check your database settings. Defau

Re: [Dbmail] Postfix > DBMail 2.2 (lost connections)

2009-03-11 Thread Simon
you think this could cause the issue? Simon ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Re: [Dbmail] Postfix > DBMail 2.2 (lost connections)

2009-03-11 Thread Simon
On Thu, Mar 12, 2009 at 8:53 AM, Simon wrote: > On Thu, Mar 12, 2009 at 8:45 AM, Paul J Stevens wrote: >> Looking at the logs I see: >> >> Mar 12 08:11:40 mail-store1 dbmail/lmtpd[3544]: Info:[delivery] >> pipe.c,send_mail(+144): opening pipe to >> [/usr/loca

[Dbmail] External forwards piped out to a command

2009-03-11 Thread Simon
oes thru. Note that the /usr/local/autoresponder/autoresponder.php is owned by the dbmail user and is executable. An assistance would be greatly apprectiated! Thanks Simon ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Re: [Dbmail] External forwards piped out to a command

2009-03-12 Thread Simon
On Thu, Mar 12, 2009 at 10:01 PM, Paul J Stevens wrote: > Simon wrote: > >> An assistance would be greatly apprectiated! > > Show me the code. Thanks Paul.. The code for /usr/local/autoresponder/autoresponder.php? I have removed all the PHP that we currently have in the scipt

[Dbmail] Calculate mailbox size?

2009-08-05 Thread Simon
Hi There, We have a external client management app that we would like to be able to calculate the size of a dbmail mailbox with a SQL query. Can anyone give me some pointers here to get this right please? Thanks Simon ___ DBmail mailing list DBmail

[Dbmail] Percona XtraDB as a replacement for Innodb?

2010-09-20 Thread Simon
Hi There, Has anyone seen or is using Percona XtraDB as a replacement for InnoDB? Note I am not affiliated with Percona in any way... just reading thru some reviews and they look good: http://www.percona.com/software/percona-xtradb/ >From the companies website: Percona XtraDB is an enhanced ver

[Dbmail] 2 DB mail servers to one mysql server

2010-11-17 Thread Simon
see any issues here? Thanks Simon ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

[Dbmail] IMAP dies after a couple of mins

2010-11-21 Thread Simon
server A works with no issues. Any ideas on how to go about solving this one? Many thanks, Simon ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Re: [Dbmail] IMAP dies after a couple of mins

2010-11-21 Thread Simon
Solved! MAXCHILDREN was set to low (default setting) On Mon, Nov 22, 2010 at 3:20 PM, Simon wrote: > Hi There, > > We added a new server (B below) to our mail config... So now we have: > > A) DBMail 2.2.11 on debian etch (also running mysql 5.0.32) > B) DBMail 2.2.15 on deb

[Dbmail] DBmail & ical (OT a bit)

2011-03-16 Thread Simon
direction that works? Thanks Simon ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

[Dbmail] dbmail and debian squeeze

2011-06-23 Thread Simon
dbmail-2.2.17.tar.gz? Many thanks! Simon ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Re: [Dbmail] dbmail and debian squeeze

2011-06-30 Thread Simon
On Wed, Jun 29, 2011 at 11:50 AM, Schattenfell wrote: > > Hello Simon, > > I recommend you to use DBMail 2.2.17 or the new DBMail 3.0 RC2. I also > tested 2.2.11 with Debian but there were some really annoying bugs relating > IMAP daemon in this old release (IMAP daemons / pr

[Dbmail] DBMail 2.2.17 on squeeze memory leak?

2011-07-21 Thread Simon
restart fixes the issue. http://www.nzlocal.com/simon/dbmail.png Any ideas on whats going on here and where to start? Thanks! Simon ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

[Dbmail] dbmail-util questions

2011-08-29 Thread Simon
iod (early birds!). Is this a normal process? Is there any changes or a different way of doing this so that the mail will continue to flow thru? Thanks Simon dbmail-util -ay output: # cat dbmail-util.log Repairing DBMAIL messageblocks integrity... Ok. Found [0] unconnected messageblks. Repair

Re: [Dbmail] dbmail-util questions

2011-08-29 Thread Simon
our box and what are your mysql-settings Thanks for the quick reply... i had thought it might be something like this. 2GB RAM on the MySQL box with the following: http://www.nzlocal.com/simon/mysqlconf.txt Simon___ DBmail mailing list DBmail@dbmail.org h

Re: [Dbmail] dbmail-util questions

2011-09-05 Thread Simon
On Tue, Aug 30, 2011 at 7:58 PM, Igor Živković wrote: > On 08/29/2011 11:48 PM, Simon wrote: > > On 30/08/2011, at 9:42 AM, Reindl Harald wrote: > > your innodb-settings sucks > > this should not be so slow > on our 15 GB dbmail-database "dbmail-util" needs on

Re: [Dbmail] dbmail-util questions

2011-09-05 Thread Simon
imapsync between two dbmail servers? > * stop live/vm server > * rsync of new mysql-datadir to the live-server > * start services/mysql on the liveserver All good with the last 3... BTW: Thank you for your replies. Simon ___ DBmail mailing list DBmai

[Dbmail] imapsync with dbmail

2011-09-05 Thread Simon
-authmech1 LOGIN --sep1 '/' \ --host2 HOST2 --user2 USER1 --authuser2 USER1 --password2 PASS1 --authmech2 LOGIN This seems to work with a basic IMAP mailbox with a couple of messages in it and some folders etc… but is there anything that might muck up with larger mailboxes/mess

[Dbmail] 2.2.17 > 3? (need to migrate to new mysql server, should i upgrade?)

2011-09-06 Thread Simon
Hi There, We need to migrate our 80+GB of mail over to a new mysql server (old and new servers are 5.1 on 64bit debian squeeze). We are doing this with imapsync. Is it worth upgrading to dbmail 3 at the same time? Its still rc, but that might change soon? Simon

[Dbmail] Backups with 100GB mail

2011-10-13 Thread Simon
platform for our clients. Any feedback is very welcome! Thanks Simon ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

[Dbmail] OT. Export create users commands

2011-10-15 Thread Simon
dbmail server so we can use imapsync to copy over... Thanks Simon ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

[Dbmail] MySQL config for dbmail

2011-10-31 Thread Simon
able to assist with mysql config to best utilise the resources of the new VM? Current my.conf is http://www.nzlocal.com/simon/dbmail_my_conf.txt Many Thanks!!! Simon ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/ma

  1   2   3   4   >