Jeremiah Rothschild: > /tmp is a separate filesystem: > [root@c8vm ~]# grep tmp /etc/fstab > /dev/mapper/rootvg-tmp /tmp ext4 defaults 1 2 > [root@c8vm ~]# df -h /tmp > Filesystem Size Used Avail Use% Mounted on > /dev/mapper/rootvg-tmp 2.0G 6.1M 1.8G 1% /tmp > > and it appears the same as a root and non-root user: > [root@c8vm ~]# id > uid=0(root) gid=0(root) groups=0(root) > [root@c8vm ~]# touch /tmp/testfile
Postfix did not create that file as 'root'. You should use the same user as when Postfix delivered the file. Is the 'lost file' problem reproducible? Your pastebin had a large time gap between delivery and looking with 'ls'. Wietse