Cristian Rodríguez wrote:
On 18/12/11 14:27, Vahis wrote:
I did same thing (just copied it from the post) with postfix in my 64 bit 12.1:
ln -s /lib/systemd/system/postfix.service /etc/systemd/system/multi-user.target.wants
and now it starts.
You have to use systemctl enable postfix.service, the symlink is created as a result of that command.
So is it meant to be that system mail doesn't run by default?
During install I have always chosen to receive system mail for my own user. I did so also this time. So on top of that it needs to be started?
And it is supposed to run after the first initial start?
This is like great but how was I supposed to come up with this?
man systemctl ?
Will that answer to "What else am I missing compared to what I used to have running?"
Is this a bug or an intended behavior?
Vahis