Re: [AMaViS-user] amavisd-new+sqlite+MailZu, stupid idea?

2005-07-25 Thread Mark Martinec
Gerald,

 I play with the idea to use amavisd-new, sqlite and MailZu on
 very small servers with only a few users. I think that it should
 be possible for amavisd-new to use sqlite for writing if I
 limit the concurrent processes to 1. To get some mails a little
 bit later I can tolerate. Mysql or postgres are too heavy for
 this task.

I think it should work just fine if the concurrency is kept low
on the average. I did test amavisd-new with SQLite, it does
work fine, but for our needs the write conflicts on transactions
were too frequent to be acceptable as a log/reporting database.

On the other hand, SQLite is perfect for read-only access
such as SQL lookups. So if one needs the flexibility of SQL
lookups (no need to reload amavisd on changes) and
wants to avoid the complexity of full client/server SQL,
a database all-in-one-file is a perfect solution, fast too.

  Mark


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] amavisd-new+sqlite+MailZu, stupid idea?

2005-07-21 Thread Gerald Dachs
 We'll try to add IMAP4 authentication support to MailZu for RC3 or RC4.

 Sam

That is nice, thanks

Gerald



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] amavisd-new+sqlite+MailZu, stupid idea?

2005-07-20 Thread Gerald Dachs
  Imap authentication would be another thing that would be nice to
  have in MailZu.
  
 
 What mechanism does your IMAP server use to authenticate users? 

Currently PAM over saslauthd, I have thought it must be possible to use the 
code from squirrelmail, per example. So it would work with courier, cyrus or
dovecot. Most of this servers have more than one authentication method, so
if you authenticate with them directly you support them all with one interface 
:) 

Gerald


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] amavisd-new+sqlite+MailZu, stupid idea?

2005-07-20 Thread Sam Tran
On 7/20/05, Gerald Dachs [EMAIL PROTECTED] wrote:
   Imap authentication would be another thing that would be nice to
   have in MailZu.
  
 
  What mechanism does your IMAP server use to authenticate users?
 
 Currently PAM over saslauthd, I have thought it must be possible to use the
 code from squirrelmail, per example. So it would work with courier, cyrus or
 dovecot. Most of this servers have more than one authentication method, so
 if you authenticate with them directly you support them all with one 
 interface :)
 
 Gerald
 

We'll try to add IMAP4 authentication support to MailZu for RC3 or RC4.

Sam


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77alloc_id492op=click
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/