[Dbmail] mail forwarding

2004-04-28 Thread Leonel Nunez
Hello : All is working perfect! I have an email account [EMAIL PROTECTED] and I need to forward all the mail to [EMAIL PROTECTED] But keep a copy on [EMAIL PROTECTED] How can I do it ? Thanks leonel

Re: [Dbmail] mail forwarding

2004-04-28 Thread Leonel Nunez
On Wed, 2004-04-28 at 14:50, Jeff Brenton wrote: > Hello Leonel, > > LN> I have an email account > LN> [EMAIL PROTECTED] > LN> and I need to forward all the mail to > LN> [EMAIL PROTECTED] > LN> But keep a copy on [EMAIL PROTECTED] > > LN> How can I do it ? > > Set up a second alias for [EMAIL

Re: [Dbmail] mail forwarding

2004-04-29 Thread Leonel Nunez
On Wed, 2004-04-28 at 15:46, Jesse Norell wrote: > > dbmail-adduser -f [EMAIL PROTECTED] [EMAIL PROTECTED] > > > > failed check log for details > > > > and in the log file: > > > > ERROR duplicate key violates unique contraint "aliases_alias_idx" > > Drop that unique key. I assume that's so

Re: [Dbmail] mail forwarding

2004-04-29 Thread Leonel Nunez
On Wed, 2004-04-28 at 16:05, Leonel Nunez wrote: > On Wed, 2004-04-28 at 15:46, Jesse Norell wrote: > > > dbmail-adduser -f [EMAIL PROTECTED] [EMAIL PROTECTED] > > > > > > failed check log for details > > > > > > and in the log file: > >

Re: [Dbmail] mail forwarding

2004-04-29 Thread Leonel Nunez
On Wed, 2004-04-28 at 16:10, Jesse Norell wrote: > Hello, > > Yes, drop them and recreate them as: > > CREATE INDEX aliases_alias_idx ON aliases(alias); > CREATE INDEX aliases_alias_low_idx ON aliases(lower(alias)); > > And what version of dbmail are you using? I checked 2.0rc4 source > bef

Re: [Dbmail] Mailboxes permissions

2004-04-29 Thread Leonel Nunez
Dbmail@dbmail.org > https://mailman.fastxs.nl/mailman/listinfo/dbmail You can create a table with the default mailboxes name and make it a foreign key on mailboxes foreign key ( name ) references yourtable( fieldname ) so popualte yourtable with INBOX and the mailboxes name you need when y

[Dbmail] pop3 + ssl

2004-04-30 Thread Leonel Nunez
Does dbmail-pop3d supports SSL I don't want to use without encryption Any Clue ? Thanks -- ,''`. Leonel Nunez : :' : http://enelserver.com `. `' DEBIAN GNU/LINUX `-A REAL FREE OS

[Dbmail] pop-before-smtp

2004-05-05 Thread Leonel Nunez
o run as a daemon and not as a standalone program Any clue ? Thanks -- ,''`. Leonel Nunez : :' : http://enelserver.com `. `' DEBIAN GNU/LINUX `-A REAL FREE OS

Re: [Dbmail] pop-before-smtp

2004-05-05 Thread Leonel Nunez
Errata : > stunnel -d pop3d -r localhost:pop3 > is stunnel -d pop3s -r localhost:pop3 Leonel

Re: [Dbmail] IMAPD still dropping connections

2004-05-20 Thread Leonel Nunez
under postgresql? > Dbmail and PostgreSQL working fine here. -- ,''`. Leonel Nunez : :' : http://enelserver.com `. `' DEBIAN GNU/LINUX `-A REAL FREE OS

[Dbmail] Deleting mails

2004-05-22 Thread Leonel Nunez
database ? Thanks in advance -- ,''`. Leonel Nunez : :' : http://enelserver.com `. `' DEBIAN GNU/LINUX `-A REAL FREE OS

Re: [Dbmail] Deleting mails

2004-05-22 Thread Leonel Nunez
On Fri, 2004-05-21 at 16:36, Robert Andersson wrote: > Leonel Nunez wrote: > > How can I delete all the "supposed to be deleted" mails from the > > database ? > > Have you tried running dbmail-maintenance with the -p (purge) and -d > (delete) switch?

Re: [Dbmail] Deleting mails

2004-05-22 Thread Leonel Nunez
On Fri, 2004-05-21 at 17:26, Robert Andersson wrote: > Leonel Nunez wrote: > > I've sent one message > > > > all flags are 0 > > status is 2 > > > > after I check the mail and get it from the server > > all flags are 0 but recent_flag is 1 and

Re: [Dbmail] Platform Recomendations

2004-06-22 Thread Leonel Nunez
the developers use but Debian Woody + PostgreSQL 7.4.3 + Postfix over here solid rock -- ,''`. Leonel Nunez : :' : http://enelserver.com `. `' DEBIAN GNU/LINUX `-A REAL FREE OS

Re: [Dbmail] How to manage users with SQL queries?

2004-07-06 Thread Leonel Nunez
table The database schema has on DELETE CASCADE so deletes all the records the other tables I'm using PostgreSQL -- ,''`. Leonel Nunez : :' : http://enelserver.com `. `' DEBIAN GNU/LINUX `-A REAL FREE OS

Re: [Dbmail] How to manage users with SQL queries?

2004-07-06 Thread Leonel Nunez
On Tue, 2004-07-06 at 09:16, Tomek Jarzynka wrote: > On Tuesday 06 of July 2004 14:35, Leonel Nunez wrote: > > What I did is > > > > Add user to the users table > > add alias to the aliases table > > add a mailbox to the mailboxes table > > INSERT IN

Re: [Dbmail] dbmail-pop3d and dbmail-imapd will not bind to a port

2004-07-09 Thread Leonel Nunez
> Scott Johnson > [EMAIL PROTECTED] > Tel.: (514) 917-4922 > Fax: (514) 673-0011 > > > > > > > > ___ > Dbmail mailing list > Dbmail@dbmail.org > https://mailman.fastxs.nl/mailman/listinfo/dbmail > is xinetd running with another pop3 daemon running? have a firewall active ? -- ,''`. Leonel Nunez : :' : http://enelserver.com `. `' DEBIAN GNU/LINUX `-A REAL FREE OS

Re: [Dbmail] adduser dies due to ::1

2004-07-13 Thread Leonel Nunez
to figure out where "host '::1'" is coming from. this is for ipv6 i think And it's trying to connect to localhost using ipv6 > > Any help would be greatly appreciated. I'm excited to try DBMail. > > ross > And DBMail ROCKS ! -- ,''`. Leonel Nunez : :' : http://enelserver.com `. `' DEBIAN GNU/LINUX `-A REAL FREE OS

Re: [Dbmail] how important is postfix + postgresql?

2004-07-15 Thread Leonel Nunez
eas what I'm doing wrong? > > Thanks, > ross > > ___ > Dbmail mailing list > Dbmail@dbmail.org > https://mailman.fastxs.nl/mailman/listinfo/dbmail > Well to me is important because I have postfix to authenticate users to my PostgreSQL database BTW I'm runnin Debian Woody + PostgreSQL 7.4.3 -- ,''`. Leonel Nunez : :' : http://enelserver.com `. `' DEBIAN GNU/LINUX `-A REAL FREE OS

Re: [Dbmail] dbmail-imapd in malloc(): warning: recursive call

2004-08-03 Thread Leonel Nunez
er especified on /etc/dbmail.conf can connect to postgreSQL the user in the /etc/dbmail.conf secction: [DBMAIL] # Database settings host=localhost user=dbmail pass=** db=dbmail should connect as : psql -U dbmail dbmail -h localhost <--- With password -- ,''`. Leonel Nunez : :' : http://enelserver.com `. `' DEBIAN GNU/LINUX `-A REAL FREE OS

Re: [Dbmail] Debian packages --Trivial Repositories

2004-11-26 Thread Leonel Nunez
en consider anything else. ___ Dbmail mailing list Dbmail@dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail I checked the Packages.gz from experimental and didn't find any dbmail package -- ,''`. Leonel Nunez : :' : http://enelserver.com `. `' DEBIAN GNU/LINUX `-

Re: [Dbmail] Debian packages --Trivial Repositories

2004-11-26 Thread Leonel Nunez
nt, awaiting response... 200 OK Length: 109,835 [text/plain] 100%[>] 109,835 48.47K/s 01:53:24 (48.33 KB/s) - `Packages.gz' saved [109835/109835] fenix:~# zgrep "Package: dbmail" Packages.gz fenix:~# fo

Re: [Dbmail] Postfix

2004-11-26 Thread Leonel Nunez
Armando Meeuwenoord wrote: Here are my config files Transport: mailbox_transport = dbmail-lmtp:127.0.0.1:24 //End transport I guess it should be mailbox_transport = dbmail-lmtp:127.0.0.1:24 -- ,''`. Leonel Nunez : :' : http://enelserver.com `. `' DEBIAN GNU/LINUX `-

[Dbmail] migrate sql script failed

2004-11-30 Thread Leonel Nunez
ERROR: cannot drop index users_id_idx because other objects depend on it HINT: Use DROP ... CASCADE to drop the dependent objects too. any ideas ? -- ,''`. Leonel Nunez : :' : http://enelserver.com `. `' DEBIAN GNU/LINUX `-

Re: [Dbmail] DBMail on production server..

2004-12-09 Thread Leonel Nunez
don't think is ready for production environments -- ,''`. Leonel Nunez : :' : http://enelserver.com `. `' DEBIAN GNU/LINUX `-

Re: [Dbmail] DBMail on production server..

2004-12-09 Thread Leonel Nunez
Simon Buchanan wrote: Granted, but what about DBmail? I have been using DBMAIL in producction since march with debian woody I've builded from source and now I'm running with 1.2.11 no problems detected since march -- ,''`. Leonel Nunez : :'

Re: [Dbmail] Cleanup DBMAIL

2004-12-29 Thread Leonel Nunez
___ Dbmail mailing list Dbmail@dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail Configura your client to delete the mails after download and run dbmail-maintenance -cfpd so they get deleted from the database -- ,''`. Leonel Nunez :

Re: [Dbmail] Installing dbmail-2.0.3

2005-03-07 Thread Leonel Nunez
one help me out here? Thanks. Bryan ___ Dbmail mailing list Dbmail@dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail install your mysql devel package -- ,''`. Leonel Nunez : :' : http://enelserver.com `. `' DEBIAN GNU/LINUX `-

Re: [Dbmail] announce: dbmail-2.1.1

2005-06-21 Thread Leonel Nunez
Paul J Stevens wrote: Dbmail-2.1.1 was released today. It marks a major milestone on the path to a 2.2 release. You can download this package from: http://www.dbmail.org/download/2.1/dbmail-2.1.1.tar.gz Some of the main highlights include: * make dbmail servers in prefork mode die when th

Re: [Dbmail] smtp authentication

2005-07-14 Thread Leonel Nunez
Humberto Valiente G. wrote: Curtis Maurand wrote: Hi, Is it possible to configure postfix to use dbmail's database for smtp authentication? I'm having a problem with evolution trying to do pop before smtp since I'm using IMAP. While I have imap configured and imap before smtp, evolution do

Re: [Dbmail] smtp authentication

2005-07-14 Thread Leonel Nunez
Leonel Nunez wrote: Humberto Valiente G. wrote: Curtis Maurand wrote: Hi, Is it possible to configure postfix to use dbmail's database for smtp authentication? I'm having a problem with evolution trying to do pop before smtp since I'm using IMAP. While I have imap confi

Re: [Dbmail] smtp authentication

2005-07-14 Thread Leonel Nunez
David Rebarchik wrote: Curtis Maurand wrote: Hi, Is it possible to configure postfix to use dbmail's database for smtp authentication? I'm having a problem with evolution trying to do pop before smtp since I'm using IMAP. While I have imap configured and imap before smtp, evolution doesn

Re: [Dbmail] Vulnerability in dbmail-pop3d version 1.2.11?

2005-09-05 Thread Leonel Nunez
Paul J Stevens wrote: Becki, The CVE you refer to is *not* about dbmail. It's about Xmail, a different product all together. That said: don't use 1.2.11 on a new system. Use 2.0.6 instead. 1.2.x is old, and not maintained any more. Is there any known bug on 1.2.11 ? Leonel

Re: [Dbmail] dbmail-2.0.7 released

2005-09-05 Thread Leonel Nunez
Paul J Stevens wrote: Dbmail 2.0.7 released This is a bugfix release only. * Removed all unsafe code from the signal handlers. This should mostly benefit FreeBSD users which may have suffered from unreliable behaviour in the process pool code. * Added 'ON UPDATE CASCADE' to all foreign k

[Dbmail] I don't get the POSTMASTER mails

2005-09-06 Thread Leonel Nunez
ser_idnr: error looking up user_idnr for DBMAIL_DELIVERY_USERNAME Sep 5 22:06:19 debian dbmail/smtp[732]: db.c,db_add_quotum_used: call to user_idnr_is_delivery_user_idnr() failed Any ideas ? I've runned dbmail-util -ay and the error keeps comming and I don't get the mails from the postmaster Thank you Leonel Nunez

Re: [Dbmail] I don't get the POSTMASTER mails

2005-09-06 Thread Leonel Nunez
Paul J Stevens wrote: This looks like a level 3 or 4 trace. Could you please provide a level 5 trace? Did you do as suggested: run dbmail-utils -ay? yes I did here is the level 5 for the smtp I'm using PostgreSQL 8.0.3 Sep 6 06:18:36 debian dbmail/smtp[1886]: dbpgsql.c,db_query

Re: [Dbmail] I don't get the POSTMASTER mails

2005-09-06 Thread Leonel Nunez
Paul J Stevens wrote: Leonel Nunez wrote: Sep 6 06:18:36 debian dbmail/smtp[1886]: dbpgsql.c,db_query: executing query [INSERT INTO dbmail_messageblks (is_header, messageblk, blocksize, physmessage_id) VALUES ('1','Received: from CHANGED (debian [127.0.0.1]) ^Iby CHANGED

[Dbmail] Users from 1 DB to another

2005-09-09 Thread Leonel Nunez
Hello I need to move some users from one Database to another on other machine I need to move the users and all their mail and folders What's the best way to do it ? Thanks Leonel

Re: [Dbmail] Users from 1 DB to another

2005-09-09 Thread Leonel Nunez
Paul J Stevens wrote: If you find a way to do this, please share it with us. Afaik, there is currently no tool for selectively exporting users and/or mailboxes in a format that can reliably be used for importing the same. The problems involved are much the same as with multi-master replication.

Re: [Dbmail] Users from 1 DB to another

2005-09-12 Thread Leonel Nunez
Christian Haugg wrote: Leonel Nunez schrieb: Hello I need to move some users from one Database to another on other machine I need to move the users and all their mail and folders Hi, this tool can be a solution for your problem. It´s sync an IMAP Mailbox from one to another

Re: [Dbmail] Minimal PostgreSQL version for DBMail

2005-09-28 Thread Leonel Nunez
Eugene Prokopiev wrote: Hi, Which minimal PostgreSQL version can I use for DBMail? -- Thanks, Eugene Prokopiev ___ Dbmail mailing list Dbmail@dbmail.org https://mailman.fastxs.nl/mailman/listinfo/dbmail I highly recommend you to keep with the

Re: [Dbmail] SMTP Authentication - pam-mysql

2005-09-29 Thread Leonel Nunez
Mikael Henriksson wrote: Hi all, I have a problem that's probably more related to pam-mysql than to dbmail, but I just wanted to check wether you have seen it before. I've managed to get sendmail to authenticate to the dbmail datbase via pam-mysql, so I know that the configuration is (proba

Re: [Dbmail] debug/trace

2005-11-10 Thread Leonel Nunez
K C wrote: I tried move a message from one mailbox(non-dbmail) into dbmail box, and that one result sql error. However, the sql statement was truncated in /var/log/maillog that I can't investigate the cause(or potential a bug). Nov 9 17:36:46 dhcp-6op7-6op8-6op9-east-130-35-57-132 dbmail/i

[Dbmail] 2 MTA 1 DB

2005-12-14 Thread Leonel Nunez
Hello DBMAILERS! Can I have 2 servers with postfix and those 2 storing mails to 1 database on another server ? pop3 and imap I don't see any complications the doubt is on the 2 postfix storing to 1 single DB Thanks Leonel

[Dbmail] Quota

2006-02-02 Thread Leonel Nunez
Hello When a User reaches his Quota the error messages returned to the sender says The Postfix program <[EMAIL PROTECTED]>: user unknown Did I miss something to configure Thanks Leonel

Re: [Dbmail] suse 9

2006-02-17 Thread Leonel Nunez
Chad Fleenor wrote: I'm having some issues with dbmail running on Suse 9. When I try to start dbmail-imapd I don't get any error messages, but when i look at the processes running, i don't see dbmail. I have it running on RedHat 9 with no problems. Is there any way to run in diagnostic mode?

Re: [Dbmail] announce: Dbmail 2.1.4 released

2006-03-02 Thread Leonel Nunez
Paul J Stevens wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 We're happy to announce the release of dbmail-2.1.4, the final major milestone on the road to 2.2.0. With this release we've completed all targets with respect to new features. All further work on the 2.1.x codebase will be ai

Re: [Dbmail] dbmail-util

2006-03-03 Thread Leonel Nunez
Jorge Bastos wrote: Sorry me again, I've noticed that the disk space still's the sabe after i deleted about 500 messages via IMAP. There 500 messages should free up about 3/4 MB, after deleting and purge on the email client, i've runned: dbmail-util -d -y + dbmail-util -p -y And i still

Re: [Dbmail] dbmail-util

2006-03-03 Thread Leonel Nunez
Jorge Bastos wrote: MySQL Sorry .. I could put on the other mail that PostgreSQL needs vacuum to free space but MySQL I don't use it sorry again leonel

Re: [Dbmail] Web Client

2006-03-19 Thread Leonel Nunez
Jim Douglas wrote: A web celint I am using does not allow more than one MTA to be configured. Is it possible to configure db-mail to change the header in the outgoing mail...to the users correct domain? Jim ___ Dbmail mailing list Dbmail@dbmail.o

Re: [Dbmail] Configuration for Ubnutu

2006-04-10 Thread Leonel Nunez
Bertrand d'Hérouville wrote: Hi, Does anyone have a step by step configuration for Ubuntu Breezy ? I am trying to configure dbmail but it still wants to check a Berkley database ! Best regards, bertrand Apr 10 12:45:15 localhost postfix/smtpd[31406]: warning: SASL authentication problem: u

[Dbmail] Postgresql prior 8.1.4 bug

2006-05-23 Thread Leonel Nunez
Hello acording to http://www.postgresql.org/docs/techdocs.49 is the code for 2.0.10 safe only with the PostgreSQL upgrade or there's something to change to DBMAIL ? Thanks

Re: [Dbmail] Forwarding

2006-09-09 Thread Leonel Nunez
Robert Claeson wrote: Oh yes. You can have as many accounts as you like as the recipient of an address in dbmail. So something along the lines of: dbmail-users -a [EMAIL PROTECTED] -c [EMAIL PROTECTED] dbmail-users -a [EMAIL PROTECTED]

Re: [Dbmail] ANNOUNCE: 2.2.0 release candidate 1

2006-11-07 Thread Leonel Nunez
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Hi all, > > I'm releasing 2.2.0rc1 (dbmail_2_2_branch rev. 2358). > > how long after the 2.2.0 release, will be support for the 2.0.X series ? leonel

Re: [Dbmail] help please make dbmail 2.2

2006-11-15 Thread Leonel Nunez
> hi, > > i have alt linux master 2.4 with glib 2.4.8 and gmime 2.1.7. > I wish to make dbmail 2.2 which demands newer versions of these libraries. > It is > possible as that in parallel to establish the necessary versions of these > libraries? > > -- > Ñ óâàæåíèåì, > Maxim

Re: [Dbmail] Extremely slow performance with 2.2.1 + postgresql

2006-11-26 Thread Leonel Nunez
> Hello all, I recently upgraded my production system to 2.2.1 from 2.0.10 > (after testing of course) and everything is now running VERY slow. I ran > the sql conversion script and then dbmail-util -by. I have ~130users --> > the sql script took ~4 minutes, the dbmail-util -by took from about >

Re: [Dbmail] postgresql migrate 2.0 to 2.2

2006-12-02 Thread Leonel Nunez
> Paul J Stevens wrote: >> Jesse Norell wrote: >> >>> Does the 2.2 imapd handle missing header caches (and eg. dynamically >>> look up the message and fill the cache)? If not, that would be a >>> substantial problem, though pop3 would probably work fine, afaik. >>> >> >> No. There's no graceful de

Re: [Dbmail] really not a flame war...

2006-12-02 Thread Leonel Nunez
> but I'm asking about mysql vs pgsql stuff and this seems to be the only > list I'm > subscribed to with valid experience with both systems (possibly at the > same > time/application) and have come to their own decisions about what's best > to > manage based on informed and well thought out decisi

Re: [Dbmail] UTF-8 encoding issue

2006-12-16 Thread Leonel Nunez
> On Freitag, 15. Dezember 2006 23:08 Matthew O'Connor wrote: >> Does that mean converting all the header caching tables to bytea >> rather than text also? I think that makes sense. > > What's "bytea"? Is that mysql specific? I can't find that type in > postgresql documentation. > > mfg zmi > -- >

[Dbmail] dbmail 2.2.2 dbmail-util -by

2007-02-03 Thread Leonel Nunez
Hello : I'm migrating one server from 2.0.11 to 2.2.2 with PostgreSQL 8.1 The sql migration script worked without errors Now the dbmail-util -by is throwing a lot of errors like this : Error query failed [INSERT INTO dbmail_headername (headername) VALUES ('Message-Id')] : ERROR: duplicate ke

Re: [Dbmail] dbmail 2.2.2 dbmail-util -by

2007-02-04 Thread Leonel Nunez
> level 5 logs plz. > Here is on the attached file This is the same for many other errors for the headername CC cc In-reply-to Thanks a lot Leonel dbmail-util-trace.5 Description: Binary data ___ DBmail mailing list DBmail@dbmail.org https://mailma

Re: [Dbmail] dbmail 2.2.2 dbmail-util -by

2007-02-04 Thread Leonel Nunez
> > Ok, got it. > > > Could you plz test the patch attached? > patched, compiled, tested dbmail-util -by with no errors Thank you very much now test all upgrade procedure on a test machine drop database reload from backup migrate scripts and dbmail-util I'll let you know the results Le

Re: [Dbmail] dbmail 2.2.2 dbmail-util -by

2007-02-05 Thread Leonel Nunez
>> >> Ok, got it. >> >> >> Could you plz test the patch attached? >> > > patched, compiled, tested dbmail-util -by with no errors > > Thank you very much > > > now test all upgrade procedure on a test machine > drop database reload from backup migrate scripts and dbmail-util > > I'll let you

Re: [Dbmail] Noob question

2007-03-01 Thread Leonel Nunez
> No problems here! > > Just define aliases for every given domain, and you're ready to rock! > > I've never used Cyrus because of the maintaining nightmare, and just > moved from cucipop to dbmail with multiple domains. > Therefor I can't help you with special tricks you might be using in > cyrus

Re: [Dbmail] Noob question

2007-03-01 Thread Leonel Nunez
> > >>> No problems here! >>> >>> Just define > aliases for every given domain, and you're ready to rock! >>> > >>> I've never used Cyrus because of the maintaining nightmare, > and just >>> moved from cucipop to dbmail with multiple > domains. >>> Therefor I can't help you with special tricks you

Re: [Dbmail] DBMail and Ubuntu

2007-03-06 Thread Leonel Nunez
> I'm an Ubuntu guy and DBMail is looking great, but I noticed that the > 2.x series isn't in Ubuntu except for the upcoming Feisty release. If I > set up a Feisty box, could I be reasonably sure that from then on DBMail > will be fairly up to date in Ubuntu as opposed to keeping up with the > cur

Re: [Dbmail] DBMail and Sendmail

2007-05-18 Thread Leonel Nunez
> Hi > > Recently I got introduced to DBMail, very interesting, > > I am ready to install this on our live server, but before that just want > to > clear this issue. > > We have 3 Domains on a single machine (Virtual Domains) > > I want to install DBMail only to one of them, Can 2 other domains be

Re: [Dbmail] ANNOUNCE: DBMail 2.2.5 released

2007-06-02 Thread Leonel Nunez
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > Hi all, > > > We proudly announce the availability of DBMail 2.2.5. > Great ! thanks I was going to make a apt-get source dbmail and got this error : Failed to fetch http://debian.nfgd.net/debian/dists/stable/main/source/mail/dbmail_2.

Re: [Dbmail] Charset in headers (i think)

2007-06-24 Thread Leonel Nunez
> Paul, > > I still have a small isues with squirrelmail and roundcube, in the sender > field only. > For example, the text below show's wrong in both squirrelmail mail and > roundcube. > --- > From: =?iso-8859-1?Q?Ant=F3nio_Almeida_-_Decimal?= > --- > > In OE, MSOutlook, Thunderbird, all are ok. >

Re: [Dbmail] DBmail with multiple repositories

2007-07-06 Thread Leonel Nunez
> Hello all, > > I was wondering if anyone has had any experience with trying to have one > instance of DBmail use database replication to "forward" messages to a > second > instance of DBmail that is located at a remote office? If so, how would > one > manage to get a message deletion from the re

Re: [Dbmail] DBmail with multiple repositories

2007-07-06 Thread Leonel Nunez
>> >> > Hello all, >> > >> > I was wondering if anyone has had any experience with trying to have >> one >> > instance of DBmail use database replication to "forward" messages to a >> > second >> > instance of DBmail that is located at a remote office? If so, how >> would >> > one >> > manage to g

Re: [Dbmail] dbmail-imapd with tls or ssl

2007-07-11 Thread Leonel Nunez
> Hello guys, > > I didn't find anything about dbmail's imap or pop3 daemons being able to > use SSL or TLS. Can they, or can they not? :) > Is this on the developers list? > > > > > ___ > DBmail mailing list > DBmail@dbmail.org > https://mailman.fastxs.n

Re: [Dbmail] announce: dbmail-2.2.6-rc1

2007-07-14 Thread Leonel Nunez
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > hi all, > > I've uploaded v2.2.6-rc1 > > The main highlights: > > - - fixes an error in the imap code that was plaguing squirrelmail users > - - support for imap IDLE > - - adds support for duplicate suppression > - - extends the capabilities

Re: [Dbmail] Restore DB & get better performance

2007-09-13 Thread Leonel Nunez
> > I finally upgraded from postgres 7.4 to 8.2 and mail inbox loading went > from about 7-10s to 2-3s, so much better, but still not at the same level > of 2.0.10 with its <1s loads. I have a feeling that my db > structure/schema messed up. > > I ran vacuum full analyze; on all the databases, is

RE: [Dbmail] dbmail-lmtpd eating cpu!

2007-10-30 Thread Leonel Nunez
> Ah, but guys, you have to teach me how to get each messages from postfix > and > remove it :P > I don't know! > check the commands postsuper and postqueue Leonel ___ DBmail mailing list DBmail@dbmail.org https://mailman.fastxs.nl/mailman/listin

Re: [Dbmail] squirrelmail issues

2007-12-06 Thread Leonel Nunez
> What version of dbmail and squirrelmail are you using? > > I've had that problem with dbmail 2.2.5 and squirrelmail 1.4.11 (on > freebsd > 5.3) > > The pretty old Squirrelmail 1.5.1 contains bugs in the message decoding > (fix > to the php code is mentioned in their faq) so you can try with that,

Re: [Dbmail] dbmail.org down [fixed]

2009-01-26 Thread Leonel Nunez
Paul J Stevens wrote: > Mantis is now back up and running again. > > > > Paul J Stevens wrote: > >> Ok, >> >> So the machine involved was hacked through a security hole in mantis. >> >> I'll upgrade mantis. >> >> Paul J Stevens wrote: >> >>> Looks like someone at IC&S decided to mess with t

Re: [Dbmail] MySQL via SSL/TLS

2009-02-01 Thread Leonel Nunez
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > sorry for x-post. > > Is there a way to use the ssl/tls for the connection from dbmail to the > mysql db? > > I have configured my mysql server to deal with secure connections. In a > wireshark dump, I don't see crypted traffic. > > > Th

Re: [Dbmail] DBMail 3.0.0 first release candidate

2010-12-30 Thread Leonel Nunez
Hello: Does this version works out of the tarball with PostgreSQL 9 ?? Saludos -- Leonel Nunez http://enelserver.com http://enelserver.com/leonel/ ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo

Re: [Dbmail] is there a preferred webmail interface?

2011-09-13 Thread Leonel Nunez
> Roundcube is good and modern. Squirremail is also good. Squirrelmail works perfect on almost every phone -- Leonel Nunez http://enelserver.com http://enelserver.com/leonel/ ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/

Re: [Dbmail] test email.. please ignore

2012-08-21 Thread Leonel Nunez
> see subject :-) > > -- > > Met vriendelijke groet, > > Ricardo Kustner. > > ___ > DBmail mailing list > DBmail@dbmail.org > http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail > > Sorry pressed send

[Dbmail] Dbmal 3.0.2 for Ubuntu Precise i386

2012-08-22 Thread Leonel Nunez
ebian 7 is released so it automagicaly moves to ubuntu Saludos -- Leonel Nunez http://enelserver.com http://enelserver.com/leonel/ ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Re: [Dbmail] Compile Problem

2012-10-19 Thread Leonel Nunez
> > Masood You can try the debs I've builded for 12.04 https://launchpad.net/~leonelnunez/+archive/ppa/+packages Saludos -- Leonel Nunez http://enelserver.com http://enelserver.com/leonel/ ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Re: [Dbmail] DBMAIL over PRECISE PANGOLIN installation stuck.

2013-01-28 Thread Leonel Nunez
repo-has-libgmime-2-0-2a#comment217173_175733> > > > ..." > > but the entire post is very interesting and reflect the same problems like > in my case. > > I really need help about that. > It is shame to give up a reliable solution so that DBMail and I hope this >

Re: [Dbmail] we're back!

2013-03-26 Thread Leonel Nunez
't see it appear >> over the next couple of hours, please re-send it. We won't hold it >> against you :-) > > > Hi Paul, > > How about switch to Google Groups? > And the need for a gmail account ? no tha