> * Check the permission of every directory (/var, /var/spool, > /var/spool/postfix), there might be a problem further up the chain
ls -al / |grep var drwxr-xr-x 13 root root 4096 Apr 16 13:08 var/ ls -al /var |grep spool drwxr-xr-x 7 root root 4096 Jun 12 14:09 spool/ ls -al /var/spool |grep postfix drwxr-xr-x 16 root root 4096 Jun 12 14:14 postfix/ ls -al /var/spool/postfix total 64 drwxr-xr-x 16 root root 4096 Jun 12 14:14 ./ drwxr-xr-x 7 root root 4096 Jun 12 14:09 ../ drwx------ 5 postfix root 4096 Jun 13 08:17 active/ drwx------ 2 postfix root 4096 Jul 26 2005 bounce/ drwx------ 2 postfix root 4096 Jul 26 2005 corrupt/ drwx------ 2 postfix root 4096 Jul 26 2005 defer/ drwx------ 5 postfix root 4096 Jun 13 08:17 deferred/ drwx------ 2 postfix root 4096 Jul 26 2005 flush/ drwx------ 2 postfix root 4096 Jul 26 2005 hold/ drwx------ 5 postfix root 4096 Jun 13 08:17 incoming/ drwx-wx--- 2 postfix postdrop 4096 Jun 13 08:17 maildrop/ drwxr-xr-x 2 root root 4096 Jun 12 14:26 pid/ drwx------ 2 postfix root 4096 Jun 13 08:17 private/ drwx--x--- 2 postfix postdrop 4096 Jun 13 08:17 public/ drwx------ 2 postfix root 4096 Jul 26 2005 saved/ drwx------ 2 postfix root 4096 Jul 26 2005 trace/ > * Are you sure you don't have a chroot running? (check with 'mount') [EMAIL PROTECTED] ~# mount /dev/md0 on / type ext3 (rw) none on /proc type proc (rw) usbdevfs on /proc/bus/usb type usbdevfs (rw) /dev/sda1 on /boot type ext3 (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) 192.168.0.201:/array on /rsync type nfs (rw,addr=192.168.0.201) > * Is /etc/services installed? (it is provided by the 'setup' package) ls -al /etc/services -rw------- 1 root root 17559 Jun 7 18:28 /etc/services cat /etc/services |grep smtp smtp 25/tcp mail smtp 25/udp mail smtps 465/tcp ssmtp # SMTP over SSL (TLS) -- Ariën Huisken _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
