Subin K S: > hi, > > I've compiled and installed postfix 2.11 on Debian7, from source. Now when > I try to send an email using to an extrernal address from teh command line > it errs out as follows: > > Sep 22 15:44:57 server1 postfix/qmgr[3894]: 0610827808C6: from=<root>, > size=259, nrcpt=1 (queue active) > Sep 22 15:44:57 server1 postfix/smtp[4167]: fatal: unknown service: smtp/tcp
Debian turns on chroot in master.cf. See http://www.postfix.org/DEBUG_README.html#no_chroot for turning it off. Wietse