Hello, My mail server is taking about 15 seconds to accept an email and place it in queue.
I did a test via telnet and after I end data with <CR><LF>.<CR><LF> I get the "250 Ok: queued " message around 10 to 20 seconds afterwards. The server is quite idle so I am not sure what is going on This is the log from the telnet test: 220 postdam.mymail.com ESMTP Postfix (Ubuntu) ehlo me 250-postdam.mymail.com 250-PIPELINING 250-SIZE 10240000 250-VRFY 250-ETRN 250-STARTTLS 250 8BITMIME mail from:[EMAIL PROTECTED] 250 Ok rcpt to:[EMAIL PROTECTED] 250 Ok data 354 End data with <CR><LF>.<CR><LF> subject: testing date: 2008-08-08 14:00 hey . 250 Ok: queued as 3568266492D quit 221 Bye Here is the results from TOP top - 12:27:32 up 21 days, 11 min, 1 user, load average: 0.00, 0.00, 0.00 Tasks: 99 total, 2 running, 97 sleeping, 0 stopped, 0 zombie Cpu(s): 0.0% us, 0.2% sy, 0.0% ni, 99.8% id, 0.0% wa, 0.0% hi, 0.0% si Mem: 970332k total, 958392k used, 11940k free, 202024k buffers Swap: 2843464k total, 87744k used, 2755720k free, 242300k cached I am running Postfix 2.2.10 on Ubuntu 6.06.2 LTS /var has 50 GB of free space. Any help would be greatly appreciated.