[Dbmail] Error on make dbmail

2002-11-18 Thread Jacques Beaudoin
Any idea where to lock Result from make --- [EMAIL PROTECTED] dbmail]# ./configure 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 c

[Dbmail] Starting POP3 and IMAP deamon

2002-11-20 Thread Jacques-Beaudoin
The INSTALL file does not mention how to start the pop3 and imap deamon Can somebody give me the way to start does deamon. Thanks

[Dbmail] Postfix error

2002-11-20 Thread Jacques Beaudoin
Any idea where to look to get postfix to work Nov 20 15:37:28 mail1 postfix/smtpd[1939]: connect from unknown[10.115.1.22] Nov 20 15:37:28 mail1 postfix/smtpd[1939]: 27FB814747: client=unknown[10.115.1.22] Nov 20 15:37:28 mail1 postfix/trivial-rewrite[1941]: warning: d

[Dbmail] Administration tools for dbmail

2002-11-21 Thread Jacques-Beaudoin
My dbmail test setup in now UP Is somebody working on a webmin administration tool for dbmail. Or a KDE administration tool Thanks

[Dbmail] Using DBMAIL

2002-11-22 Thread Jacques-Beaudoin
Thanks Bret for your web administration info for DBMAIL. It would also be nice to se a administration tool for DBMAIL on the fine WEBMIN project (www.webmin.com) since i do most of my adminstration with webmin. Now that my test DBMAIL server is up and running i have a lot of work to do to convert

Re: [Dbmail] Using DBMAIL

2002-11-22 Thread Jacques-Beaudoin
> > Now that my test DBMAIL server is up and running > > i have a lot of work to do to convert 3000 users using > > (postfix+uw IMAP+amavis+fprot+webmail) > > On that topic, are there any scripts/apps available to import the user > data from file, into the database? Finding any scripts/apps is par

Re: [Dbmail] Using DBMAIL

2002-11-22 Thread Jacques-Beaudoin
Thanks Filip I will try your code when its available > > I'm working on a PHP based admin tool for DBmail (allowing users to > signup for an account, do admin stuff, checking accounts, used size, > setting up mailinglists, etc...). But it is still in early development. > Will post the code here on

[Dbmail] Messages language

2002-11-29 Thread Jacques-Beaudoin
All messages sent by dbmail-smtp are in english is possible to use a second language Thanks

[Dbmail] All empty document

2002-12-03 Thread Jacques-Beaudoin
I just did a CVS update of dbmail 1.0 and all files in /dbmail/sql/mysql are empty there is a small typing error in the INSTALL file the line mysql -u root -p < sql/mysql/create_tables.sql ( IS ) mysql -u root -p < sql/mysql/create_tables.mysql( SHOULD BE )

Re: [Dbmail] Migrating to DBMail

2002-12-04 Thread Jacques-Beaudoin
Chris Nolan a wrote : > > Essentially, I'm looking for recommendations for the DB in each case and > any pointers to software to assist with the migration or, alternatively, > tips on writing my own. I did a test migration with the attach script hope it will help Jacques uw2dbmail.sh Descrip

[Dbmail] dbmail/smtp could not open file dbmail.conf

