On Jan 1, 2011, at 4:45 PM, lst_ho...@kwsoft.de wrote:
Zitat von jason hirsh <hir...@att.net>:
OK Everyone was such a help that I am back.. I got a new server and
thought things were going great
The issue is Postgrey keeps bouncingh the same message i have
tried to debug using my mac.com, comcast.net hotmail.com
in all instances it kept boucing the mail until I entered the
server in the white
Freebsd 8.0
Postgrey is running as follows:
postgrey 1258 0.0 1.0 12196 10144 ?? Ss 3:05PM 0:00.21 /
usr/local/sbin/postgrey --pidfile=/var/run/postgrey.pid --
inet=10023 -d --user=postgrey --group=postgrey --dbd
There is clearly something missing. The last should be "--
dbdir=<Path>" and the most valuable part is "--delay=<seconds>".
Have a look where the parameters are set, most of the time you
should be able to find out by examine the startscript.
Opps I made a mistake in cut and paste
postgrey 1258 0.0 1.0 12196 9988 ?? Is 4:32PM 0:00.03 /usr/
local/sbin/postgrey --pidfile=/var/run/postgrey.pid --inet=10023 -d --
user=postgrey --group=postgrey --dbdir=/var/db/postgrey --x
Be sure to use --auto-whitelist-clients=1 if you have found out
where the config lives, the default of 5 is only useful if you have
at least midsize traffic.
I can not find any info where the config file is suppose to be.. i
changed the flags ij the startup script as follows
postgrey_flags=${postgrey_flags:-"--pidfile=${postgrey_pidfile} \
--inet=10023 -d --user=postgrey --group=postgrey --dbdir=/var/
db/postgrey \
--x-greylist-header=${postgrey_greylist_header}"}
--delay=30
--auto-whitelist-clients=1
My clients are off for the weekend so i restarted postgrey and will see
Regards
Andreas
postgrey 1257 0.0 1.0 12196 9988 ?? Is 4:20PM 0:00.03 /usr/
local/sbin/postgrey --pidfile=/var/run/postgrey.pid --inet=10023 -d --
user=postgrey --group=postgrey --dbdir=/var/db/postgrey --x
r