62dc7a520a
Some help from kili@ SQLgrey is a Postfix greylisting policy service with auto-white-listing with SQL database as storage backend. It has many features including ipv6 support, activity reports, fine log controls. SQLgrey uses the Sqlite database by default, but it can also use MySQL or Postgresql.
15 lines
388 B
Plaintext
15 lines
388 B
Plaintext
$OpenBSD: patch-etc_sqlgrey_conf,v 1.1.1.1 2009/11/16 10:43:55 giovanni Exp $
|
|
--- etc/sqlgrey.conf.orig Tue Jun 3 09:35:19 2008
|
|
+++ etc/sqlgrey.conf Tue Jun 3 09:35:32 2008
|
|
@@ -59,8 +59,8 @@
|
|
# log_ident =
|
|
|
|
## username and groupname the daemon runs as
|
|
-# user = sqlgrey
|
|
-# group = sqlgrey
|
|
+user = _sqlgrey
|
|
+group = _sqlgrey
|
|
|
|
## Socket
|
|
# On which socket do SQLgrey wait for queries
|