2002-12-04 Thread Jacques Beaudoin
Messages from /var/log/maillog Any idea where to look Dec 4 16:41:13 mail1 dbmail/smtp[2267]: ReadConfig(): starting procedure Dec 4 16:41:13 mail1 dbmail/smtp[2267]: ReadConfig(): could not open config file [dbmail.conf] Dec 4 16:41:13 mail1 postfix/pipe[2253]: ADC6167CC7: to=<[EMAIL PRO

[Dbmail] Can i create imap folders with dbmail-smtp

2002-12-10 Thread Jacques-Beaudoin
I migrated all my inbox from uw-imap to dbmail with a script and a line like cat $USER | /usr/bin/formail -s dbmail-smtp -m "INBOX" -u $USER Now i want to transfert all my imap folders with a line like cat $FOLDER | /usr/bin/formail -s dbmail-smtp -m "$FOLDER" -u $USER I figure that $FOLDER w

[Dbmail] Request for a modified dbmail-smtp

2002-12-10 Thread Jacques-Beaudoin
perl that looked up the > user_idnr, then added a mailbox named '$FOLDER' for that user_idnr, then ran > dbmail-smtp. > > /Mark > > > On 10/12/02 12:20 PM, "Jacques-Beaudoin" <[EMAIL PROTECTED]> > wrote: > > > I migrated all my inbox from

Re: [Dbmail] Request for a modified dbmail-smtp

2002-12-10 Thread Jacques-Beaudoin
Thanks Mark Looking forward to test the modified dbmail-smtp program Mark Mackay wrote : > I'll see if Klas can update it for the current CVS version and post it later > on today. /Jacques Beaudoin/Montreal/Canada

Re: [Dbmail] Request for a modified dbmail-smtp (patch included)

2002-12-11 Thread Jacques-Beaudoin
Hi Klas DBMAIl,CVS,and PATCH is a bit new for me I now CVS because i downloaded DBMAIL via CVS and compiled it with no problem. First: Can i download CVS 2002/12/11 and recompile DBMAIL. Will that give me a new and modified dbmail-smtp. Second: If i can not download CVS 2002/12/11 How can i in

Re: [Dbmail] mbox to dbmail

2002-12-13 Thread Jacques-Beaudoin
Hi John I wrote a script to convert mbox to dbmail give it a try and let me now if it works for you. This script as 5 sections and sections-3 (hierachical folder) neads a modified dbmail-smtp to work correctly. Maby you can help me in having dbmail-smtp modified by the dbmail team. Thanks Jacq

[Dbmail] mbox to dbmail converter

2002-12-17 Thread Jacques Beaudoin
Thanks John for mb2db.c When i do the make i get compiling errors Any idea where to look Thanks [EMAIL PROTECTED] dbmail]# make mb2db cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCEmb2db.c -o mb2db /tmp/ccb3yJbn.o: In function `main': /tmp/ccb3yJbn.o(.text+0x3e): undefined reference to `confi

Re: [Dbmail] mbox to dbmail converter

2002-12-18 Thread Jacques-Beaudoin
Thanks John mb2db as compiled ok and i got all my folders in mysql i think it was the part about build.sh mb2db sould be included in dbmail and always compiled with the dbmail programs (dbmail-smtp,dmail-pop3detc) Jacques

[Dbmail] Dbmail web admin

2002-12-19 Thread Jacques Beaudoin
I tried to install dbmailadmin.01 from a link at dbmail.org without any succes. I like to now if anybody on this maling list ever install dbmailadmin.01 with succes. or if you have a auther webadmin package Thanks and greating for 2003 Jacques/Montreal/Canada

Re: [Dbmail] Dbmail web admin

2002-12-20 Thread Jacques-Beaudoin
Thanks Dave for the weDBmail link Like you say its a good starting point and it neads customizing. The system: - Why all these new tables The admin section: - The list all users functions would be great if instead of "Go directly to page" it would be "Go directly to first 3 or 4 letters of

Re: [Dbmail] smtp issues

2003-01-17 Thread Jacques-Beaudoin
Your wright John John Heller a écrit : > There seems to be at least one of these every week. Time for a bit of > lateral thinking... Hang on - here's a wild idea! How about issuing a > new version of the source with it fixed!!? > > Dave Meador wrote: > > >This problem was already discussed in

[Dbmail] Messages using squirrelmail

2003-02-21 Thread Jacques-Beaudoin
Im getting this message when using squirrelmail with dbmail Thread sorting is not supported by your IMAP server or there may be a problem with your configuration. Please report this to the system administrator. Any idea where to look Thanks Jacques

[Dbmail] SQL QUERY TO LIST USERS IN A SCRIPT

2003-03-14 Thread Jacques-Beaudoin
I would like to now de mysql command to put in a bash script to list all the users in a dbmail database. Thanks for you help

Re: [Dbmail] SQL QUERY TO LIST USERS IN A BASH SCRIPT

2003-03-18 Thread Jacques-Beaudoin
Glad i could help Im also writing a dbmail.sh script for now my script is sending email to all users that are at 66% of their email quota. What does your dbmail.sh do ? Im lookink for a easy way to add delete show users.. etc Thank Jacques Montreal/Canada [EMAIL PROTECTED] a écrit : > Goo

[Dbmail] WEBMIN FOR DBMAIL WEB ADMINISTRATION

2003-03-18 Thread Jacques-Beaudoin
I have been looking for a simple web administration tool for dbmail It all ready on my mail server its webmin I have been using webmin to configure servers (Postfix,mysqletc) but never explore the section (others) of webmin Just install webmin (If not all ready install) clic others clic cu

Re: [Dbmail] WEBMIN FOR DBMAIL WEB ADMINISTRATION

2003-03-18 Thread Jacques-Beaudoin
Hi Ibelle You can download webmin from www.webmin.com Jacques Montreal/Canada [EMAIL PROTECTED] a écrit : > > so , where is it ;) > > i'm looking for a php page. > > no guys not the old one, and not the cold fusion from sourceforge. >

