[Bug 370445] Re: MySQL-server-5.1 indirectly installs postfix

2009-09-08 Thread Mathias Gug
mysql-server-5.1 suggests mailx. Marking as fixed released. ** Changed in: mysql-dfsg-5.1 (Ubuntu) Status: Incomplete => Fix Released -- MySQL-server-5.1 indirectly installs postfix https://bugs.launchpad.net/bugs/370445 You received this bug notification because you are a member of Ubunt

[Bug 370445] Re: MySQL-server-5.1 indirectly installs postfix

2009-05-01 Thread Jonathan Marsden
If you do not wish to follow recommends, use the --no-install-recommends option to apt-get :) sudo apt-get install mysql-server --no-install-recommends will do what the submitter seems to desire. I am not convinced this is a bug. -- MySQL-server-5.1 indirectly installs postfix https://bugs.l

[Bug 370445] Re: MySQL-server-5.1 indirectly installs postfix

2009-05-01 Thread Phil Bayfield
I tested with a VPS, if you have an MTA installed prior to MySQL install (other than Postfix), Postfix is not installed, which is a good thing! In this case I was setting up a dedicated MySQL box so really didn't want/need an MTA on there. We already have load balanced Exim servers for mail! --