Re: [Dbmail] DBmail and Django

2009-10-12 Thread Denis Frère
2009/10/12 Paul J Stevens 

> Michael Monnerie wrote:
> >> My question is : can I add columns to DBmail tables without breaking
> something in DBmail ?
> >
> > Yes, I did so for my extensions to have domains and customers in it’s own
> tables. I also modified the aliases table without problems.
>
> Dbmail tries very hard not assume anything about order of fields in a
> table. All columns are retrieved explicitely. So no 'select *' but
> always 'select field1,field2...'.
>

Thank you. That's what I wanted to read. :-)


> Building a ORM mapping for dbmail is valid for all tables, *except* for
> message retrieval. That is, it'll work in 2.2 (for messageblks), but in
> 2.3 it is no longer a simple query.
>

:-/

Any pointer to that info ?

Denis
-- 
de...@carolo.net
___
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail


Re: [Dbmail] DBmail and Django

2009-10-12 Thread Paul J Stevens
Michael Monnerie wrote:
>> My question is : can I add columns to DBmail tables without breaking 
>> something in DBmail ?
> 
> Yes, I did so for my extensions to have domains and customers in it’s own 
> tables. I also modified the aliases table without problems.

Dbmail tries very hard not assume anything about order of fields in a
table. All columns are retrieved explicitely. So no 'select *' but
always 'select field1,field2...'.

So yes, adding columns is safe.

Building a ORM mapping for dbmail is valid for all tables, *except* for
message retrieval. That is, it'll work in 2.2 (for messageblks), but in
2.3 it is no longer a simple query.

-- 
  
  Paul Stevens  paul at nfg.nl
  NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31
  The Netherlandshttp://www.nfg.nl
___
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail


Re: [Dbmail] DBmail and Django

2009-10-12 Thread Michael Monnerie
> My question is : can I add columns to DBmail tables without breaking 
> something in DBmail ?

Yes, I did so for my extensions to have domains and customers in it’s own 
tables. I also modified the aliases table without problems.

mfg zmi



___
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail


[Dbmail] dbmail forwarding breaks emails signed by domainkeys

2009-10-12 Thread N Sj
I'm having problems when forwarding domaikeys (not DKIM) signed emails from 
dbmail to a mailserver (such as gmail) that checks for DomainKeys.

ebay uses DomainKeys not DKIM for signing their emails, and Yahoo uses both 
domainkeys and DKIM, so the problem at this moment is only with ebay.

>From ebay site  when I click on "share" an auction with a friend, it sends an 
>email to an email-id on dbmail server which is configured to forward to an 
>address at gmail.com but it fails.
As I understand that dbmail forward opens a pipe to sendmail (sendmail command 
from postfix in this case) which re-writes the From address hence invalidating 
the email signed using domainkeys. 
Whereas if email is forwarded without interacting with dbmail such as using 
virtual_maps or .forward file, then postfix doesn't rewrite any of the headers 
and all the forwards work fine.

I'm having a tough time figuring out a workaround to this problem so any help 
from anybody would be very much appreciated. 
Is there any other alternative pipe program that can be used to forward emails.


Thanks


  

___
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail


[Dbmail] DBmail and Django

2009-10-12 Thread Denis Frère
Hi,

I'm using DBmail in a Django project (http://www.djangoproject.com).

I would like to map DBmail tables to Django models, so that I could use
Django as an interface to create users and aliases, but also to be be able
(from my Django app) to read data stored in DBmail tables.

My question is : can I add columns to DBmail tables without breaking
something in DBmail ?

Thank you.

Denis
-- 
de...@carolo.net
___
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail


Re: [Dbmail] DBMail 2.2.12 released

2009-10-12 Thread Jonathan Feally
Aleksander Kamenik wrote:
> Bret Baptist wrote:
>   
>> Also looks like the "internaldate as UTC" is causing issues with Mac Mail 
>> and 
>> older Outlook clients.  They are subtracting the time zone offset from the 
>> received time.
>> 
>
> I can confirm this. After upgrade to 2.2.12 MS Outlook 2000 user 
> complained that incoming email have correct date when they come in and 
> are unread. However after reading the message the dates change 3 hours 
> which is the local difference with UTC.
>
> Regards,
>
>   
We have fixed this in the git tree.

Paul,
Can we get a 2.2.12.1 release because of the bugs and missing configure 
related files?

-Jon

-- 
Scanned for viruses and dangerous content by MailScanner

___
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail


Re: [Dbmail] DBMail 2.2.12 released

2009-10-12 Thread Aleksander Kamenik
Bret Baptist wrote:
> Also looks like the "internaldate as UTC" is causing issues with Mac Mail and 
> older Outlook clients.  They are subtracting the time zone offset from the 
> received time.

I can confirm this. After upgrade to 2.2.12 MS Outlook 2000 user 
complained that incoming email have correct date when they come in and 
are unread. However after reading the message the dates change 3 hours 
which is the local difference with UTC.

Regards,

-- 

Aleksander Kamenik
System Administrator
Krediidiinfo AS
an Experian Company
Phone: +372 665 9649
Email: aleksan...@krediidiinfo.ee

http://www.krediidiinfo.ee/
http://www.experiangroup.com/
___
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail