aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgrey/templates
Commit message (Collapse)AuthorAgeFilesLines
* Use @ when accessing variables in templatesDan Fandrich2026-02-211-1/+1
| | | | | | Access without the @ symbol is the older method and is discouraged. This is the fourth batch of files.
* Revert "Use @ when accessing variables in templates"Dan Fandrich2024-10-041-1/+1
| | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622.
* Use @ when accessing variables in templatesDan Fandrich2024-10-041-1/+1
| | | | Access without the @ symbol is the older method and is discouraged.
* Fix whitelist of our own servers and remove old entriesPascal Terjan2017-12-221-6/+1
|
* postgrey: make config works for Mga >= 3Olivier Blin2017-04-101-6/+4
| | | | | | | postgrey switched to systemd in 1.34-6.mga3 This change is backwards-compatible, since before systemd, the Unix socket path was specfied in the initscript.
* fix the regexp to match 6.mo2.mail-out.ovh.netMichael Scherer2011-06-211-1/+1
|
* let ovh hosted domain name bypass the greylistingMichael Scherer2011-06-211-1/+2
|
* use template, as noted by blino ( in case we need to change domain name )Michael Scherer2011-01-101-1/+1
|
* - do not greylist our own serversMichael Scherer2011-01-101-1/+2
|
* - add a postgrey module Michael Scherer2010-11-172-0/+17