Timo Röhling
0442b31227
Fix more warnings
před 10 roky
Timo Röhling
9548316977
Allow INIT_FLAVOR override in makefile fragment
před 10 roky
Timo Röhling
f0ec8943b4
Move most defaults to default file
před 10 roky
Timo Röhling
6aa118f5a7
Move init-related stuff to its own folder
před 10 roky
Timo Röhling
fefe8efceb
Merge initial systemd support from bjoe2k4
před 10 roky
bjoe2k4
32d2cd0abd
Fix file path of default file in postinstall
před 10 roky
bjoe2k4
45bdf8e363
Small fix for systemd service file
před 10 roky
bjoe2k4
037a57ba50
Set secret file in default file at compile time
před 10 roky
bjoe2k4
f097d1be4c
Rename postsrsd.default
před 10 roky
bjoe2k4
b4bcb77ca7
Initial systemd support
před 10 roky
Timo Röhling
1493d5f38c
Bind IPv4 ports by default
před 10 roky
Timo Röhling
a4a53c7b9f
Flush before waiting for new input, not after
před 10 roky
Timo Röhling
859796b126
Workaround for Solaris libc
The Solaris libc has some issues with alternating input and output
on sockets passed to fdopen(). Apparently there is a shared buffer
which has to be emptied, either by fseek() or fflush(), whenever
the direction of the data flow changes.
před 10 roky
Timo Röhling
70878f964c
Whitespace fix
před 10 roky
Timo Röhling
a534a528f7
Check for headers which may or may not be available
před 10 roky
Timo Röhling
69275bebaa
Fix pointer conversion warnings
před 10 roky
Timo Röhling
931406ebdd
Update README
před 10 roky
TomBoehm
5b08179493
Add preliminary Mac OS X support
před 10 roky
Timo Röhling
f430c83b82
Load timezone info before chroot
Fixes #13
před 10 roky
Timo Röhling
174337768c
Merge pull request #16 from crispygoth/master
A couple of small fixes: closing listen sockets in child and ignoring EINTR errors from main poll
před 10 roky
Chris Butler
6abd042ee3
Ignore EINTR errors from main poll() loop
When trying to connect the strace tool to the daemon's main process, the
daemon would die because strace interrupted the poll() causing it to
return EINTR.
It should be safe to ignore EINTR errors from poll in this case. Either
the received signal will be otherwise ignored by the process, or it will
cause it to terminate.
před 10 roky
Chris Butler
0fc199d5bc
Close the listen sockets in child processes
By keeping the listen sockets open, the children were preventing the
daemon from being restarted cleanly. Once the child has forked these
listen sockets are no longer needed by that process, so can be closed.
před 10 roky
Timo Röhling
6e582bc915
Merge pull request #15 from rvrangel/master
add status check to LSB init script
před 10 roky
Renan Rangel
7e862adb38
add status check to LSB init script
před 10 roky
Timo Röhling
6c0be7c5b3
Use PERMISSIONS keyword instead of FILE_PERMISSIONS
Fixes #6
před 10 roky
Timo Röhling
9cd1faabb3
Swap detection order of sysv-redhat and sysv-lsb
/lib/lsb/init-functions exists on Redhat system, but
/etc/init.d/functions does not on Debian-based systems, so
this should work better out-of-the-box.
Fixes #7
před 10 roky
Timo Röhling
ddd3612d30
Make sysconfig directory configurable
před 11 roky
Timo Röhling
e813563933
Make documentation location configurable
This is an ongoing effort to allow different file system layouts (#5 )
před 11 roky
Timo Röhling
4a3349d538
1.1
před 11 roky
Timo Röhling
e33d892526
Make config file location configurable
před 11 roky
Timo Röhling
6c1da85137
Remove strict error checking from Red Hat init script
working on issue #4
před 11 roky
Timo Röhling
ea35d05dcf
Check for extra command line arguments
Otherwise, excluded domains might be silently ignored.
před 11 roky
Timo Röhling
e915847e73
Do not show help on command line errors
This obfuscates the error message too much.
před 11 roky
Timo Röhling
682d5ad906
Start postsrsd with full path to binary
Also, distinguish between script name and binary name (#4 )
před 11 roky
Timo Röhling
1ac30effea
Fix #3 again
před 11 roky
Timo Röhling
dabac67c35
Add Red Hat-style init script
Thanks to @timeos for the initial version (#4 )
před 11 roky
Timo Röhling
2bdfca0268
Remove unneeded -w0 option from base64 call
před 11 roky
Timo Röhling
69a58fa09b
Fix #3
Apparently, CMake versions < 2.8 expect the FILES keyword in the
file(INSTALL) command.
před 11 roky
Timo Röhling
384331767d
Fix Travis CI script
před 12 roky
Timo Röhling
999db839f1
Add Travis CI support
před 12 roky
Timo Röhling
8d6d6c1e73
Merge pull request #2 from bjoe2k4/patch-2
Update main.cf.ex
před 12 roky
Timo Röhling
fa21e57fec
Merge pull request #1 from bjoe2k4/patch-1
Update README.md
před 12 roky
bjoe2k4
7e966b69f3
Update main.cf.ex
před 12 roky
bjoe2k4
fd546fdb86
Update README.md
před 12 roky
Timo Röhling
45648f63df
Optionally exclude domains from address rewriting
Useful for subdomains which are handled by the same
mail server.
před 12 roky
Timo Röhling
ff33d043b9
Support for multiple secrets
The secrets file is now parsed line by line, and
each line (excluding CR and/or LF) is used as a secret.
Only the first secret is used for signing, but all
secrets are used for verification.
před 12 roky
Timo Röhling
521be6ecc3
Fix line indentation
This is purely cosmetic.
před 12 roky
Timo Röhling
37c6dc7b0d
Pacify C compiler
This eliminates a warning about a missing return
statement. The code was correct though, because
hex2num() is guarded by is_hexdigit().
před 12 roky
Timo Röhling
9689ece89f
Make startup scripts whitespace-safe.
This is in preparation for future parameters which
may contain whitespaces.
před 12 roky
Timo Röhling
73ccc24b88
Ignore Eclipse project files
před 12 roky