3 lines
135 B
Bash
3 lines
135 B
Bash
#!/bin/sh
|
|
exec /usr/sbin/postgrey --inet=127.0.0.1:10030 --user=postgrey --group=postgrey --greylist-text="Greylisted for %%s seconds"
|