Re: [Dbmail] WEBMIN FOR DBMAIL WEB ADMINISTRATION

2003-03-18 Thread Jacques-Beaudoin
This a sample dbmail.sh script with installation steps for webmin #!/bin/bash # # Follow up # Sample dbmail.sh script to administer dbmail via webmin # Jacques Beaudoin 2003/03/18 # # To test and evaluate dbmail administration via webmin # # 1: Download and install webmin rpm from

Re: [Dbmail] WEBMIN FOR DBMAIL WEB ADMINISTRATION

2003-03-19 Thread Jacques-Beaudoin
. If somebody now bash and webmin they can have theire dbmail web administration in no time using dbmail-adduser and dbmail-maintenance and mysql (command line). Jacques Montreal/Canada Paul Stevens a écrit : > Jacques-Beaudoin wrote: > > >if [ $OPTION = "ADD" ]; then >

Re: [Dbmail] debug

2003-03-19 Thread Jacques-Beaudoin
Hi Reol I also will make that recompile Could that change be maid permenent in some way. Thanks Jacques Montreal/Canada Roel Rozendaal - IC&S a écrit : > hi, > > the level at which the imap commands are being logged is set hard-coded > (sorry) in imap4.c. Just below the #include's you'll find

Re: [Dbmail] WEBMIN FOR DBMAIL WEB ADMINISTRATION

2003-03-19 Thread Jacques-Beaudoin
#!/bin/bash # # Sample dbmail.sh script to help you # test and administer dbmail via webmin # # Jacques Beaudoin # # History: 2003/03/19 Added quotes to parameters # (Thanks to Paul Stevens) # 2003/03/18 First sample # # # 1: Download

Re: [Dbmail] debug

2003-04-01 Thread Jacques-Beaudoin
I also want have the same request Jacques Beaudoin Igor Olemskoi a écrit : > 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;

[Dbmail] Deleting folder in dbmail with squirrelmail

2003-04-01 Thread Jacques-Beaudoin
This a post from the mailing list archive did anybody find the answer for this problem. Im having the same problem. Thanks Jacques/Montreal/Canada In squirrelmail Try to create new folder and then delete it. The folder gets deleted but i get the message ERROR : Could not complete request. Que

[Dbmail] Imap to much loging

2003-04-04 Thread Jacques Beaudoin
--- Begin Message --- This is the Postfix program at host rb1.cspi.qc.ca. I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations. For further assistance, please send mail to If you do so, please include this problem report. You can de

[Dbmail] Imap to much loging (oups resend)

2003-04-04 Thread Jacques Beaudoin
For every clic from a user using squirrelmail i get these 4 lines of log Apr 3 18:03:30 mail1 dbmail/imap4d[20178]: PerformChildTask(): incoming connection from [10.115.1.18] Apr 3 18:03:30 mail1 dbmail/imap4d[20178]: IMAPD [PID 20178]: user (id 2698, name steve-quirion) login accepted @ 2003-

[Dbmail] Dbmail + horde + imp + turba

2003-04-05 Thread Jacques Beaudoin
Im experimenting with horde+imp+turba webmail.. I find imp webmail interface great. Im trying to have turba read dbmail aliases table with no succes Can someone post a working turba sources.php for dbmail. Thanks Jacques/Montreal/Canada

[Dbmail] Can i stop imap logging

2003-04-07 Thread Jacques Beaudoin
, name jacques-beaudoin) login Apr 7 11:27:57 mail1 dbmail/imap4d[18123]: _ic_logout(): user (id:1241) logging out Apr 7 11:27:57 mail1 dbmail/imap4d[18123]: IMAPClientHandler(): Closing connection for client [10.115.1.18] I have all TRACE_LEVEL=2 in dbmail.conf Thanks Jacques

Re: [Dbmail] Having problems using dbmail and Horde/IMP

2003-04-08 Thread Jacques Beaudoin
Im not shure what you mean Im testing horde/imp/turba with redhat 8.0 and i dont see any problem Jacques Scott Goodman a écrit : > Anyone using dbmail with the IMP webmail program? > > I'm not sure if this is a dbmail problem, an IMP problem or a problem > with the PHP function imap_headers()

Re: [Dbmail] debug

2003-04-11 Thread Jacques Beaudoin
Hi Igor I posted 2 times a message stating that for every clic of the mouse in a webmail client i get 4 lines in the maillog from dbmail imap. Got no anwers. So i desable all syslog maillog logging with webmin. And i enable it when i nead it. Jacques Igor Olemskoi a écrit : > Hi, > > How to

[Dbmail] dbmail logging issue

