New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

B3 and Postfix varning in mail.log

Got problems with your B2 or B3? Share and get helped!
Post Reply
jallee
Posts: 49
Joined: 12 Jun 2009, 13:15

B3 and Postfix varning in mail.log

Post by jallee »

If you get this in your mail.log...
"warning: redirecting the request to postfix-owned data_directory /var/lib/postfix"
"warning: redirecting the request to postfix-owned data_directory /var/lib/postfix"

Edit main.cf...

Code: Select all

#nano /etc/postfix/main.cf
and replace this ..

Code: Select all

#change
# smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
# smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
#to
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
Then restart postfix..

Code: Select all

/etc/init.d/postfix restart
// Jalle
Post Reply