- 21 Apr, 2016 5 commits
-
-
Patrick J Cherry authored
-
Steve Kemp authored
We no longer log errors during the normal course of events, such as: * Virtual Hosts that don't exist. * Malformed input-lines. Add -v, or --verbose, to see them.
-
Steve Kemp authored
This is better than using a path.
-
Patrick J Cherry authored
-
Steve Kemp authored
We've moved the opening of the logfiles into a central routine, such that we can add some sanity checking, and ensure that we're not going to append to files which are symlinks. As part of this work we've also made the --max-files|-f command-line argument function, with a default of 100. When more than the specified number of logfiles are open they are all closed so they can slowly re-grow.
-
- 19 Apr, 2016 5 commits
-
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
Patrick Cherry authored
Supply absolute path of temporary exim config file
-
Patrick Cherry authored
Remove 'restart exim' part of header
-
Patrick Cherry authored
Fix comment
-
- 08 Apr, 2016 8 commits
-
-
Steve Kemp authored
-
Steve Kemp authored
This is required, and achieved via a symlink
-
Steve Kemp authored
-
Steve Kemp authored
Some versions use: dh_prep dh_auto_install dh_install Some use: dh_build dh_binary The former will work. The latter will clean debian/tmp as part of the process, which means installing the binary to debian/tmp will fail.
-
Steve Kemp authored
-
Steve Kemp authored
-
Steve Kemp authored
-
Steve Kemp authored
-
- 06 Apr, 2016 4 commits
-
-
Steve Kemp authored
-
Steve Kemp authored
I tested this too.
-
Steve Kemp authored
-
Steve Kemp authored
This code is functionally identical to the Ruby version, all being well, and barring bugs. The intention is that we can allow users to install this package if they're at all suffering with issues with RAM usage. This is deliberately taken as a safe middle-ground before rewriting a core component of symbiosis and forcing all users to upgrade at once. Once this package is installed the old ruby-based logger will be divered, via dpkg-divert, such that it is no longer in use and can be replaced. Removign this package undoes the diversion to restore the system to that state it was previously in. This updates #12663.
-
- 17 Mar, 2016 4 commits
-
-
James F. Carter authored
-
James Carter authored
email: futher fix to makefile to make tests pass See merge request !2
-
James F. Carter authored
-
James Carter authored
email: Makefile fix for patched exim4 See merge request !1
-
- 16 Mar, 2016 1 commit
-
-
James F. Carter authored
-
- 14 Mar, 2016 3 commits
-
-
M Somerville authored
This is not the LetsEncrypt code.
-
M Somerville authored
Running make restarts exim itself.
-
M Somerville authored
Without an absolute path, make gives an "only absolute names are allowed" error.
-
- 24 Feb, 2016 1 commit
-
-
Patrick J Cherry authored
The auth program should only return -1 if it does not make sense to try any further authentication methods. In fact the only time we don't want to continue is if the user's password is wrong,
-
- 16 Feb, 2016 2 commits
-
-
Patrick J Cherry authored
-
Patrick J Cherry authored
-
- 05 Feb, 2016 2 commits
-
-
Patrick J Cherry authored
This just makes the redirect a bit more reliable.
-
Patrick J Cherry authored
This removes a needless redirect when the HTTP_HOST is not the same as the SERVER_NAME. Fixes #12383
-
- 04 Feb, 2016 2 commits
-
-
Patrick J Cherry authored
-
Patrick J Cherry authored
Although the diff is quite large, the changes are as follows: * Allow a backup2l.conf to be specified as an argument * A reguar expression is used to find the BACKUP_DIR definition * More error checking around the running of the backup2l estimate * The two regexes parsing the output have been squashed into one. * When the estimate was just Bytes, the parsing failed, as a space was in between the number and the letter B.
-
- 03 Feb, 2016 3 commits
-
-
Patrick J Cherry authored
-
Patrick J Cherry authored
This leads to a cron email every day. Oops!
-
Patrick J Cherry authored
-