2003-04-14 Thread Jacques Beaudoin
mail1 dbmail/imap4d[13342]: IMAPD [PID 13342]: user (id 1241, name jacques-beaudoin) login accepted @ 2003-04-14 10:31:51^M Apr 14 10:31:52 mail1 dbmail/imap4d[13342]: _ic_logout(): user (id:1241) logging out @ [2003-04-14 10:31:52]^M Apr 14 10:31:52 mail1 dbmail/imap4d[13342]: IMAPClientHandler

[Dbmail] Adding a return code to dbmail-adduser and dbmail-maintenance

2003-04-21 Thread Jacques Beaudoin
I use dbmail-adduser and dbmail-maintenance in bash scripts via the webmin interface. I get this way a easy to use web administration tool for dbmail. If dbmail-adduser and dbmail-maintenance could return a execution code (errorlevel). I could use the bash "if command" to check if dbmail-a

Re: [Dbmail] maildir to dbmail?

2003-04-25 Thread Jacques Beaudoin
Attach is a script i made to transfert a uwimap to dbmail And a program source code and binary to help in the transfert Hope it is of some help Jacques/Montreal Canada shon a écrit : > does anyone have a utility to take maildir and insert into a dbmail database? > > thanks, > shon > > -- > "po

[Dbmail] Dbmail imap speed (is it slower then uwimap)

2003-04-28 Thread jacques-beaudoin
I have over 3000 users 18000 emails on a uwimap server (2 pentiums II 266mhz 512meg memory) I migrate my users and email to a dbmail/innodb mysql server (2 pentiums III 550mhz xeon 1024meg memory) I get a drop in performance ? A webmail query on uwimap took 1 seconde A webmail query on dbmail

Re: [Dbmail] Dbmail imap speed (is it slower then uwimap)

2003-04-28 Thread Jacques Beaudoin
Could these indices (or index) be added to the dbmail install in the cvs Jacques Aaron Stone a écrit : > You would do well to look back in the archives and find the appropriate > set of indices to add into the database. My system's performance increased > dramatically by adding a few well places

Re: [Dbmail] Dbmail imap speed (is it slower then uwimap)

2003-04-28 Thread Jacques Beaudoin
Why are all thoses mysql indexes not created in the dbmail cvs package Jacques Paul Stevens a écrit : > Aaron Stone wrote: > > You would do well to look back in the archives and find the appropriate > > set of indices to add into the database. My system's performance increased > > dramatically b

Re: [Dbmail] Dbmail imap speed (is it slower then uwimap)

2003-04-28 Thread Jacques Beaudoin
Right on Aaron I just alter my dbmail tables and like you say: > Speed increases as dramatically as server load drops > after adding these. > > mysql: > > alter table mailboxes add index (name); > alter table mailboxes add index (owner_idnr); > alter table mailboxes add index (is_subscribed

Re: [Dbmail] Dbmail] Dbmail imap speed (is it slower then uwimap)

2003-04-29 Thread Jacques Beaudoin
What is this posting (A zip with no messages) I think it should be deleted from dbmail.org Nobody should open a zip file they dont expect receiving. Jacques WeDBmail User a écrit : > Name: zftank.zip >zftank.zipType: Zip Compressed Data (application/x-zip-compressed) >

Re: [Dbmail] SMTP server for dbmail

2003-04-30 Thread Jacques Beaudoin
About this quote Furthermore, Roel and i were brainstorming about speeding up the imap server. Our goal is to make it 5 - 10 times faster as it is now. Also we want to implement shared folders. For both changes we'll need to make changes to the database layout. We have some plans about this that w

[Dbmail] Postfix aliases with dbmail

2003-04-30 Thread Jacques Beaudoin
Can i use postfix aliases with dbmail When i send a email to a postfix aliases i get a delivery failure from the dbmail-smtp program This is the DBMAIL-SMTP program. I'm sorry to inform you that your message, addressed to [EMAIL PROTECTED], could not be delivered due to the following error. *** E-

[Dbmail] The table "messageblks" is full

2003-04-30 Thread Jacques Beaudoin
I'm testing (or stressting) dbmail and loading the tables with lots of messages before i attemp to migrate from uwimap to dbmail. I did a mysql-innodb install and whent up to over 200,000 messages. for my 3000 users. Every thing looks ok except i had to restart dbmail-imap once. I did a mysql ins

[Dbmail] Stopping dbmail-imapd and dbmail-pop3d

2003-05-06 Thread Jacques Beaudoin
When i want to stop dbmail-imapd or dbmail-pop3d i do a "killall dbmail-imapd" or "killall dbmail-pop3d". Is there another way to stop dbmail-imap or dbmail-pop3. I want to be able to stop dbmail-imapd and dbmail-pop3d via a /etc/rc.d/init.d scrip in redhat 8.0 Thanks Jacques

