PDA

View Full Version : Not receiving mail CentOS 4.2 Postfix


Jorem
5th December 2006, 23:15
I have a problem with my CentOS 4.2 box.

I cant recieve email. For the rest everything is working great, except for this. I followed de Perfect Setup. Restored all the files from my old server (42go setup/also on new box). Checked that maildir was stil checked in Server setting -> Mail. It is.

Every user has his own Maildir. So far eveything worked great. Sending emails to others also works great.

Does somebody also had this problem. Or where can I look to fix this problem.

till
6th December 2006, 12:25
Please send a email to a local user and the post the lines from your mail.log that got added by the mail sending attempt.

Jorem
6th December 2006, 12:30
postconf -e 'virtual_maps = hash:/etc/postfix/virtusertable'
postconf -e 'mydestination = /etc/postfix/local-host-names'
/etc/init.d/postfix restart

and

postconf -e 'home_mailbox = Maildir/'
postconf -e 'mailbox_command ='
/etc/init.d/postfix restart

made it work : )

thanks for your reply