Implementation of compression technology

2012-01-08 Thread Ashok Kumar J
Hi , I would like to know about any compression technology implemented and used in the postfix mail queue. -- with regards Ashok Kumar J

Re: Implementation of compression technology

2012-01-08 Thread Noel Jones
On 1/8/2012 11:22 PM, Ashok Kumar J wrote: > Hi , > > I would like to know about any compression technology implemented > and used in the postfix mail queue. > > -- > with regards > > Ashok Kumar J > Postfix does not use compression. -- Noel Jones

Re: Implementation of compression technology

2012-01-08 Thread Ashok Kumar J
Is it possible to implement the compression technic. please help me, where i have to start to implement these kind of features. On Mon, Jan 9, 2012 at 11:19 AM, Noel Jones wrote: > On 1/8/2012 11:22 PM, Ashok Kumar J wrote: > > Hi , > > > > I would like to know about any compression technology

Re: Implementation of compression technology

2012-01-08 Thread Ralf Hildebrandt
* Ashok Kumar J : > Hi , > > I would like to know about any compression technology implemented and used > in the postfix mail queue. What should be compressed? The queue-files on disk? What problem are you trying to solve? -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Chari

Re: Implementation of compression technology

2012-01-08 Thread Ashok Kumar J
Hi Ralf.Hildebrandt, I want to implement the compression technology in postfix mail server. so that the mails which are all sending from the mail client will be the plain text and it should be compressed in the postfix mail server automatically. then it will send to the another mail server. there

Re: Implementation of compression technology

2012-01-08 Thread Ralf Hildebrandt
* Ashok Kumar J : > Hi Ralf.Hildebrandt, > > > I want to implement the compression technology in postfix mail server. so > that the mails which are all sending from the mail client will be the plain > text and it should be compressed in the postfix mail server automatically. > then it will send t

Re: Implementation of compression technology

2012-01-09 Thread Patrick Ben Koetter
* Ashok Kumar J : > I want to implement the compression technology in postfix mail server. so > that the mails which are all sending from the mail client will be the plain > text and it should be compressed in the postfix mail server automatically. > then it will send to the another mail server. th

Re: Implementation of compression technology

2012-01-09 Thread Ralf Hildebrandt
* Patrick Ben Koetter : > * Ashok Kumar J : > > I want to implement the compression technology in postfix mail server. so > > that the mails which are all sending from the mail client will be the plain > > text and it should be compressed in the postfix mail server automatically. > > then it will s

Re: Implementation of compression technology

2012-01-09 Thread Ashok Kumar J
Hi Ralf Hildebrandt, ok i try to implement. thanks a lot. On Mon, Jan 9, 2012 at 1:33 PM, Ralf Hildebrandt < ralf.hildebra...@charite.de> wrote: > * Patrick Ben Koetter : > > * Ashok Kumar J : > > > I want to implement the compression technology in postfix mail server. > so > > > that the

Re: Implementation of compression technology

2012-01-09 Thread Robert Schetterer
Am 09.01.2012 09:39, schrieb Ashok Kumar J: > Hi Ralf Hildebrandt, > > ok i try to implement. thanks a lot. > > On Mon, Jan 9, 2012 at 1:33 PM, Ralf Hildebrandt > mailto:ralf.hildebra...@charite.de>> wrote: > > * Patrick Ben Koetter >: > > * Ashok Kum

RE: Implementation of compression technology

2012-01-09 Thread Terry Gilsenan
> >From: owner-postfix-us...@postfix.org [owner-postfix-us...@postfix.org] On >Behalf Of Ashok Kumar J [ashok.jagathe...@gmail.com] >Sent: Monday, 9 January 2012 5:55 PM >To: postfix-users@postfix.org >Subject: Re: Implementation of comp

Re: Implementation of compression technology

2012-01-09 Thread Stan Hoeppner
On 1/9/2012 2:45 AM, Robert Schetterer wrote: > Just as an idea for test , try using openvpn with lzo compression > between 2 servers may be more easy to implement, no idea if this would > fit and work like you want it If the data pipe in question is site-to-site, i.e. a private link, not interne

Re: Implementation of compression technology

2012-01-09 Thread Viktor Dukhovni
On Mon, Jan 09, 2012 at 09:03:23AM +0100, Ralf Hildebrandt wrote: > Personally, I'd go for mandatory TLS between the two machines with no > encryption > (but compression) - I guess Victor will correct me, but I think > that should work. That would be fine provided the OpenSSL libraries on both s