| Author |
Message |
kirbysdl
Joined: 19 Jul 2007
Posts: 1
|
| Posted: Thu Jul 19, 2007 6:59 am Post subject: Default debian 4.0/exim3 installation missing log file |
|
|
I created a new Debian 4 configuration profile, and everything's working fine except that the installed-by-default exim3 package doesn't create /var/log/exim/mainlog. As a result, /var/log/mail.* are spammed with error messages.
Touching the logfile works, and upgrading to the recommended version 4 of exim creates /var/log/exim4/mainlog anyway, so it's not really a problem.
However, what caused this to begin with? My own newbieness, or a linode/Debian configuration/packaging error?
Thanks!
P.S. /etc/ssh/moduli was also missing and causing warning log messages. `dpkg -S moduli` shows that openssh-client should have installed it. |
|
| Back to top |
|
Xan
Joined: 08 Feb 2004
Posts: 311
Location: Austin
|
| Posted: Fri Jul 20, 2007 7:37 pm Post subject: |
|
|
| Does the Debian etch image default to exim3? I really thought the default was exim4 at this point. Even sarge had exim4. |
|
| Back to top |
|
silly questions
Joined: 02 Apr 2007
Posts: 12
Location: UK
|
| Posted: Wed Jul 25, 2007 9:44 am Post subject: |
|
|
| exim 3.36-18.2 according to the fresh install I have just done. |
|
| Back to top |
|
Internat
Joined: 17 Aug 2004
Posts: 174
Location: Brisbane, Australia
|
| Posted: Mon May 05, 2008 5:17 am Post subject: |
|
|
*bump*
i just noticed on an image i deployed that moduli is still missing.. Any ideas why or how to fix it? |
|
| Back to top |
|
Alucard
Joined: 13 Feb 2008
Posts: 11
|
| Posted: Mon May 05, 2008 9:46 am Post subject: |
|
|
| ..how come Code: aptitude reinstall openssh-client didn't make /etc/ssh/moduli appear? |
|
| Back to top |
|
SteveG
Joined: 30 Nov 2003
Posts: 224
|
| Posted: Mon May 05, 2008 12:26 pm Post subject: |
|
|
| The /etc/ssh/moduli file is a conffile of the openssh-client package. Dpkg doesn't overwrite changes to conffiles, including removals. You can either purge (not just remove) and re-install openssh-client, or grab a copy from the source package. |
|
| Back to top |
|
| |