Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make all cflags and libs variables uppercase | Michael Biebl | 2009-02-24 | 1 | -1/+1 |
| | | | | | | pkg-config uses uppercase for its _CFLAGS and _LIBS variable names. So we follow suit and convert all _cflags and _libs variables to uppercase for more consistency. | ||||
* | bugfix: IPv6 addresses could not be specified in forwarding actions | Rainer Gerhards | 2008-08-05 | 1 | -0/+5 |
| | | | | | | New syntax @[addr]:port introduced to enable that. Root problem was IPv6 addresses contain colons. Also somewhat enhanced debugging messages. | ||||
* | enhanced ommail to support multiple email recipients. | Rainer Gerhards | 2008-08-04 | 1 | -18/+93 |
| | | | | | | | This is done by specifying $ActionMailTo multiple times. Note that this introduces a small incompatibility to previous config file syntax: the recipient list is now reset for each action (we honestly believe that will not cause any problem - apologies if it does). | ||||
* | applied ErrLog interface change to ommail | Rainer Gerhards | 2008-07-01 | 1 | -2/+2 |
| | |||||
* | moved host/domain-name related variables to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -1/+5 |
| | |||||
* | some more cleanup | Rainer Gerhards | 2008-04-16 | 1 | -1/+1 |
| | | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear | ||||
* | made everything compile with the new runtime subdirectory | Rainer Gerhards | 2008-04-16 | 1 | -1/+1 |
| | |||||
* | finalized mail output support | Rainer Gerhards | 2008-04-08 | 1 | -6/+30 |
| | |||||
* | finishing core ommail plugin | Rainer Gerhards | 2008-04-08 | 1 | -20/+85 |
| | |||||
* | clean implementation of smtp protcol and rsyslog retries | Rainer Gerhards | 2008-04-08 | 1 | -28/+66 |
| | |||||
* | smtp response codes are now correctly checked | Rainer Gerhards | 2008-04-07 | 1 | -61/+47 |
| | |||||
* | got a bit closer to real SMTP ;) | Rainer Gerhards | 2008-04-04 | 1 | -13/+135 |
| | |||||
* | an initial, somewhat working, tester for the mail functionality | Rainer Gerhards | 2008-04-04 | 1 | -3/+212 |
| | |||||
* | cleanup of previous code, ready to implement smtp | Rainer Gerhards | 2008-04-04 | 1 | -51/+21 |
| | |||||
* | begun work on mail output plugin (open questions on TLS, so I see if I can | Rainer Gerhards | 2008-04-04 | 2 | -0/+222 |
put this in between) - does not the least yet work ;) |