blackmilk
February 20th, 2004, 06:16
[code:1:b00c473c1d]
| - /
| - /mnt/chroots
| |---------- /local
| |---------- /remote
| |---------- /public
| |------- /httpd(chroot)
| |------- /postfix(chroot)
| | |-------------- /httpd(chroot)
| |------- /postfix(chroot)
[/code:1:b00c473c1d]
I'm trying to chroot httpd so that it still serves its own purpose (sorted)
Trying to chroot postfix, along with its own httpd sothat webaccess to the mail server is available
Trying to chroot postfix to act as an email firewall
It's all backed up by redirections and such, running on seperate ports and all that.
What I'm having trouble with is chrooting postfix and all the features i want with it. I've edited the Makefile and Makefile.inc, but I can't see where to set the root directory. I'm assuming I have to edit a macro or something.
anyone shed any light on this please. Thank you
| - /
| - /mnt/chroots
| |---------- /local
| |---------- /remote
| |---------- /public
| |------- /httpd(chroot)
| |------- /postfix(chroot)
| | |-------------- /httpd(chroot)
| |------- /postfix(chroot)
[/code:1:b00c473c1d]
I'm trying to chroot httpd so that it still serves its own purpose (sorted)
Trying to chroot postfix, along with its own httpd sothat webaccess to the mail server is available
Trying to chroot postfix to act as an email firewall
It's all backed up by redirections and such, running on seperate ports and all that.
What I'm having trouble with is chrooting postfix and all the features i want with it. I've edited the Makefile and Makefile.inc, but I can't see where to set the root directory. I'm assuming I have to edit a macro or something.
anyone shed any light on this please. Thank you