[Dbmail] Dbmail with mysql innodb backup

2003-05-06 Thread Jacques Beaudoin
Since im now using "uwimap" i dont have to stop my mail server to do a backup because "uwimap" is files base. When i convert to dbmail using mysql innodb from what i can read i will have to stop mysql to do a backup. I want to know how "dbmail users" with "mysql innodb" backup there mail databas

Re: [Dbmail] Dbmail with mysql innodb backup

2003-05-06 Thread Jacques Beaudoin
Will i have to upgrade to mysql 4.0.12 to use mysqldump with single-transaction Thanks Juha Moisio Juha a écrit : > Use mysqldump with --single-transaction > > -Juha- > > -Alkuperäinen viesti- > Lähettäjä: Jacques Beaudoin [mailto:[EMAIL PROTECTED] > Lähetetty: 6.

Re: [Dbmail] dbmail + mysqld settings

2003-05-09 Thread jacques-beaudoin
Take a look at the archive i ask 2 or 3 weeks ago about the speed of dbmail compare to uwimap. Somebody give me 6 or 7 sql statements to add to dbmail. The response time after addind the statements made dbmail 70% faster Jacques "Robert L. Tom" <[EMAIL PROTECTED]> a dit : > > I am using db

Re: [Dbmail] dbmail + mysqld settings

2003-05-10 Thread jacques-beaudoin
Hi Tom These are the lines: USE dbmail; alter table mailboxes add index (name); alter table mailboxes add index (owner_idnr); alter table mailboxes add index (is_subscribed); alter table messages add index (mailbox_idnr); alter table messages add index (seen_flag); alter table messages add ind

[Dbmail] Are you working on a new version of dbmail

2003-05-15 Thread Jacques Beaudoin
Are you working on a new version of dbmail ? If yes what the release date ? Thanks Jacques

[Dbmail] imap_get_quota and imap_get_quotaroot

2003-06-01 Thread Jacques Beaudoin
Im trying to write a script in the file config.php for IMP webmail. I nead to get "imap_get_quota" or "imap_get_quotaroot" to talk to dbmail. Is "imap_get_quota" or "imap_get_quotatroot" supported by dbmail. Thanks Jacques

Re: [Dbmail] imap_get_quota and imap_get_quotaroot

2003-06-02 Thread Jacques Beaudoin
width="100%">' > . 'User : '.$current_user.'' . '  , Space > used : ' >. sprintf(" %.2f MB from %.2f MB > total (%.2f%% in use) ", $taken, $total, $percent) > . '&#x

Re: [Dbmail] imap_get_quota and imap_get_quotaroot

2003-06-02 Thread Jacques Beaudoin
. ''; > } > if (is_array($quota) && $quota['limit'] == 0) { > $total = $quota['usage'] / 1024.0 / 1024.0; > > $quota_html = ' cellspacing="0">' >

Re: [Dbmail] imap_get_quota and imap_get_quotaroot Version IMP ??

2003-06-03 Thread Jacques Beaudoin
Im using HORDE 2.2.3 and IMP 3.2.1 Jacques [EMAIL PROTECTED] a écrit : > > Which version if imp are you guys using.. > IMP2 IMP3 ? ?? > thanx in advance.. > > Louis > > >Hi Kostas > > > >Just install your script in IMP. > >It works great > > >Thanks again > >Jacques/Montreal

[Dbmail] What is AUTO_REPLY in smtp

2003-06-12 Thread jacques-beaudoin
I get a errors messages in my maillog when i set auto_reply=yes in dbmail.conf Jun 12 01:14:55 mail1 dbmail/smtp[19295]: db_query(): query [SELECT reply_body FROM auto_replies WHERE user_idnr = 1284] failed: Jun 12 01:14:55 mail1 dbmail/smtp[19295]: db_query(): mysql_real_query failed: Table 'dbm

[Dbmail] Deleting a users does not delete is messages

2003-06-17 Thread Jacques Beaudoin
If i delete a user is aliases are not deleted thats not a big problem i just delete via a script is aliases (dbmail-aduser c user -a aliases) before i delete that user. But what about is old mailboxes and messages in the mailboxes, messages, messageblks tables. ? Do i have to use "dbmail-mainten

Re: [Dbmail] Deleting a users does not delete is messages

2003-06-17 Thread Jacques Beaudoin
After doing some test. I think that if you delete a user that as messages in the tables and recreate that user the newly recreate user will not se is old messages. So why be so fussy about deleting messages that belongs to nobody. Jacques Aaron Stone a écrit : > On the other hand, it wouldn't

Re: [Dbmail] Nice tool to clean unconnect alias

2003-06-18 Thread Jacques Beaudoin
I agree with you. Why delete a user if you keep all is trash ? Jacques "Matthew T. O'Connor" a écrit : > Again this issue would be solved with referential integrity constraints > setup. When an account is removed all associated data (mailboxes, > aliases, messages, message_blks etc...) would b

[Dbmail] dbmail-adduser not cleaning up the tables

2003-06-18 Thread Jacques Beaudoin
Could dbmail-adduser be modified to clean up all the tables (aliases,mailboxes,messages,messageblks) and aliases "deliver_to" when deleting a user. I do it with a script but i think that should be done by dbmail-adduser for all of use. Why delete a user and leave all is data in the tables. Thanks

Re: [Dbmail] dbmail-adduser not cleaning up the tables

2003-06-19 Thread Jacques Beaudoin
Hello Jesse I think your right about the performance issue. Im now in favor of letting dbmail-adduser like it is. Jacques Jesse Norell a écrit : > Hello, > > Another issue is performance - likely most account removals are > done via human interaction during business hours. If users have >

[Dbmail] dbmail and mailman and postfix

2003-07-02 Thread Jacques Beaudoin
Im trying to install mailman on a working setup of dbmail and postfix. Is there a special setup of mailman for dbmail. Thanks Jacques

[Dbmail] What mailing list system to use with dbmail

2003-07-02 Thread Jacques Beaudoin
Im exploring mailing list systems to use with dbmail. Can anybody guide me to a good choice Thanks Jacques

Re: [Dbmail] dbmail and mailman and postfix

2003-07-04 Thread jacques-beaudoin
Ryan Butler <[EMAIL PROTECTED]> a dit : > On Wed, 2003-07-02 at 11:55, Jacques Beaudoin wrote: > > Im trying to install mailman on a working setup of dbmail and postfix. > > > > Is there a special setup of mailman for dbmail. > > > > Thanks > > Ja

Re: [Dbmail] Webmin Management of Dbmail?

2003-10-17 Thread Jacques Beaudoin
If you are good at writing bash scripts you can make your dbmail management via webmin by using the "others , custom commands" section of webmin. You make a script with different sections and launch the execution via custom commands of webmin. dbmail a écrit : > Are there any modules available

[Dbmail] Compiling MB2DB errors

2003-12-05 Thread Jacques Beaudoin
Im trying to compile MB2DB to migrate my imap inbox and home folders to dbmail and i'm getting the these errors. Can anybody help Thanks Jacques [EMAIL PROTECTED] root]# cd /usr/local/src/dbmail [EMAIL PROTECTED] dbmail]# make mb2db cc -Wall -O2 -D_BSD_SOURCE -D_SVID_SOURCE -DHAVE_ENDIAN_H

[Dbmail] I cant use dbmail if i dont have mb2db

2003-12-08 Thread Jacques Beaudoin
I have over 3000 users on a uwimap servers. If i want to convert my users to dbmail many tasks have to be done. A essential task is inporting over a weekend all my users inbox from /var/spool/mail and all there folders from /home/(users) . If i cannot inport all my users inbox and folders th

[Dbmail] Found a bug in dbmail-adduser (user.c)

2003-12-12 Thread Jacques Beaudoin
1024 x 1024) that is 1048576. and after instruction case "K" you set newsize to 1000 it should be 1024. Hope you correct "user.c" for all Jacques Beaudoin Montreal

