blob: 58436ff8e2bf25ec59d0dbd2f3fadabf98a06437 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
1.3
- Handle condition of server refusing data transfers more gracefully.
- Less chatty when setting timeouts fail
- Drop privileges after binding to port. Allows listening on ports < 1024
- Ported to Solaris
1.2.1 [2005-04-15]
- Fixed bug (introduced in 1.2) when 'Header' option is not present.
1.2 [2005-03-24]
- Don't leak file descriptors when clamsmtpd can't connect to outgoing
SMTP server [Chris Mason]
- 'Header' configuration option with special format arguments [Olivier Beyssac]
- Supress weird warnings when looking up names of local unix connections.
1.1 [2005-01-27]
- Fixed crasher when outgoing connection couldn't be established
- Removed erroneous chown line from clamsmtpd.sh
1.0 [2004-12-02]
- Added XCLIENT support.
- Drop XCLIENT commands coming in from clients for security.
- Added big scary warnings to the sample scripts about escaping variables.
- Documentation fixes [Olivier Beyssac]
0.6 [2004-10-30]
- Added CLIENT and SERVER variables to VirusAction script environment.
- Even better logging for network errors and filter warnings.
- Print out proxsmtp version in debug logs
- Allow configuration of server keep alives (NOOPs). Default to none
0.5 [2004-10-20]
- Added sample scripts.
- Initial fork from clamsmtp version 0.9.x
- Converted into filter based SMTP pass-through
|