Page 1 of 1

B3 and Postfix varning in mail.log

Posted: 25 Oct 2010, 17:07
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