<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 3/26/2013 7:13 PM, Chris Gebhardt -
      VIRTBIZ Internet wrote:<br>
    </div>
    <blockquote cite="mid:515255DB.5050106@virtbiz.com" type="cite">
      <pre wrap="">On 3/26/2013 8:18 PM, Adam Lepp wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Is it possible to disable greylisting (only) for one site, or even one
user on a site?

Other AV-SPAM features would stay active.
</pre>
      </blockquote>
      <pre wrap="">
You're looking for /etc/mail/greylist.conf to which you can edit a 
section that looks like this:
# These users will be exempted from Greylisting
list "open users" rcpt {   \
         <a class="moz-txt-link-abbreviated" href="mailto:user1@domain.tld">user1@domain.tld</a> \
         <a class="moz-txt-link-abbreviated" href="mailto:userxyz@anotherdomain.tld">userxyz@anotherdomain.tld</a> \
\
}
acl whitelist list "open users"

Just add the lines as you need, make sure to end a line with a \.

</pre>
      <blockquote type="cite">
        <pre wrap="">Also – can we make a special whitelist that not only exempts from spam
filtering, but also from greylisting?  This would be even better, since
it could be used for the whole server.
</pre>
      </blockquote>
    </blockquote>
    Kinda sorta in the A/V Spam GUI.. Settings > Spamassassin tab<br>
    <table border="0" cellpadding="0" cellspacing="0">
      <tbody>
        <tr>
          <td><br>
          </td>
          <td>
            <a
style="color:#000000;font-family:Arial,Helvetica,sans-serif;font-size:12px;text-decoration:none;"
              href="javascript: void 0" onmouseover=" return
              top.code.info_mouseOver(document._label_9_description)"
              onmouseout=" return top.code.info_mouseOut();">All SPAM
              to:</a> <font
style="color:#999999;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px;font-style:italic;">(optional)</font></td>
        </tr>
      </tbody>
    </table>
    enter the complete email address to be mostly ignored..<br>
    <br>
    HTH<br>
    David<br>
    <blockquote cite="mid:515255DB.5050106@virtbiz.com" type="cite">
      <pre wrap="">
Not in one list, no.   But assuming you're looking to exempt a SENDER 
from greylisting, that's also in /etc/mail/greylist.conf.  You can also 
add in subnets or IPs that you want to exempt for whatever reason.

We use extensive greylisting across our webhosting systems.  We filter 
all of our BlueOnyx-bound mail through a network of centralized 
filtering systems.  I just checked our exemption list:  5 users.  <shrug>

</pre>
    </blockquote>
    <br>
  </body>
</html>