[linux-l] postfix-problem: mail mit anhang

Jens Dreger jens.dreger at physik.fu-berlin.de
Sa Jun 23 14:50:44 CEST 2007


On Sat, Jun 23, 2007 at 02:27:43PM +0200, Sebastian Andres wrote:
> Hi!
> 
> On Sat, Jun 23, 2007 at 02:04:42PM +0200, Jan-Benedict Glaw wrote:
> > Was sagt `postconf' dazu? Insbesondere "message_size_limit"?
> > 
> 
> 
> message_size_limit = 10240000
> 
> das sollte also an sich gehen. 

Kommt drauf an. Eine Binaerdatei wird als Email-Attachment zumeist
vorher noch umkodiert, zum Beispiel in Base64 oder quoted-printable.
Das blaeht dann die Datei auf. Beispiel:

8MB random data als base64:
dreger at smart:~> dd if=/dev/urandom bs=1000 count=8000|mmencode|wc -c
10814817

8MB random data als quoted-printable:
dreger at smart:~> dd if=/dev/urandom bs=1000 count=8000|mmencode -q|wc -c
18455188

=> beides groesser als Dein message_size_limit.

Gruss,

Jens.

-- 
Jens Dreger                      Freie Universitaet Berlin
dreger at physik.fu-berlin.de       Fachbereich Physik - ZEDV
Tel: +49 30 83854774             Arnimallee 14
Fax: +49 30 83855902	         14195 Berlin



Mehr Informationen über die Mailingliste linux-l