[exim] trace from console

2020-05-07 Thread Emanuel Gonzalez via Exim-users
Good morning, I am having reception problems, I am not receiving emails from a certain domain. I would like to know if there is some way from the console to perform a traceroute through exim to a domain. Regards, -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim

Re: [exim] Rule invalid recipients

2020-02-03 Thread Emanuel Gonzalez via Exim-users
Here the complete config: LIM = 200 PERIOD = 1h WARNTO = al...@mydomain.com EXIMBINARY = /usr/sbin/sendmail -f root SHELL = /bin/sh denyratelimit = 202 / 1h / strict / per_addr / ${domain:$authenticated_id} message = Your account has sent over 200 messages per hour -

[exim] Rule invalid recipients

2020-02-03 Thread Emanuel Gonzalez via Exim-users
Hello, everyone. i try block those users to send an invalid recipients, i found this rule in a site: accept authenticated = * set acl_m_user = $authenticated_id condition = ${if exists{$spool_directory/blocked_authenticated_users}} condition = ${lookup{$acl_m_us

[exim] Condition match header with spaces

2019-12-26 Thread Emanuel Gonzalez via Exim-users
I create a router in exim 4.92.2 to move all message that contain an header added by Rspamd. EXIM Route: virtual_user_prom: driver = accept condition = "${if {def:$h_ Symbol:}{(?i)MSGID_MKT_DOMAIN_BLK2}{yes} {no}}" domains = lsearch;/opt/exim/userdomains retry_use_local_part transport = virtual_

[exim] eximstat show same info in received and deliveries messages per hour

2019-11-20 Thread Emanuel Gonzalez via Exim-users
Hi,i try to view the activity in exim trough eximstat but i see the same info in the field "Messages received per hour" and "Deliveries per hour" /opt/exim/bin/eximstats -nr /var/spool/exim/log/mainlog Messages received per hour (each dot is 12 messages) -

Re: [exim] ACL error "for linear search: No such file or directory"

2019-11-19 Thread Emanuel Gonzalez via Exim-users
Hi, [@~] # /opt/exim/bin/exim -be 'condition = ${if exists{${lookup{$sender_address}lsearch*@{${perl{getmaildir2}{$local_part@$domain}}/.spamassas sin/whitelist{no}{yes}}' Failed: failed to open /mail///.spamassassin/whitelist{no for linear search: No such file or directory any ideas? --

[exim] ACL error "for linear search: No such file or directory"

2019-11-15 Thread Emanuel Gonzalez via Exim-users
Hi, i use a rule to deny some tld spammers, but i need a condition to a whitelist file senders = /opt/exim/deny_senders logwrite = too much spam from TLD i agree this condition: condition = ${if exists{${lookup{$sender_address}lsearch*@{${perl{getmaildir2}{$local_part@ $domai

Re: [exim] exim Daemon not flush queue

2019-03-12 Thread Emanuel Gonzalez via Exim-users
Thanks you so much.!! Here one more example: https://pastebin.com/krpttp7D When you refer to the end of the connection, do you mean the server that receives the message? Regards, -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ #

Re: [exim] exim Daemon not flush queue

2019-03-12 Thread Emanuel Gonzalez via Exim-users
HERE https://pastebin.com/eZWdVmVL sorry for posting repeatedly Regards, -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/

Re: [exim] exim Daemon not flush queue

2019-03-12 Thread Emanuel Gonzalez via Exim-users
can I attach files? see the complete smtp log https://ufile.io/eil37 Thanks you so much. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/

Re: [exim] exim Daemon not flush queue

2019-03-12 Thread Emanuel Gonzalez via Exim-users
Jeremy, please see this log file: https://ufile.io/ml3z4 Regards, -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/

Re: [exim] exim Daemon not flush queue

2019-03-12 Thread Emanuel Gonzalez via Exim-users
I'm running an exim debug to find where the error is and I find this 9555 cannot use sendfile for body: spoolfile not wireformat 9555 flushing headers buffer 9555 writing data block fd=6 size=8189 timeout=300 9555 tls_write(0xe8c240, 8189) 9555 SSL_write(SSL, 0xe8c240, 8189) 9555 outbytes=81

Re: [exim] exim Daemon not flush queue

2019-03-12 Thread Emanuel Gonzalez via Exim-users
Restart exim, when executing a "ps fax" from the console, I see that the change has come into effect but do not run the retry every 1 minute. 5806 ?Ss 0:00 /opt/exim/bin/exim -bd -qff 1m 5807 ?S 0:00 \_ /opt/exim/bin/exim -qff 5875 ?S 0:00 | \_ /opt/ex

Re: [exim] exim Daemon not flush queue

2019-03-12 Thread Emanuel Gonzalez via Exim-users
Hi, everything started with certain changes that have been made in the network where I host my server and since then I see errors like the following: 2019-03-11 11:30:01 1h3LsG-0005pF-Jf Spool file is locked (another process is handling this message) 2019-03-11 11:34:10 1h3LsG-0005pF-Jf SSL_wri

[exim] exim Daemon not flush queue

2019-03-12 Thread Emanuel Gonzalez via Exim-users
Hello, i have noticed that exim does not retry sending messages in the frozen state automatically. Inside the file /etc/init.d/exim I see the following # Start daemons. echo -n "Starting exim: " /bin/chown -R exim:exim /var/spool/exim 2> /dev/null daemon /opt/exim

[exim] exim spfquery config

2019-02-12 Thread Emanuel Gonzalez via Exim-users
Hi, compile exim with support for spfquery, but not work. I read this documentation: https://github.com/Exim/exim/wiki/SPF I send a test email with the an invalid from address but not work spfquery --sender=soys...@gmail.com --ip=200.58.112.191 softfail domain owner discourages use of this ho

Re: [exim] exim av_scanner disable scan outgoing email

2019-01-24 Thread Emanuel Gonzalez via Exim-users
Hi Harris, thanks for your reply. in the configuration of clamav, the file limit that I can analyze is 1 MB but in the exim, the limit of the attachment that I can send is 25 MB, as the limit of clamav is exceeded, in the exim I see this error: malware acl condition: clamd : unable to send fi

[exim] exim av_scanner disable scan outgoing email

2019-01-24 Thread Emanuel Gonzalez via Exim-users
Hello, i use clamav with exim but I see that outgoing mail is analyzed from local accounts. ## exim configure av_scanner = clamd:x.x.x.x 3310 denymalware= */defer_ok message= This message contains a virus ($malware_name). Can outgoing mail analysis be avoided? Regards

[exim] Parse custom headers in email

2018-10-11 Thread Emanuel Gonzalez via Exim-users
Hello, in my local antispam service I have a large list of email marketing providers, to which I assign 30 points, my question is, it is possible to analyze the email in search of a personalized header (called msgid_mkt_domain) and move the mail to a specific folder? I have read that it can be

Re: [exim] exim block auth (geoip)

2018-10-04 Thread Emanuel Gonzalez via Exim-users
Hello everyone.! As I mentioned earlier, I already use fail2ban to perform IP address blocking with more than five unsuccessful authentication attempts every 5 minutes. With respect to the lists zz.countries.nerd.dk and origin.asn.spameatingmonkey.net. Do these lists only contain malicious ip a

[exim] exim block auth (geoip)

2018-10-03 Thread Emanuel Gonzalez via Exim-users
Hello, lately we are suffering from dictionary attacks, as a prevention method I use "fail2ban", but in some cases users use passwords that are easy to guess and are used to send spam through bots. Examples: Subject: Remittance Advice Subject: Remittance Advice Subject: Rambert Nicolas SR

[exim] Milter protocol with exim

2018-08-31 Thread Emanuel Gonzalez via Exim-users
Hello, is it possible to enable milter protocol support in exim? i use Rspamd with exim it is not possible to print certain headers such as the header called "x-rspamd-server". I understand that I must add the headers on the exim side but when I print the details of the mail analysis I have pr

Re: [exim] Filter with special characters (!?)

2018-08-31 Thread Emanuel Gonzalez via Exim-users
Hello, i use this regex and work fine for me: \N(?i)(Re: Tu dep\363sito de \$13\,710\.38)\N Regards, -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/

Re: [exim] Filter with special characters (!?)

2018-08-27 Thread Emanuel Gonzalez via Exim-users
[exim] Filter with special characters (!?) On Mon, Aug 27, 2018 at 7:32 PM, Emanuel Gonzalez via Exim-users mailto:exim-users@exim.org>> wrote: Hello, ... ==> I also need to block an issue with the following string: Re: Tu depósito de $13,710.38 ... any ideas? I think you need t

Re: [exim] Filter with special characters (!?)

2018-08-27 Thread Emanuel Gonzalez via Exim-users
Hello, I have tried all the recommendations but it does not work. The following regular expression does not work \N^\0277Eres el del video\?$\N ==> scape the sign ? not work ==> Changing the charset from the configuration file does not work either ==> I also need to block an issue with

Re: [exim] Filter with special characters (!?)

2018-08-23 Thread Emanuel Gonzalez via Exim-users
Hello, I need to use the following symbols exclamation mark and question mark (! ?) as characters in a filter but using HEX does not work. discardcondition = ${if match{$header_subject:}{^\277Eres el del video?\$}} logwrite = Rejected By SPAM - $header_subject - FROM: "$sender_address" I u

[exim] Filter with special characters (!?)

2018-08-22 Thread Emanuel Gonzalez via Exim-users
Hi, I'm trying to create a discard rule for the incoming spam email which contains an special characters in a subject. In the exim log i see this: 2018-08-22 07:48:12 1fsQgL-000554-6N Entrantes y Salientes autenticados - Cuenta_FROM: - X-Mailer = Microsoft Outlook Express 6.00.2900.2950 - S

Re: [exim] Rspamd-Proxy error with exim

2018-06-15 Thread Emanuel Gonzalez via Exim-users
rspamd develop reply: No, that's not correct. Rspamd started the own protocol based on SA protocol long ago. Then there was a workaround to support SA clients. However, long time ago, Rspamd has switched from own protocol to the standard HTTP (using JSON to produce results). Hence, if Exim want

Re: [exim] Rspamd-Proxy error with exim

2018-06-15 Thread Emanuel Gonzalez via Exim-users
I'm in contact with the rspamd developers and they tell me this I've told them for years* already that HTTP is the only format that should be used when communicating with Rspamd. They just refuses to do that: Exim is the only MTA that still uses protocol that has been deprecated for 5 years alr

Re: [exim] Rspamd-Proxy error with exim

2018-06-15 Thread Emanuel Gonzalez via Exim-users
i talk with the rspamd develop, they say this: "In fact, it is Exim who SHOULD drop fucking legacy protocol support. But I cannot convince its developers to do that. I have fixed this issue at some point in the past but I have no Exim to test that." please give me a help. -- ## List details a

Re: [exim] Rspamd-Proxy error with exim

2018-06-14 Thread Emanuel Gonzalez via Exim-users
Here the log: https://github.com/vstakhov/rspamd/files/2102038/rspamdserver.log Thanks.!! -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/

Re: [exim] Rspamd-Proxy error with exim

2018-06-14 Thread Emanuel Gonzalez via Exim-users
I try to attach a .log file but my answer is not published in the thread. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/

[exim] Rspamd-Proxy error with exim

2018-06-13 Thread Emanuel Gonzalez via Exim-users
### Classification (Please choose *one* option): * [] Crash/Hang/Data loss * [ ] WebUI/Usability * [ ] Serious bug * [x] Other bug * [ ] Feature * [ ] Enhancement ### Reproducibility (Please choose *one* option): * [X] Always * [ ] Sometimes * [ ] Rarely * [ ] Unable * [ ] I didn’t try * [ ] Not

Re: [exim] disable tls_verify_cert_hostnames?

2018-05-31 Thread Emanuel Gonzalez via Exim-users
The problem occurs when my clients send through a mail client (example thunderbird) I use this setting on exim: daemon_smtp_ports = 25 : 465 : 587 tls_on_connect_ports = 465 openssl_options = +no_sslv2 +no_sslv3 MAIN_TLS_ENABLE = yes tls_certificate = /opt/exim/ssl/exim2.crt tls_privatekey

Re: [exim] disable tls_verify_cert_hostnames?

2018-05-31 Thread Emanuel Gonzalez via Exim-users
any ideas? -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/

[exim] disable tls_verify_cert_hostnames?

2018-05-30 Thread Emanuel Gonzalez via Exim-users
Hello, i see this error: [x.x.x.x] SSL verify error: depth=0 error=certificate has expired cert=/C=AR/ST=Santa Fe/L=Rosario/O=Peter/CN=*.blabla.com [x.x.x.x] SSL verify error: certificate name mismatch: "/C=AR/ST=Santa Fe/L=Rosario/O=Peter/CN=*.blabla.com" Certificate: Data: Versio

[exim] exim and rspamd (prevent emails from being analyzed)

2018-05-22 Thread Emanuel Gonzalez via Exim-users
Hello group. I explain my work scenario. I use exim as smtp service, where I have black lists of domains in order to avoid analyzing emails that I know are garbage. through spamassassin I did not have this problem, first the message came to exim and it discarded it, now the mail first arrives a

Re: [exim] exim with rspamd connection with clamav

2018-05-17 Thread Emanuel Gonzalez via Exim-users
I do not want to use sophie sophos as antivirus! i install clamav and set the connection in rspamd config, but exim for default try to connect to sophie shopos. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the W

Re: [exim] exim with rspamd connection with clamav

2018-05-09 Thread Emanuel Gonzalez via Exim-users
Thanks for the reply, in the exim configure i not add the parameter "scanner = sophie". i only add this config: spamd_address = x.x.x.x 11333 variant=rspamd denymalware = */defer_ok message = This message contains a virus ($malware_name). by default exim tries to connect with sopho soph

[exim] exim with rspamd connection with clamav

2018-05-09 Thread Emanuel Gonzalez via Exim-users
I really do not know if the problem is rspamd or exim since by default exim tries to connect using sophie (sophos) antivirus: malware acl condition: sophie /var/run/sophie : unable to connect to UNIX socket (/var/run/sophie): No such file or directory in the exim configure i set this: spamd

Re: [exim] Exim and Rspamd header x-spamd-result

2018-04-24 Thread Emanuel Gonzalez via Exim-users
In the scaned mail only appear this headers X-Spam-Score: 48.1 X-Spam-Score-Int: 481 X-Spam-Bar: X-Spam-Threshold: 50 X-Spam-Status: Yes Subject: SPAM asd De: Emanuel Gonzalez Enviado: martes, 24 de abril

Re: [exim] Exim and Rspamd header x-spamd-result

2018-04-24 Thread Emanuel Gonzalez via Exim-users
In the ACL check_spam. warnmessage = X-Spam-Score: $spam_score condition = ${if <{$message_size}{512k}{1}{0}} spam = nobody:true/defer_ok warnmessage = X-Spam-Score-Int: $spam_score_int condition = ${if <{$message_size}{512k}{1}{0}} spa

Re: [exim] Exim and Rspamd header x-spamd-result

2018-04-24 Thread Emanuel Gonzalez via Exim-users
Now that I received an answer, I explain my configuration. exim current configuration: #spamd_address = 172.17.2.230 783 spamd_address = 168.181.185.235 11333 variant=rspamd warnmessage = X-Spam-Score: $spam_score condition = ${if <{$message_size}{512k}{1}{0}} sp

[exim] Exim and Rspamd header x-spamd-result

2018-04-24 Thread Emanuel Gonzalez via Exim-users
Hello.!! I'm migrating the antispam from my server, from SpamAssassin to Rspamd, because i need redis. I have configured it correctly but it does not print the "x-spamd-result" header. Has someone configured this antispam service? -- ## List details at https://lists.exim.org/mailman/listinfo/e

Re: [exim] Exim regex limit length

2018-04-23 Thread Emanuel Gonzalez via Exim-users
Hello.!! This rule is work fine: ${if match{$header_subject:}{\N^.{0,20}Unlock Your Account$\N}} Is it possible to create it in more directions? ${if match{$header_subject:}{\N^.{0,20}Unlock Your Account{0,20}.\N^}} I await the final instructions to close the case, thanks to all -- ## Li

Re: [exim] Exim regex limit length

2018-04-18 Thread Emanuel Gonzalez via Exim-users
from my server I only allow the sending of mail only authenticating, but in some cases the account is violated and they simulate sending mail falsifying an entity. example: /^From: PayPal Inc/ /^From: PayPal/ my idea is that the rule is only for sending outgoing mail .include/opt/ex

Re: [exim] Exim regex limit length

2018-04-18 Thread Emanuel Gonzalez via Exim-users
Thanks for your reply, what you post is interesting. I have a question, to this rule: CFGDIR = /etc/exim reject condition = ${lookup {$header_subject:} nwildlsearch {CFGDIR/reject_subjects} {yes} {no}} this rule block to sending or receiving mail? my idea is block for outgoing email from my

Re: [exim] Exim regex limit length

2018-04-18 Thread Emanuel Gonzalez via Exim-users
Is it not possible to create the regular expression to the left? I'm in a problem 😞 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/

[exim] Exim regex limit length

2018-04-18 Thread Emanuel Gonzalez via Exim-users
I've been having no luck with a simple regex to match strings with 20 or less characters. My idea is to block certain commonly used subjects to make phishing attempts: Example: Subject example: Unlock Your Account discardcondition = ${if match{$header_subject:}{.\{0,20\}Unlock Your Ac

Re: [exim] Before update exim to 4.90, TLS/SSL connection not work

2018-02-22 Thread Emanuel Gonzalez via Exim-users
Hello, thanks for your reply. /opt/exim/bin/exim -d -bV Exim version 4.90_1 #96 built 22-Feb-2018 14:19:18 Copyright (c) University of Cambridge, 1995 - 2017 (c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 2017 Berkeley DB: Berkeley DB 5.3.21: (May 11, 2012) Support for:

[exim] Before update exim to 4.90, TLS/SSL connection not work

2018-02-22 Thread Emanuel Gonzalez via Exim-users
Hello, i update my exim version 4.87 to 4.90, the plain authenticacion work good, but not SSL or TLS connections. In the MakeFile i set this: AUTH_PLAINTEXT=yes AUTH_TLS=yes SUPPORT_TLS=yes USE_OPENSSL_PC=openssl TLS_LIBS=-lssl -lcrypto TLS_INCLUDE=-I/usr/lib64/ The certificate it's self-sig