[Dbmail] Receiving mail to multiple server

2003-12-16 Thread Jacques Beaudoin
Im using postfix+uwimap on my production mail server. I have a new postfix+dbmail server running. For a test periode I would like to have all mail received by postfix+uwimap to be sent to my postfix+dbmail server. Can that be done by postfix and how Thanks Jacques

[Dbmail] Dbmail lmtp + Postfix + Amavis-new

2004-02-10 Thread Jacques Beaudoin
Can somebody show me a postfix master.cf file to have dbmail , amavis-new and postfix to work together Thanks Jacques

[Dbmail] Bug in user.c is still in version 2.0

2004-02-10 Thread Jacques Beaudoin
r.c" i notice that after the instruction case "M" (line 545) you set newsize to 100 it should be (1024 x 1024) that is 1048576. and after instruction case "K" (line 550) you set newsize to 1000 it should be 1024. Im i wrong or is that bug been in dbmail for 2 years. ? Jacques Beaudoin Montreal _

[Dbmail] Dbmail 2.0 curmail_size

2004-02-12 Thread Jacques Beaudoin
Im not shure of this but curmail_size in the user table does not seam to calculate the actual size of a uses mailboxes. Thanks Jacques Beaudoin

[Dbmail] Administring dbmail share folders

2004-02-13 Thread jacques-beaudoin
I would like to hnow more about "share folders". I know that dbmail 2.0 will have share folders support but i cant find any information about a dbmail share folders setup. Can anybody give more information. Thanks -- [EMAIL PROTECTED] ___

