girish br: > This is my output for: %grep '^smtp.*smtpd' master.cf > > smtp inet n - n - - smtpd
I recall that you had a problem SENDING mail, in which case the proper line to look for would be the SMTP client: grep '^smtp.*smtp' master.cf | grep -v smtpd In addition, for DNS lookup to work, the Postfix SMTP client needs to access /etc/resolv.conf and other config files. You may want to report the permissions of: / /etc /etc/resolv.conf /etc/nsswitch.conf /lib /lib/*nss* Directories require world execute permission, files require world read permission. If permissions are the problem then it may pay off to run the smtp client under strace as described in DEBUG_README. Wietse