Search results

  1. I

    [SOLVED] Bayes still not auto learning?

    when an email gets analysed for SPAM, it gets a Spam-Score assigned. this Spam-Score is used for various filtering (e.g. whether to put the email into quarantine; or whether to block it completely; or...) this Spam-Score is also used to automatically train the bayes filter. since spamassassin...
  2. I

    [SOLVED] 450 4.7.25 Client host rejected: cannot find your hostname,

    i think the question is more targeted towards: "which checks must be disabled to accept connections from IPs with incorrect public DNS entries?"
  3. I

    [SOLVED] 450 4.7.25 Client host rejected: cannot find your hostname,

    i find that sometimes postfix does not get restarted when changing things in the web-interface (the last thing i remember that failed to restart was when enabling/disabling SPF). i usually resort to changing the smtp-banner as well, which - seems to restart postfix - allows me to do a simple...
  4. I

    Spam von eigener Domäne

    naja, RBL hängt halt auch viel von den verwendeten listen ab (weswegen ich auch noch einmal die von heutger empfohlenen einstellungen gepostet habe).
  5. I

    Spam von eigener Domäne

    die jüngste spam-welle mit fakesender == receiver adressen ("wie Sie am Absender sehen können, habe ich Ihren account gehackt". überweisen Sie bitte bitcoins. passen Sie in zukunft besser auf.") habe ich mitbekommen (auf anderen mailservern), aber mein PMG hat die brav geblockt. ich setze...
  6. I

    SPF failure Whitelist

    oops indeed. i somehow missed the headers showing me that a scan happened (spamassassin even gives some points for the failed SPF, which is just as good :-))
  7. I

    SPF failure Whitelist

    i'm running into a similar problem, where the outgoing mailservers of our parent company has an SPF record (limiting the allowed senders to a select few), but has so-far problems with configuring their NAT, making their emails appear to come from another IP address. whitelisting this IP address...
  8. I

    Spam Report Costumization

    cool. is it possible to access the lifetime value in the spam-report template? so i can tell the users when their quarantined emails will be automatically purged.
  9. I

    make quarantine page publicly available in a secure fashion

    I would like to allow my users to access the quarantine page from the internet (not just the intranet). "somewhere" I've read, that one shouldn't expose the entire webgui/api to the wild internet, and only restrict access to the actual quarantine. (unfortunately I cannot find that reference any...
  10. I

    [SOLVED] using pmgsh to query the quarantine (or anything)

    i'm having a hard time, doing anything useful with `pmgsh` (besides interacting with the config; which i find easier to either do directly on the filesystem or via the webinterface). esp. i'd like to query the quarantine database (e.g. which receivers have quarantined emails; list basic...
  11. I

    [feature] filter by state in the tracking center

    in the tracking center i can filter by sender, receiver, time-span and "filter" (which appears to be some simple text-matcher, without a regex engine). i find that i would also like to filter the results based on the delivery state, e.g. limit the display to entries that are accepted/delivered...
  12. I

    [feature] ham-emails in statistics charts

    the statistics charts in the web-interface allow me to enable/disable of following categories (inbound): - Incoming Mails - Junk Mails - Virus Mails - Bounces for reasons unknown, i cannot enable/disable a chart for good HAM mails, which is probably just the difference between incoming and...
  13. I

    fatal error in spf code

    btw, I can also provide the real log-files if you are interested. just not on a public forum.
  14. I

    fatal error in spf code

    sorry to have wasted your time, but, I figured that: - `example.com` addresses would obviously be fake addresses - I was reporting a *real* issue I was seeing in my production system (with read addresses; which rules out the `example.com` addresses) - posting non-anonymous email data on a public...
  15. I

    fatal error in spf code

    nah. that was just anonymising the original addresses.
  16. I

    fatal error in spf code

    i don't think so. but then, i'm not sure how to reproduce "host-based checks during SMTP" anyhow. hints?
  17. I

    fatal error in spf code

    today i got an error in Sep 11 12:15:17 mailgate pmgpolicy[8138]: *** FATAL PROGRAM ERROR!! Unknown method 'char_str_list' *** which the program has attempted to call for the object: *** list.example.net. 7190 IN TXT \# 11 0a737066322e302f707261 *** *** Net::DNS::RR 1519 has no...
  18. I

    get statistics for last day (or month)

    currently, the statistics page allows me to select a given day or a summary for an entire given month. i find this slightly inconvenient when dealing with incidents that happen at night (that is on two consecutive days) or at the turn of the month (e.g. 2018-08-27..2018-09-03). Also, in the...