Montag, 22. März 2010

paedML Horde Mailanhänge

Heraufsetzen auf 20M Anhanggröße:

/etc/php5/apache2/php.ini :

max_execution_time = 60 ;
max_input_time = 120 ;
memory_limit = 200M ;
upload_max_filesize = 20M ;
post_max_size = 22M ;

/etc/horde/apache.conf :

php_value upload_max_filesize 20M ;
php_value post_max_size 22M ;

/etc/postfix/main.cf :

message_size_limit=40000000 ;

Quelle und Thread: http://article.gmane.org/gmane.linux.distributions.musterloesung/16806

Keine Kommentare:

Kommentar veröffentlichen

Hinweis: Nur ein Mitglied dieses Blogs kann Kommentare posten.