Recent content by mbrother

  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?