I am receiving the transcript file with the error "Error: queue file write error." It appears that postfix is timing out the connection after 10 minutes. The thing that disturbs me is that nothing is logged. Is there a way to get postfix to put something in the logs?
Here is the transcript: Transcript of session follows. Out: 220 myserver.net ESMTP Postfix In: EHLO avas10tiga.indosat.net.id Out: 250-myserver.net Out: 250-PIPELINING Out: 250-SIZE 104857600 Out: 250-ETRN Out: 250-ENHANCEDSTATUSCODES Out: 250-8BITMIME Out: 250 DSN In: MAIL FROM:<2...@heathfield.co.nz> SIZE=2873224 Out: 250 2.1.0 Ok In: RCPT TO:<u...@myserver.net> Out: 250 2.1.5 Ok In: DATA Out: 354 End data with <CR><LF>.<CR><LF> Out: 451 4.3.0 Error: queue file write error In: QUIT Out: 221 2.0.0 Bye And here are the log entries: Oct 10 09:13:26 myserver postfix/smtpd[18826]: connect from avas10tiga.indosat.net.id[219.83.54.103] Oct 10 09:13:34 myserver policyd: rcpt=18817141, greylist=update, host=219.83.54.103 (avas10tiga.indosat.net.id), from=2...@heathfield.co.nz, to=u...@myserver.net, size=2873224 Oct 10 09:13:34 myserver postfix/smtpd[18826]: 89C476DF8C3: client= avas10tiga.indosat.net.id[219.83.54.103] Oct 10 09:13:37 myserver postfix/cleanup[18080]: 89C476DF8C3: message-id=<32609497.1081444484811317.JavaMail.defaultUser@defaultHost> Oct 10 09:13:37 myserver postfix/cleanup[18080]: 89C476DF8C3: warning: header Subject: CONFIDENTAIL: CLAIM YOUR PRIZE from avas10tiga.indosat.net.id[219.83.54.103]; from=<2...@heathfield.co.nz> to=< u...@myserver.net> proto=ESMTP helo=<avas10tiga.indosat.net.id> Oct 10 09:23:10 myserver postfix/smtpd[18826]: disconnect from avas10tiga.indosat.net.id[219.83.54.103] Thanks!