Recent content by JuanCar

  1. J

    Issue Template_Exception: nginx: [emerg] duplicate listen options

    That's the same answer I posted before. ;)
  2. J

    Issue Template_Exception: nginx: [emerg] duplicate listen options

    Thanks. The server is working fine right now; the logs haven't shown that error again. ...And I'm sticking with the first rule of IT: if it ain't broke, don't fix it. ;)
  3. J

    Issue Template_Exception: nginx: [emerg] duplicate listen options

    No, I have no custom template just default.
  4. J

    Issue Template_Exception: nginx: [emerg] duplicate listen options

    plesk bin server_pref -s | grep ssl ssl-protocols: TLSv1.2 TLSv1.3 ssl-ciphers...
  5. J

    Issue Template_Exception: nginx: [emerg] duplicate listen options

    A complete config (ips and ports masked) #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED. map $host $ip_default_host { xxx.xxx.xxx.xxx default-xxx-xxx-xxx-xxx...
  6. J

    Issue Template_Exception: nginx: [emerg] duplicate listen options

    Yes I have enabled http3 I can turn it off but I don't know how to check. The error message was sent when the system was updated. And if I do systemctl status nginx The answer says that config is ok. And nginx -t says config is ok. A big mistery for me.
  7. J

    Issue Template_Exception: nginx: [emerg] duplicate listen options

    Hi After last update I have received this message: Apache config (17579702710.83917500) generation failed: Template_Exception: nginx: [emerg] duplicate listen options for xxx.xxx.xxx.xxx:443 in /etc/nginx/plesk.conf.d/server.conf:15 nginx: configuration file /etc/nginx/nginx.conf test failed...
  8. J

    Question Anti spam using DNSBL

    Thanks, I set so for DNSBL
  9. J

    Question Anti spam using DNSBL

    Oh, I wrote last post before reading your answer, sorry. Yes I've found, the entries you wrote in maillog: postfix/smtpd[2390740]: NOQUEUE: reject: RCPT from unknown[181.229.154.222]: 554 5.7.1 Service unavailable; Client host [181.229.154.222] blocked using bl.spamcop.net; Blocked - see...
  10. J

    Question Anti spam using DNSBL

    I misunderstand de log o_O Rules ended with BLOCKED means the rules are not applied, so this filter doesn't wok URIBL_BLOCKED RCVD_IN_DNSWL_BLOCKED RCVD_IN_VALIDITY_RPBL_BLOCKED RCVD_IN_VALIDITY_SAFE_BLOCKED I test the server DNS using dig and dnsbl are reached And there is another issue, some...
  11. J

    Question Anti spam using DNSBL

    Thanks, Upon closer inspection of the log, I see a spamd entry revealing data that confirms the email IP is on blocklists (URIBL_ABUSE_SURBL, URIBL_BLOCKED). However, this doesn't raise the email's score, and does it block it. This is the log spamd: result: . 4 -...
  12. J

    Question Anti spam using DNSBL

    No, in log I can't see any blacklist activity
  13. J

    Question Anti spam using DNSBL

    Add info: The name server contained in resolv.conf works fine, it can reach dbsbl servers.
  14. J

    Question Anti spam using DNSBL

    Thanks resolve.conf contains public IPs as nameserver And I have DNS service disabled Then, does I need to active this service (Bind DNS Server) and change resolve.conf?
  15. J

    Question Anti spam using DNSBL

    Hi, I set my mail config antispam to use DNSBL (bl.spamcop.net;xbl.spamhaus.org) but I think it doesn't work, I receive spam from listed IP,s. I check IP of received spam mail in spamcop and I get it's llisted, so the filter is not working. Why? ??? Is there any log to see if the filter is...
Back
Top