Search results

  1. M

    Tracking center. Different records, same logs

    @pm-username Sender sendername@mydomain.com send the same email to receivername@mail.ru & receivername@yandex.ru. Email to receivername@mail.ru is bounded because: 550 Message was not accepted -- invalid mailbox. Local mailbox receivername@mail.ru is unavailable: user not found Email to...
  2. M

    [SOLVED] Reject email to receiver in /etc/postfix/rcptaccess

    Hello, PMG use file /etc/postfix/rcptaccess for Mail Proxy whitelist (GUI->Configuration->Mail Proxy->Whitelist). So if I edit this file manually, it will be reset after run `pmgconfig sync --restart`. How can I reject email to an our receiver in /etc/postfix/rcptaccess? Thank you for your help!
  3. M

    KAM_QUITE_BAD_DNSWL Interception

    Hi, Maybe the content of your email has URL listed in blacklist of Spamhaus (KAM_QUITE_BAD_DNSWL) or SpamCop (RCVD_IN_BL_SPAMCOP_NET)?
  4. M

    Content filtering

    Hi, Try to write custom spamassassin rules: https://cwiki.apache.org/confluence/display/SPAMASSASSIN/WritingRules
  5. M

    [SOLVED] Block outgoing mail as spam

    Hi, Seem your custom score did not write to file /etc/mail/spamassassin/pmg-scores.cf, so it was not working. Please try remove old custom score from PMG UI then try add it again. Your new score must be write to file /etc/mail/spamassassin/pmg-scores.cf P/S: Try step by step: First remove old...
  6. M

    [SOLVED] Block outgoing mail as spam

    Hi, My mistake, this is really strange. Please show result of this command cat /etc/mail/spamassassin/pmg-scores.cf | grep -e 'DEAR_SOMETHING' -e 'KAM_DMARC_REJECT'
  7. M

    [SOLVED] Block outgoing mail as spam

    Hi, I do not see rule 'DEAR_SOMETHING' & 'KAM_DMARC_REJECT' in your log, please post logs related to them.
  8. M

    [SOLVED] Block outgoing mail as spam

    Hi, Please post the part of log relate to your issue, especially lines containing "SA score=..."
  9. M

    [SOLVED] Block outgoing mail as spam

    Hi, Please show mail log on your server.
  10. M

    [SOLVED] Block outgoing mail as spam

    Hi @mazaamahesh , Please try to use this command then try again: systemctl restart pmg-smtp-filter Hope this help!
  11. M

    Use of uninitialized value $domain in concatenation (.) or string at /usr/share/perl5/PMG/Utils.pm line 678.

    Hi @MiamiJack , Ensure you have a line search your_hostname_server at the top of file /etc/resolv.conf Example: root@a:~# cat /etc/resolv.conf search a.node1.example.com nameserver 1.1.1.1 nameserver 8.8.8.8 Hope this help!
  12. M

    How to set PMG to bypass SPF check from IP Address

    Hi @petern2004 , Could you try add your IP address to Whitelist: or Trusted Network?
  13. M

    add mass whitelist by ip or domain

    Hi @eaglex01, You can try with this script: #!/bin/bash while read line;do TYPE='domain' if [[ "$line" == *"@"* ]]; then TYPE='email' fi pmgsh create /config/ruledb/who/2/${TYPE} --${TYPE} "$line" done < black.txt PS: For domain: pmgsh create /config/ruledb/who/2/domain...
  14. M

    Verify Receivers not working

    Hello, I set up 'Verify Receivers' with 'Yes (550)'. I want to reject all mails with 'Mailbox size limit exceeded' but postfix only move them to 'defer queue'. This is log file: Jul 19 14:11:01 a postfix/smtp[3969]: 4WQHBc3kLQzCt2g: to=<admin@xxx.com>, relay=1.1.1.1[1.1.1.1]:25, delay=8813...
  15. M

    Send Return-Path to Custom Check Interface

    Hi Stoiko, Do you have any idea for my case?
  16. M

    Send Return-Path to Custom Check Interface

    Hi Stoiko, Thank you for your reply. This is all contents of mail sent to my script: Received: from source.smtp.local (unknown [10.10.10.10]) by dest.mx.local (Proxmox) with ESMTP id 30368400F8 for <receiver@my_domain.com>; Fri, 17 May 2024 14:14:28 +0700 (+07) From...
  17. M

    Seeing the "URIBL_BLOCKED" rule being hit every once in a while in the Syslog...

    Hi, What's the result when run this command on your server? host -tTXT 2.0.0.127.multi.uribl.com