Recent content by chipc

  1. C

    Yahoo now fails on greylisting?

    It's looking like Yahoo has quit responding correctly to greylisting, now returning a fatal error to the sender: <nosuch.user@[one of our domains]>: Remote host said: 450 4.7.1 <nosuch.user@[one of our domains]>: Recipient address rejected: Service is unavailable (try later) [RCPT_TO] In our...
  2. C

    How to disable daemon autostart?

    As we prepare for an upgrade, I want to take the smtpd offline on one of my cluster nodes. I can stop smptd easily enough in System gui, but "autostart" remains checked and greyed out, and the daemon restarts automatically on reboot. How can I disable that? This is 2.5/4478, and the node is the...
  3. C

    quarantine management doesn't preserve username case

    The administrator notifications generated by Notify Admin action don't contain a link, they're just plain text messages. For quarantined outbound messages we get the admin notifications and take action transparently to the sender and receiver. So we're cutting and pasting the receiver address...
  4. C

    quarantine management doesn't preserve username case

    My actual issue is that the exact name that appears in the notification cannot be used to locate the message in the quarantine management interface; this cost us some time yesterday trying to find a message in quarantine so we could release it. Superficially the fixes mught be either (a) use the...
  5. C

    quarantine management doesn't preserve username case

    Hi, We've just noticed that the quarantine management system does not preserve case of the username portion of the address; e.g. e-mail for Joe.User@ourdomain and joe.user@ourdomain are both quarantined under the all-lowercase name, even though case is preserved in the message as delivered and...
  6. C

    How to check connectivity to Razor and DCC networks?

    In response to a recent notable increase in passed spam (just us? or is it conficker bots ramping up?) I looked at our spam detector settings and noted that Use DCC Network is off. I've turned it on. But in other postings here I see the advice to "test connection to Razor and DCC networks". How...
  7. C

    "match field" wildcards/regexp in What object?

    OK, will do, but would it be simpler to allow a "body" or "rawbody" field spec in the existing What object?
  8. C

    "match field" wildcards/regexp in What object?

    Against the *original* mail, you say ... so a header that I add in one proxmos action is not visible to any following proxmox rule? Obviously that stymies my current plans. (I'm using proxmox action "Modify Spam Level" to add the x-spam-level header, and this is working fine, I can see my...
  9. C

    "match field" wildcards/regexp in What object?

    How is the "match field" object interpreted, as in, does it take wildcards, or is it a regexp? I'm trying to take special action if a particular (custom) spamassassin rule has been met. I've added X-SPAM-LEVEL header to all messages, which lists the code names of the spamassassin rules. If I...
  10. C

    any way to throttle spam reports? and "force" empty proxspamreport?

    We'd like to slow down the spam reports that get generated each midnight; the large number of them is causing load alarms on our internal mail router. Some method of limiting them to so-many-per-minute would be good. Also, having just discovered the proxspamreport command, is there a way to...