|
From: Heiko Z. <he...@zu...> - 2007-04-25 13:50:56
|
On Wed, April 25, 2007 08:10, Jozsef Valkai wrote: > hi, > > 1. can somebody tell me, how can I debug the postfix, because it is > very mystified to me. I cannot find postfix log file. Postfix uses syslog. Syslog-NG on Devil-Linux is per default configured not to write a log file (since it would be in RAM), but only log to console 10. You can change the file /etc/syslog-ng/syslog-ng.conf to create a logfile instead (You'll have to bounce syslog). But a) either watch your RAM or b) log to a harddisk. See documentation and Howtos on: http://www.postfix.org/ > 2. how can I run bind as dns server? I could not find any bind > configuration file... see documentation on :http://www.isc.org/sw/bind/ named.conf is binds main config file. -- Regards Heiko Zuerker http://www.devil-linux.org |