Simply edit the /etc/pop-before-smtp/pop-before-smtp.conf and look for
the commented $grace assignment:

# A 30-minute grace period before the IP address is expired.
#$grace = 30*60;

Change the second line to be uncommented and have whatever value (in
seconds) that you desire.  For instance, this chooses 90 minutes:

# A 90-minute grace period before the IP address is expired.
$grace = 90*60;

..wayne..


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to