Search results

  1. Z

    [SOLVED] SPAM from Google, MS, Yahoo etc

    @hata_ph Thanks heaps - I will definitely have to look into this path with custom rules. This way I can simply control it via a scoring method. Ill work on this this weekend. Thanks mate.
  2. Z

    [SOLVED] SPAM from Google, MS, Yahoo etc

    I beleive Its the other way as the pipe is an "OR" Operand and "AND" is not available? Happy to be proven wrong :) According to this link https://www.rexegg.com/regex-quickstart.html#logic So with your statement it matches if it contains any of those values defined. BTW, still waiting on...
  3. Z

    [SOLVED] SPAM from Google, MS, Yahoo etc

    @hata_ph BTW - is there a possibility of using "AND" in a regex? Combining => build && seo or seo && website So if a subject string contains build and seo anywhere it can be blocked?
  4. Z

    [SOLVED] SPAM from Google, MS, Yahoo etc

    Thanks mate - I have just implemented and will test it out. ;);) I know this will cause issues as "your account" is used for many things such as MYOB, Bank, Crypto etc regarding alerts. But I will definitely use this to fine-tune what gets blocked out nonetheless.
  5. Z

    [SOLVED] SPAM from Google, MS, Yahoo etc

    I tried that without much success as it keeps changing both the body, subject and links. Here are some examples - please dont click on any of these links: Sample 1: Subject: Yo!.Popular solution I was amazed! http://ANNTP86U.guilty wide.link/usmy Isn’t it wonderful? Adele Labrooy Sample 2...
  6. Z

    [SOLVED] SPAM from Google, MS, Yahoo etc

    We are getting more SPAM and Phishing from these servers which obviously passes. These are mainly: Phising one liners with a bit.ly or some shortened link Password Renewal/Reset Phishing emails Software Development, Website and SEO cold contact (just annoying than anything) How do you manage...
  7. Z

    [SOLVED] SSL Expired - Login failed. Please try again

    ... strangely enough after I rebooted and then reinstalled the old expired certificate I was able to login again. Updated the SSL and now good to go - except now getting a TLS error. I think this is a different topic.
  8. Z

    [SOLVED] SSL Expired - Login failed. Please try again

    This is strange - however if I revert the certificate to the old expired one - it works (albeit SSL warning) I upgraded from 6.3-4 to 6.4-4 and the problem persisted. I tried updating via the GUI, but that really stuffed up the SSL and I was not even able to load the page.
  9. Z

    [SOLVED] SSL Expired - Login failed. Please try again

    My SSL expired - yes I know, I have been busy/lazy when not busy and then realised! With the expired SSL, I was able to login. Using the following guide to change the SSL: domain.com:8006/pmg-docs/pmg-admin-guide.html#_ssl_certificate openssl req -newkey rsa:2048 -nodes -keyout...
  10. Z

    eBay is being Quarantined

    Just added: Configurations > Mail Proxy > Whitelist Will have to see any future eBay emails and will update. After going through a few, I have found that its only the Marketing eBay emails that gets trapped. eBay messages and anything else seems to go through ok, however they do not get...
  11. Z

    eBay is being Quarantined

    All emails from ebay are not being whitelisted and are being Quarantined at a global/server level: bounces+1434781-b894-(username)=(domain)@m.reply.ebay.com.au I have added the domains here: Configurations > Mail Proxy > Whitelist: I have also added here: Mail Filter > Who Objects >...
  12. Z

    [SOLVED] Microsoft SNDS Requirements

    Thanks Stoiko for the clarification - still have a headache from the other thread, so will review this next week as this seems "easier", but everything seems easy until I have to actually test implement and nothing works ;) Cheers mate.
  13. Z

    [SOLVED] Microsoft SNDS Requirements

    I am joinging Microsoft SNDS I am looking into the following for our PMG appliance: https://postmaster.live.com/pm/policies.aspx Most is pretty much clear, however my points that I wanted to ask was: After given a numeric SMTP error response code between 500 and 599 (also known as a permanent...
  14. Z

    SMTP User Authentication

    OK... took this brick 8 hours to realise that saslauthd was not installed - so I installed it and modified /etc/default/saslauthd start=yes Now I have moved onto the following problem: 250-PIPELINING 250-SIZE 52430000 250-VRFY 250-ETRN 250-AUTH DIGEST-MD5 CRAM-MD5 NTLM LOGIN PLAIN...
  15. Z

    SMTP User Authentication

    Here are the logs that I can report on: Jan 26 14:07:48 splaam postfix/smtpd[1820]: connect from ip6-localhost[127.0.0.1] Jan 26 14:07:48 splaam postfix/smtpd[1820]: Anonymous TLS connection established from ip6-localhost[127.0.0.1]: TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)...
  16. Z

    SMTP User Authentication

    Hi Stoiko, Im sure you can probably answer this in 1 line? I am testing something that PMG doesnt approve, however its my test appliance and I wanted to see its possibilities as I wouldnt mind sending our emails through a PMG than MailGun - however that needs to connect to a mailserver with...
  17. Z

    [SOLVED] SSL for TLS

    Thanks Stoiko... nicely referenced and fixed. Why didnt I think to change pmg-tls.pem!
  18. Z

    [SOLVED] SSL for TLS

    Is there an issue with wildcard certs and TLS? user@app01:~$ openssl s_client -connect splaam.domain.com.au:26 -starttls smtp -no_ssl3 CONNECTED(00000005) depth=0 OU = Proxmox Mail Gateway, O = domain.com.au, CN = *.domain.com.au verify error:num=18:self signed certificate verify return:1...
  19. Z

    [SOLVED] SSL for TLS

    THank you in advace for anyone helping. I have configured PMG 6.3-5 and updated the file: /etc/pmg/pmg-api.pem This is working properly for the GUI and passes. All email flows correctly unsecured. However when I try to connect on Thunderbird ports 25/26 with TLS - it says it has self-signed...
  20. Z

    [SOLVED] Installing PMG on Lightsail

    I just did a re-install and added only your suggestion for the /etc/cloud/templates/hosts.debian.tmpl and it has completed the installation. I opened port 8006 and it is now responding - so will do some config and testing. Thanks heaps Stoiko.