Re: [Dbmail] Dbmail 2.0 curmail_size

2004-02-14 Thread jacques-beaudoin
test on monday and give you more infornation. Thanks again Jacques Ilja Booij <[EMAIL PROTECTED]> a dit : > Hi, > > Jacques, can you give examples of situations in which it does not > calculate the size? (possibly with a trace log) > > Ilja > > Jacques Beaudoin

[Dbmail] dbmail-maintenance -f

2004-02-20 Thread jacques-beaudoin
Can i run safely "dbmail-maintenance -f" while postix and dbmail-imapd and dbmail-imapd are accesing the dbmail mysql database. Thanks Jacques

[Dbmail] Corection of users.c in release 1.2.3

2004-02-20 Thread jacques-beaudoin
I reported a "quota bug" in user.c that was un version 2.0rc2 and in version 1.2.3. Changes where made in 2.0rc2 but not in 1.2.3 Since release 1.2.3 is the official release of dbmail i think correction should be made also to release 1.2.3 Thanks [EMAIL PROTECTED] Montreal

[Dbmail] Request to modified dbmail-adduser 1.2.3

2004-02-27 Thread Jacques Beaudoin
Every night i run a script to evaluate to quota of my 3500 users. And i get these messages in the /var/log/mail/errors file. Its not a big deal but these are warnings and basicaly mean that these users have 0 space. Can you modified release 1.2.3 to stop logging these messages. And at the same

[Dbmail] Backing up dbmail mysql innodb with mysqldump

2004-02-28 Thread jacques-beaudoin
I use the command mysqldump --quick --single-transaction -uroot > /backup/dbmail.sql to backup my dbmail database. It works fine but im wondering if any sql gouru have any opinions about this. I dont stop any of my services (postfix,dbmail,amavis) will i backup. Thanks Jacques

Re: [Dbmail] Backing up dbmail mysql innodb with mysqldump

2004-02-28 Thread jacques-beaudoin
Selon Paul J Stevens <[EMAIL PROTECTED]>: > I use mysqldump --opt dbmail, but I guess it's a matter of taste. > > > However, remember to execute: > > SET FOREIGN_KEY_CHECKS=0; > SET SQL_LOG_OFF=1; > SET SQL_LOG_UPDATE=0; > > before you start loading such a backup file. Esp if it's big. > > So

Re: [Dbmail] Backing up dbmail mysql innodb with mysqldump

2004-02-28 Thread jacques-beaudoin
Selon Chris Nolan <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: > > >I use the command > > > >mysqldump --quick --single-transaction -uroot > /backup/dbmail.sql > > > >to backup my dbmail database. > > > >It works fine but im wondering if any sql gouru have any opinions > >about this. > > > >I

Re: [Dbmail] Backing up dbmail mysql innodb with mysqldump

2004-02-29 Thread Jacques Beaudoin
Selon Chris Nolan <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: > > >Selon Chris Nolan <[EMAIL PROTECTED]>: > > > > > > > >>[EMAIL PROTECTED] wrote: > >> > >> > >> > >>>I use the command > >>> > >>>mysqldump --quick --single-transaction -uroot > /backup/dbmail.sql > >>> > >>>to backup my

[Dbmail] Dbmail release 1.2.4

2004-03-05 Thread Jacques Beaudoin
Im using dbmail 1.2.3 thanks for the new release 1.2.4 Have the quota warnings messages been remove from 1.2.4 (see attachment) If yes that will prompt me to upgrade to 1.2.4 Thanks for your fine work Jacques Beaudoin Responsable des accès internet / Internet security manager Commission

[Dbmail] Every time i send a message to dbmail@dbmail.org i get this message back

2004-03-05 Thread Jacques Beaudoin
ID: <[EMAIL PROTECTED]> From: Jacques Beaudoin <[EMAIL PROTECTED]> To: dbmail@dbmail.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-MOQ10784463893d40de59b1d5e73aced3b48270da9839" User-Agent: Internet Messaging Program (IMP) 3.2.2 X-Virus-Scanned: by amavisd-n

[Dbmail] Dbmail quota in version 2.0

