PDA

View Full Version : Max size for emails



aleborg
07-14-2004, 03:10 AM
What is the max size for an email sent to our server (freebsd / exim)? Are we able to change this? Or is there no max size just a time out?

EDIT/ This maybe has more to do with pop3d... Its when a customer tries to download a big mail the time out occours.

aleborg
07-14-2004, 04:15 AM
New info:
The customer who has timeout problems timeouts after just 1minut. He's trying to download an 8.4MB large mail and his bandwidth is 0.5Mbit.

Anyone knows what might be he problem?

DirectAdmin Support
07-14-2004, 12:46 PM
Hello,

You can get the latest rpm here:
http://files.directadmin.com/services/da_vm-pop3d-1.1.7f-1.src.rpm

wget http://files.directadmin.com/services/da_vm-pop3d-1.1.7f-1.src.rpm
rpm -ivh da_vm-pop3d-1.1.7f-1.src.rpm
cd /usr/src/redhat/SPECS
rpmbuild -ba vm-pop3d.spec
cd ../RPMS/i386
rpm -Uvh da_vm-pop3d-1.1.7f-1.i386.rpm
service vm-pop3d restart
John