Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Tuxlite install : Postfix supposed to be installed but not running (?)

Hello folks,

Just a question in case someone had the same issue : after Tuxlite install I expected Postfix to run, as this page mentions it being installed : http://tuxlite.com/about/

Postfix mail server (securely configured to be outgoing only)

Even after reboot I can't find any Postfix process running with "ps aux".

Any idea if I missed something ? I followed the default install instructions on a Debian 7 32bits. Maybe the about page isn't up-to-date (?)

Thanks,

Cheers,

Comments

  • @benjamin74 There could be so many things wrong - best to just debug.

    Have you tried to start the Postfix service yourself?

    service postfix start or /etc/init.d/postfix start or /usr/sbin/postfix start

    If you can, you can simply make an init script to run on startup.

  • Hi,

    Thanks I spotted the issue : for some reason the ./install.sh didn't install Postfix so I just had to manually run "./setup.sh install" to have postfix installed.

    Cheers,

Sign In or Register to comment.