2004-03-05 Thread Jacques Beaudoin
Could a parameter in the dbmail.conf file be set in dbmail 2.0 so quota would only apply to users folders excluding the inbox. Then i could let all my users receive all the mail they want but not keep all the mail they want ! Thanks Jacques Beaudoin Responsable des accès internet

Re: [Dbmail] Dbmail quota in version 2.0

2004-03-05 Thread Jacques Beaudoin
of a lack of space. Thanks Jacques Selon Paul J Stevens <[EMAIL PROTECTED]>: > What's the difference of users storing their mail in inbox rather than > some other folder ? > > > Jacques Beaudoin wrote: > > Could a parameter in the dbmail.conf file > > &

Re: [Dbmail] Dbmail quota in version 2.0

2004-03-07 Thread Jacques Beaudoin
> > That isn't really something I would expect from my mail software so much > as standalone app or script. > I'm not saying dbmail shouldn't do this, just that its not an intrinsic > part of mail services. > I would think a third party app would almost al

Re: [Dbmail] Dbmail quota in version 2.0

2004-03-08 Thread Jacques Beaudoin
x27;t really something I would expect from my mail software so > much > > as standalone app or script. > > I'm not saying dbmail shouldn't do this, just that its not an intrinsic > > part of mail services. > > I would think a third party app would almost always prov

[Dbmail] What to do with POP3 spammers

2004-03-11 Thread Jacques Beaudoin
back to school so they no 60 x 24 = 1440 pop3 querys a day 5 - Send them back to school so they can help me write scripts 6 - 7 - 8 - 9 - 10- Jacques Beaudoin Responsable des accès internet / Internet security manager Commission scolaire de la Pointe de l'Ile / School board Montréal, Q

RE: [Dbmail] What to do with POP3 spammers

2004-03-11 Thread Jacques Beaudoin
> > With enough memory, and especially with the MySQL 4.0 query-cache; it barely > causes a performance hit. > > /Mark > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Jacques Beaudoin > > Sent: Thursday,

[Dbmail] Can someone wake up [EMAIL PROTECTED]

2004-03-11 Thread Jacques Beaudoin
Can someone wake up [EMAIL PROTECTED] and tell him to empty is mailbox. Or can you flush him from the dbmail mailing list Jacques - Message transféré de [EMAIL PROTECTED] - Date : Thu, 11 Mar 2004 06:57:54 +0200 (EET) De : [EMAIL PROTECTED] Adresse de retour :[EMAIL PROTECTED]

[Dbmail] Suggestion for a-minute-pop3-users

2004-03-11 Thread Jacques Beaudoin
mail until we unsuspend them. Jacques Beaudoin Responsable des accès internet / Internet security manager Commission scolaire de la Pointe de l'Ile / School board Montréal, Québec, Canada

[Dbmail] Horde passwd and vacation modules with dbmail

2004-03-13 Thread Jacques Beaudoin
I have my dbmail server setup to use the horde framework suite (IMP,TURBA,KRONOLYTH,MNEMO) Can the horde VACATION and PASSWD modules be use with dbmail. Jacques Beaudoin Responsable des accès internet / Internet security manager Commission scolaire de la Pointe de l'Ile / School board Mon

[Dbmail] Horde passwd modules with dbmail

2004-03-16 Thread Jacques Beaudoin
I want to know if anyone have a working setup of horde with the passwd modules working with dbmail I cant get the passwd modules working with dbmail Jacques Beaudoin Responsable des accès internet / Internet security manager Commission scolaire de la Pointe de l'Ile / School board Mon

Re: [Dbmail] Horde passwd modules with dbmail

2004-03-17 Thread Jacques Beaudoin
ke it work. Im looking for someonne that has a working setup of dbmail+horde+imp+passwd to get more info. - What version of dbmail ? - What version of horde+imp - ...etc I have many request from users that want to change theire password. Thanks again Jacques Beaudoin Responsable des accès internet

Re: [Dbmail] Startup

2004-03-20 Thread Jacques Beaudoin
These ar my startup script Jacques Beaudoin Responsable des accès internet / Internet security manager Commission scolaire de la Pointe de l'Île / School board Montréal, Québec, Canada Selon [EMAIL PROTECTED]: > Hi All, > > > How do i get my Linux box to start pop3/im

Re: [Dbmail] Postfix+SpamAssassin Config

2004-03-21 Thread Jacques Beaudoin
there seems to be so many ways to setup a mail server on linux. But is you want to know more about my setup il be glad to help I did some test with dbmail 2.0 and setting up lmtp was one line in postfix master.cf file and amavis-new went to work with it. Jacques Beaudoin Responsable des

  1   2   3   >