Re: [exim] IPv6 bug with reverse_host_lookup

2021-06-25 Thread Jasen Betts via Exim-users
On 2021-06-24, Cyborg via Exim-users wrote: > Am 24.06.21 um 20:05 schrieb Evgeniy Berdnikov via Exim-users: >> On Thu, Jun 24, 2021 at 01:11:40PM -0400, Robert Blayzor via Exim-users >> wrote: >>> On 6/24/21 11:54 AM, Evgeniy Berdnikov via Exim-users wrote: Pls, post here result of

Re: [exim] too long line but which one?

2021-06-30 Thread Jasen Betts via Exim-users
On 2021-06-30, Arkadiusz Miśkiewicz via Exim-users wrote: > > Hi, > > how to log that too long line(s), so it will be easy to point where the > problem is in case of mail incoming via smtp ? > >deny > message = maximum allowed line length is 998 octets, \ >

Re: [exim] Exim in systemd system (queue mode)

2021-07-08 Thread Jasen Betts via Exim-users
On 2021-07-08, Jeremy Harris via Exim-users wrote: > On 02/07/2021 20:25, michael--- via Exim-users wrote: >> Now, in a systemd based system the "/etc/init.d/exim queue" command is >> missing. And I can't find a "systemctl queue exim.service" equivalent. >> Can I just replace this step with: "/usr

Re: [exim] missing message id in email converted to user in virtual users

2021-08-15 Thread Jasen Betts via Exim-users
On 2021-08-13, Patrick Unthank via Exim-users wrote: > I am not sure why there is no message-id passed to postfix when there is > one recorded in the exim log, i.e. id=3D1mDi3K-0005a1-RG That id is an exim ID that exim uses to track the email, not a Message-Id header that should have been added

Re: [exim] Differences exim 4.93 and 4.94

2021-08-20 Thread Jasen Betts via Exim-users
On 2021-08-20, SysAdmin EM via Exim-users wrote: > In the server in production we use a version prior to exim and I cannot > make the connection to proxysql work. Can you make tcp connections to your proxysql using other mysql clients? what exact error message does exim give? Is there anything

Re: [exim] Differences exim 4.93 and 4.94

2021-08-21 Thread Jasen Betts via Exim-users
On 2021-08-21, SysAdmin EM via Exim-users wrote: > I try to make a connection but I see the following error: > /opt/exim/bin/exim -be '${lookup > mysql{servers=127.0.0.1::6033/c233/sqlmonitor/9cCnX7NigY99 > select 1+1 }' > Failed: lookup of "servers=127.0.0.1::6033/c233/sqlmonitor/9cCnX7NigY99 >

Re: [exim] * in local_part

2021-08-22 Thread Jasen Betts via Exim-users
On 2021-08-18, Henry Pootel via Exim-users wrote: > Hello. > > I would like to forward some addresses to one by mask with pattern. > > For example: > > all messages, which coming to *test@my.domain must be forward to > email@my.domain > > I've tried it with alias file ( *test@my.domain: email@my.

Re: [exim] local_domains by dns

2021-08-26 Thread Jasen Betts via Exim-users
On 2021-08-26, Cyborg via Exim-users wrote: > Hi, > > the exim docs do not seem to cover the topic of "how to build" a > local_domains list, they only cover the topic of "whats the syntax of a > list". > > My actual problem is to build the content of local_domains from DNS IN > MX Records. The

Re: [exim] Receive Mail From a Secondary-MX Proxy

2021-08-26 Thread Jasen Betts via Exim-users
On 2021-08-25, Sabahattin Gucukoglu via Exim-users wrote: > I am thinking about how I’ll manage to send and receive mail from the > Internet by way of a proxy, with SOCKS for outbound and proxy-protocol for > inbound mail, where the proxy is also potentially a backup MX. The idea is > that I wi

Re: [exim] Exim on server hardware

2021-08-31 Thread Jasen Betts via Exim-users
On 2021-08-26, M.R.P. zensky via Exim-users wrote: > Can Exim be installed on a desktop pc or is it better to have a dedicated > server. Yes. If your PC is fast enough for your traffic needs it will run ok. If it's a single user, small office or family setup then a PC will be fine. Probably a r

Re: [exim] One Smart Host for certain domain

2021-08-31 Thread Jasen Betts via Exim-users
On 2021-08-31, Effendy Abdullah via Exim-users wrote: > On 2021-08-31 19:52, Cyborg wrote: >> Am 27.08.21 um 15:35 schrieb Effendy Abdullah via Exim-users: >> > Hi, >> > >> > How do I route to one Smart Host for certain domain and all other domain >> > route to another Smart Host. Using WHM/cPane

Re: [exim] Subject rewriting

2021-08-31 Thread Jasen Betts via Exim-users
On 2021-08-26, nb via Exim-users wrote: > Hi, > > I need to change the subject when the message is considered as spam, > *and* when there is an SPF problem. > > I use the following method: > > 1 - for SPF: > # remove old subject > remove_header=Subject > # create a new subject >

Re: [exim] Combine hosts/sender_domains in condition?

2021-09-07 Thread Jasen Betts via Exim-users
On 2021-09-07, MRob via Exim-users wrote: > Hellos, I was trying to write a clause that needs to combine > 'sender_domains' and 'hosts' in *OR* condition so I can't put on two > separate lines. > > Is only way for this to repeat the full clause, once with sender_domains > and one with hosts?

Re: [exim] Combine hosts/sender_domains in condition?

2021-09-08 Thread Jasen Betts via Exim-users
On 2021-09-08, MRob via Exim-users wrote: > On 2021-09-08 05:03, Jasen Betts via Exim-users wrote: >> On 2021-09-07, MRob via Exim-users wrote: >>> Hellos, I was trying to write a clause that needs to combine >>> 'sender_domains' and 'hosts' in *O

Re: [exim] Encrypted SSL connection to remote PostgreSQL cluster

2021-09-10 Thread Jasen Betts via Exim-users
On 2021-09-10, Jeremy Harris via Exim-users wrote: > On 10/09/2021 09:13, Jeremy Harris via Exim-users wrote: >> On 10/09/2021 01:31, Patrick via Exim-users wrote: >>> Before I spend too much time trying to figure this out, is it possible to >>> configure my PostgreSQL connection to use passwordl

Re: [exim] Solved: Encrypted SSL Postgres Connection

2021-09-17 Thread Jasen Betts via Exim-users
On 2021-09-16, Pat via Exim-users wrote: > That failed with: > Failed: lookup of "select generate_series(1,10) " gave DEFER: PGSQL > connection failed: root certificate file "root.crt" does not exist > Either provide the file or change sslmode to disable server certificate > verification. > > I

Re: [exim] dnslists - netmask or wildcard

2021-10-18 Thread Jasen Betts via Exim-users
On 2021-10-18, Nick Rickard via Exim-users wrote: >>> Does >>> >>>    dnslists =    abcdef.sbl.dq.spamhaus.net >>>    condition =    ${if match_ip ($dnslist_value) {127.0.0.0/24}} >>> >>> do what you need? >> >> Yes, thank you. >> >> Noting that it should, I believe, be curly brackets throughout

Re: [exim] Hi Exim users - problem with hybrid exchange domain sending to exim.

2021-10-29 Thread Jasen Betts via Exim-users
On 2021-10-29, John Stegenga via Exim-users wrote: > My Exim installation is standard, installed on Centos via WHM. > > > > Most settings are default. > > > > One of my hosted customers reported that one of HIS customers cannot send > email to his domain. > > We've looked at all kinds of sett

Re: [exim] 'Cloned' config not logging in

2021-11-07 Thread Jasen Betts via Exim-users
On 2021-11-06, Charles Johnson via Exim-users wrote: > This is a multi-part message in MIME format. > --756F4DD9543959086F856B82 > Content-Type: text/plain; charset=utf-8; format=flowed > Content-Transfer-Encoding: 8bit > > I have a 'cloned' configuration of exim4 using my hosting's sm

Re: [exim] [Transport error]: message has lines too long for transport

2021-11-18 Thread Jasen Betts via Exim-users
On 2021-11-18, Andrea Biscuola via Exim-users wrote: > Hi all > > We are an italian hosting provider (https://host.it) and we use exim to relay > e-mails from > our hosting servers. > Exim is installed and configured through the directadmin control panel > (https://www.directadmin.com), so the ma

Re: [exim] getting exim to accept mail on a domain without an MX DNS record.

2021-11-19 Thread Jasen Betts via Exim-users
On 2021-11-19, russellbell--- via Exim-users wrote: > I'm trying to configure a domain that has never accepted mail > from external sources to start. The server runs exim, which I've > never used. I send a message to the domain using its IP, for example > fred@123.456.789.012. exim return

Re: [exim] getting exim to accept mail on a domain without an MX DNS record.

2021-11-20 Thread Jasen Betts via Exim-users
On 2021-11-19, russellbell--- via Exim-users wrote: > 'IP addresses are not domain names. > Yes. I meant to say that it's a valid address. ok > 'They can not have MX records.' > Why not? If an SMTP server at the address handles mail... then it dosn't need an MX recor

Re: [exim] base64 messages

2021-11-25 Thread Jasen Betts via Exim-users
On 2021-11-25, Jim Pazarena via Exim-users wrote: > when the entire content of a spam email message is in base64 , is there > a variable available that has that content in decoded text so that a > filter can view it ? In the MIME ACL you can access the decoded parts of the message using readfil

Re: [exim] Running our own email server on GCP

2022-01-04 Thread Jasen Betts via Exim-users
On 2022-01-04, Byung-Hee HWANG via Exim-users wrote: > Terrance Devor via Exim-users writes: > >> I have read that google blocks port 25 and 465. We absolutely need to run >> our email own email servers on GCP using our Kubernetes cluster. Did anyone >> succeed in this? > > Currently i am running

Re: [exim] converting from debian package to source

2022-01-08 Thread Jasen Betts via Exim-users
On 2022-01-08, Odhiambo Washington via Exim-users wrote: > On Sat, Jan 8, 2022 at 5:26 PM Julian Bradfield via Exim-users < > exim-users@exim.org> wrote: > >> My mail servers run, and have run for decades, on Debian, and I've >> always used the Debian package for exim4, though I don't use debconf

Re: [exim] Re-routing mail to the secondary MX server

2022-01-12 Thread Jasen Betts via Exim-users
On 2022-01-12, Dmitriy Matrosov via Exim-users wrote: > Hi. > > Is it possible to re-route certain mails on the primary server (with lowest > MX priority) > to the secondary (the one with highest priority)? > > My use case is if the recipient is not found on the primary server, > try to deliver a

Re: [exim] sendind email to an intermittently connected host

2022-01-19 Thread Jasen Betts via Exim-users
On 2022-01-18, Leonardo Boselli via Exim-users wrote: > On Tue, 18 Jan 2022, Odhiambo Washington wrote: >> I still believe that it's better to solve the problem from the source - >> where the connectivity is almost unpredictable. > > log time unconnections are predictable, since does not occour by

Re: [exim] exim maildirsize quota calculation in the face of symlinks

2022-02-10 Thread Jasen Betts via Exim-users
On 2022-02-10, Maarten van Baarsel via Exim-users wrote: > Currently, I'm also using a plugin in dovecot: > > https://wiki.dovecot.org/Plugins/MailboxAlias > > However, this plugin solves the alias problem with a symlink in the > Maildir directory, which makes Exim count the mails twice when the >

Re: [exim] Unable to send or receive mails, Tainted not permitted

2022-02-12 Thread Jasen Betts via Exim-users
On 2022-02-12, necktwi via Exim-users wrote: > I fixed it by setting > directory = ${home}/.maildir > > But I want it to work with > directory = /home/$local_part/.maildir use something like this instead. directory = ${lookup {$local_part} dsearch,ret=full {/home}{$value/.maildir}fail} --

Re: [exim] Unable to send or receive mails, Tainted not permitted

2022-02-13 Thread Jasen Betts via Exim-users
}{$value/.maildir}fail}" (file or directory name for > local_delivery transport) failed: "lookup" failed and "fail” requested > > >> On 12-Feb-2022, at 6:29 PM, Jasen Betts via Exim-users >> wrote: >> >> On 2022-02-12, necktwi via Exim-us

Re: [exim] Limiting outside world to ports 465 and 587

2022-03-13 Thread Jasen Betts via Exim-users
On 2022-03-13, The Doctor via Exim-users wrote: > I was wonder if it is doable that the outside world > can only see ports 587 and 465 > while limiting port 25 to localhost only. assuming 192.0.2.44 is "the outside world" ip address. in main configuration: daemon_smtp_ports = 25 : 587 : 465

Re: [exim] Multiple domains using certificates and keys

2022-03-23 Thread Jasen Betts via Exim-users
On 2022-03-23, The Doctor via Exim-users wrote: > > Question: > > In my configuration file I have > > tls_certificate = ${if exists\ >{/path/to/2021/${tls_sni}/chain.cert}\ > {/path/to/2022/${tls_sni}/chain.cert}\ >{/path/to/default//chain.cert}\ > } > tls

Re: [exim] Google SMTP Timeouts on large mails

2022-04-30 Thread Jasen Betts via Exim-users
On 2022-04-29, Graeme Coates via Exim-users wrote: > Hi all, > > > > I've seen this issue raised in: > > > > https://lists.exim.org/lurker/message/20220216.071725.892984cd.en.html > > and > > https://lists.exim.org/lurker/message/20220313.200645.624cc373.en.html > > > > but haven't seen a de

Re: [exim] test Thu, 05 May 2022 14:51:32 -0500

2022-05-06 Thread Jasen Betts via Exim-users
On 2022-05-05, Martin McCormick via Exim-users wrote: > --===0238493248== > Content-Type: text/plain > > Subject: smarthost Outsmarting me so Far > $ telnet smtp.suddenlink.net 25 you probably need encryption to use authentication. openssl s_client -connect smtp.suddenlink.net:25

Re: [exim] smarthost Outsmarting me so Far (Victory at last)

2022-05-12 Thread Jasen Betts via Exim-users
On 2022-05-11, Martin McCormick via Exim-users wrote: > # Example: > ### target.mail.server.example:login:password > *.suddenlink.net:marti...@suddenlink.net:BigSecret > > To get it to work now, I had to change the last line > credentials slightly as you suggested to try: It now looks like

Re: [exim] Blocking a Class C

2022-06-14 Thread Jasen Betts via Exim-users
On 2022-06-06, The Doctor via Exim-users wrote: > On Mon, Jun 06, 2022 at 11:33:17PM +0100, Jeremy Harris via Exim-users wrote: >> On 06/06/2022 23:18, The Doctor via Exim-users wrote: >> > Just going over my spam and I find this IP 195.133.39.99 >> > >> > sending a lot of junk. How can you bloc

[exim] 4.96 reduce not working

2022-09-22 Thread Jasen Betts via Exim-users
I was using the follwing form to see how many elements of list 1 occur in list2 ${reduce{ a:p:p:l:e }{0}{${if inlisti{$item}{ p:e:z }{${eval:$value+1}}{$value but this has stopped working in 4.96 It seems to be inlisti is overwriting $value :( Ah yes, this feature is documented. th

Re: [exim] 4.96 reduce not working

2022-09-24 Thread Jasen Betts via Exim-users
On 2022-09-22, Jeremy Harris via Exim-users wrote: > > a3d3e7ef81 (just pushed) fixes this. > > Given the fix, does > >${listcount:${filter {a:p:p:l:e} {inlisti{$item}{ p:e:z > > look plausible? Yes, that looks good. -- Jasen. -- ## List details at https://lists.exim.org/mailma

[exim] GnuTTS woes

2022-09-24 Thread Jasen Betts via Exim-users
upgrading from 4.94 to 4.96 seems to have dramatically reduced the TLS connectivity (as a server). I'm using libgnutls3.7.1 on debian 11 and the Exim package from backports customers are complaining about TLS not not working my testing mainly involves telling exim to listen on poert 443 with im

Re: [exim] SMTPUTF8 Authentication and logging

2022-09-24 Thread Jasen Betts via Exim-users
On 2022-09-22, Kai Bojens via Exim-users wrote: > Hello there, > I have a new server which now has SMTPUTF8 enabled. I'm not sure why but > since then at least one Outlook client decided to stop using the IDN > form (xn--dmin-moa0i.example) and now tries to authenticate with the > UTF-8 domain.

Re: [exim] GnuTTS woes

2022-09-28 Thread Jasen Betts via Exim-users
On 2022-09-24, Jeremy Harris via Exim-users wrote: > On 23 September 2022 06:50:29 BST, Jasen Betts via Exim-users > wrote: >>upgrading from 4.94 to 4.96 seems to have dramatically reduced the TLS >>connectivity (as a server). >> >>I'm using libgnutls3.7.1 on

Re: [exim] GnuTTS woes

2022-09-28 Thread Jasen Betts via Exim-users
On 2022-09-24, Andreas Metzler via Exim-users wrote: > On 2022-09-23 Jasen Betts via Exim-users wrote: >> upgrading from 4.94 to 4.96 seems to have dramatically reduced the TLS >> connectivity (as a server). > >> I'm using libgnutls3.7.1 on debian 11 and th

Re: [exim] GnuTTS woes

2022-09-28 Thread Jasen Betts via Exim-users
On 2022-09-24, Viktor Dukhovni via Exim-users wrote: > On Fri, Sep 23, 2022 at 05:50:29AM -0000, Jasen Betts via Exim-users wrote: > >> My testing mainly involves telling exim to listen on poert 443 with >> implicit SSL and then hitting it with www.sslcheck.com >> &

Re: [exim] GnuTTS woes

2022-09-28 Thread Jasen Betts via Exim-users
Sorry for the slow replies, my mailing list subscription was misconfigured On 2022-09-28, Viktor Dukhovni via Exim-users wrote: > On Tue, Sep 27, 2022 at 02:39:19AM -0000, Jasen Betts via Exim-users wrote: > >> it's reachable here: eximtest.duckdns.org >

Re: [exim] Exim relaying but shouldn't

2022-09-28 Thread Jasen Betts via Exim-users
On 2022-09-28, Lena--- via Exim-users wrote: >> From: Eric Grammatico > >> In fact I tried to implement the wiki: >> https://github.com/Exim/exim/wiki/AuthenticatedSmtpUsingPwauth > > I edited that wiki: changed > > server_condition = ${run{/bin/bash -c "echo -e '$auth2\n$auth3' | > /usr/local/b

Re: [exim] GnuTTS woes

2022-09-28 Thread Jasen Betts via Exim-users
On 2022-09-28, Jeremy Harris via Exim-users wrote: > On 28/09/2022 21:10, Viktor Dukhovni via Exim-users wrote: >> You need to analyse some failed handshake full-packet captures with >> "tshark", and collected detailed logs from the clients that are having >> problems. > > For Exim, that's "-d-al

Re: [exim] GnuTTS woes

2022-09-29 Thread Jasen Betts via Exim-users
On 2022-09-29, Viktor Dukhovni via Exim-users wrote: > On Thu, Sep 29, 2022 at 03:31:59AM -0000, Jasen Betts via Exim-users wrote: > >> This client called itself "Paradox" in the SMTP ehlo, I think it's >> probably an alarm system. I hav

Re: [exim] Setting Exim to always remove DKIM signatures

2022-09-29 Thread Jasen Betts via Exim-users
On 2022-09-29, Johnnie W Adams via Exim-users wrote: > Hi, folks, > > We have an unusual mail routing topology, where mail passes through > our SMTP server, through LISTSERV, and then back through our SMTP server. > > We are failing DMARC for reasons I think having to do with when the >

Re: [exim] GnuTTS woes

2022-09-29 Thread Jasen Betts via Exim-users
On 2022-09-30, Viktor Dukhovni via Exim-users wrote: > On Fri, Sep 30, 2022 at 01:21:21AM -0000, Jasen Betts via Exim-users wrote: > >> > With the older Exim, GnuTLS appears to consider six cipher suites before >> > finding a suitable choice (after skipping all the DHE c

Re: [exim] GnuTTS woes

2022-09-30 Thread Jasen Betts via Exim-users
On 2022-09-30, Andrew C Aitchison via Exim-users wrote: > On Fri, 30 Sep 2022, Jasen Betts via Exim-users wrote: > >> On 2022-09-30, Viktor Dukhovni via Exim-users wrote: >>> On Fri, Sep 30, 2022 at 01:21:21AM -0000, Jasen Betts via Exim-users wrote: >>> >>>

Re: [exim] GnuTTS woes

2022-09-30 Thread Jasen Betts via Exim-users
On 2022-09-30, Jeremy Harris via Exim-users wrote: > On 30/09/2022 09:11, Jasen Betts via Exim-users wrote: >> Testssl.sh primes its ALPN requests based on the port number used > > What does it use for 25/465/567 ? I don't know of an actual Standard; > I just picked t

Re: [exim] How to make proxy support work in exim

2022-10-10 Thread Jasen Betts via Exim-users
Proxy protocol is an optional feature: if this: exim -bV | grep '\WPROXY\W' prints nothing you will need to install a more feature-rich build of exim. > ``` > hostlist hosts_proxy = <; 127.0.0.1; 192.46.111.11 > ``` > But PROXY protocol seems to be not recognised by exim loose the "hostlist

Re: [exim] raw mime_filename

2022-10-20 Thread Jasen Betts via Exim-users
On 2022-10-13, Mikhail Golub via Exim-users wrote: > Hi. > > How can I get "raw" $mime_filename ? > > In Exim - "headers_charset = UTF-8". > And if file name of attachment not in utf8 i have a problem with log > display. > Example from log, $mime_filename: > "▒▒ ▒▒▒ 12_10_22.xlsx" > > I could

Re: [exim] exim4 vs. Frontier.com

2022-11-13 Thread Jasen Betts via Exim-users
On 2022-11-11, Mike via Exim-users wrote: > I've struggled off and on for months to get outbound mail via exim4 through > frontier.com with no joy. > I'm on a single user system using mutt and exim4 plus fetchmail. Inbound is > no problem. > Outbound I see this in /var/log/exim4/mainlog: > 5

Re: [exim] interface and greylistning

2022-11-21 Thread Jasen Betts via Exim-users
On 2022-11-21, Laura Williamson via Exim-users wrote: > Have a bit of an issue. When sending out emails out exim select an > interface like this > > interface = ${lookup sqlite {SQLITE_Q_USERINTERFACE select ip from > interface where active='Y' order by random() limit 1}{$value}} > helo_data = $

Re: [exim] Storing messages in Maildir format with symmetric encryption

2022-11-23 Thread Jasen Betts via Exim-users
On 2022-11-23, Jeremy Harris via Exim-users wrote: > On 23/11/2022 00:16, Dengler, Gabriel via Exim-users wrote: >> I want to store the incoming e-mails using the Maildir file format encrypted >> by using some symmetric encryption using the user's password > > It seems like a generally valuable c

[exim] bad memory reference; pool not found, at gstring_grow 1124

2022-12-05 Thread Jasen Betts via Exim-users
I'm getting this error panic "bad memory reference; pool not found, at gstring_grow 1124" at a acl logwrite in an ${acl expansion in a router the logwrite is over-size and thus truncated in the debug message then it crashes. it seems to happen failry rarely, maybe 1 in 1 emails on this pat

Re: [exim] Storing messages in Maildir format with symmetric encryption

2022-12-10 Thread Jasen Betts via Exim-users
On 2022-12-11, Dengler, Gabriel via Exim-users wrote: > Hey Heiko, > > in the meantime, I made great progress with the "transport_filter" tool. > That was exactly what I was looking for. > > In the current setup, I want to store a public and a private key for > each user, whereas the private key

Re: [exim] bad memory reference; pool not found, at gstring_grow 1124

2022-12-18 Thread Jasen Betts via Exim-users
On 2022-12-05, Jeremy Harris via Exim-users wrote: > On 05/12/2022 23:31, Jasen Betts via Exim-users wrote: >> I'm getting this error panic >> "bad memory reference; pool not found, at gstring_grow 1124" >> >> at a acl logwrite in an ${acl expansion in a

Re: [exim] exim 4.96 stopping because postfix is starting?

2022-12-19 Thread Jasen Betts via Exim-users
On 2022-12-19, Johnnie W Adams via Exim-users wrote: > Sigh. I am slower than usual today. Without the R=, that message ID does > come from a hard bounce failing dnslookup. What I am left not understanding > is how to route such messages to our inbound node rather than out to the > internet. > > O

Re: [exim] bad memory reference; pool not found, at gstring_grow 1124

2022-12-20 Thread Jasen Betts via Exim-users
On 2022-12-19, Jeremy Harris via Exim-users wrote: > On 19/12/2022 06:32, Jasen Betts via Exim-users wrote: >>logwrite = >> ${sg{${sg{${sg{aaa}{a}{bbb}}}{b}{c}}}{c}{ddd}}zz > > Thanks for locating this so precisely. > Fix pushed:

Re: [exim] who starts the delivery process?

2022-12-26 Thread Jasen Betts via Exim-users
On 2022-12-26, Askhat Tokabay via Exim-users wrote: > Helo > I found in the documentation: > Delivery processes may be started as a > result of a message’s arrival, by a queue runner process, > or by an administrator using the -M option. > > The question is the following: > Can you tell me who sta

[exim] got this garbage from HP

2023-01-10 Thread Jasen Betts via Exim-users
The "MIME-Version:" header not being separated from the "Subject:" header. I sustpected the problem was line endings and yes it turns out to be so. the HP is using a mix of '0a' and '0d-0a' in the message headers I got this garbage data block from a client's HP printer, some details have been

Re: [exim] got this garbage from HP

2023-01-10 Thread Jasen Betts via Exim-users
On 2023-01-11, Viktor Dukhovni via Exim-users wrote: > On Wed, Jan 11, 2023 at 03:41:39AM -0000, Jasen Betts via Exim-users wrote: > >> Exim seems to translate the lone LF into a space which breaks the >> message, > > I'm somewhat surprised if Exim doesn't alread

Re: [exim] Hide IP address of authenticated users

2023-03-14 Thread Jasen Betts via Exim-users
On 2023-03-14, Yves Goergen via Exim-users wrote: > Hello, > > I'd like to hide the IP address of authenticated users sending their > messages over my SMTP server. The address always appears in the > "Received" header and remains there for the final recipient. > > A web search has only led to th

Re: [exim] Something like "domains_require_tls"

2023-03-27 Thread Jasen Betts via Exim-users
On 2023-03-23, Jeremy Harris via Exim-users wrote: > On 23/03/2023 16:01, Jeremy Harris via Exim-users wrote: >> allsmtp: >>  driver = smtp >>  hosts_require_tls = ${if  >> match_domain{$domain}{+domainlist-with-TLS-Domains} {*}{}} >>  multi_domain = false > > Actually, better have > max_r

Re: [exim] Re (2): Configuring for non-encrypted MUA to localhost. TLS-on-connect, exim to smarthost.

2023-04-05 Thread Jasen Betts via Exim-users
On 2023-03-31, Jeremy Harris via Exim-users wrote: > On 31/03/2023 16:15, Evgeniy Berdnikov via Exim-users wrote: >> .ifdef REMOTE_SMTP_SMARTHOST_PROTOCOL >> protocol = REMOTE_SMTP_SMARTHOST_PROTOCOL >> .endif > > Doesn't that imply the wizard has a question that sets that? The macros defined b

Re: [exim] OT: are BCC header lines legitimate ?

2023-04-13 Thread Jasen Betts via Exim-users
On 2023-04-12, Olaf Hopp (SCC) via Exim-users wrote: > Sorry for being a bit off topic: > recently we had incoming phishing mails which all had a BCC header line. > So I thought, that's easy to defend and I introduced a data ACL > > deny condition = ${if def:h_BCC: {yes}{no}} > > My logs

Re: [exim] From header with encoding not parsed?

2023-04-13 Thread Jasen Betts via Exim-users
On 2023-04-12, Victor Ustugov via Exim-users wrote: > Slavko via Exim-users wrote on 12.04.2023 20:42: >> Dňa 12. apríla 2023 16:50:29 UTC používateľ MRob via Exim-users >> napísal: >>> Hi, I have a variable to extract the email address in from header set like >>> this: >>> >>> ${lc:${address:$

Re: [exim] Proxy smtp connections to multiple Exim servers behind proxy

2023-04-16 Thread Jasen Betts via Exim-users
On 2023-04-15, Sebastian Arcus via Exim-users wrote: > I have a number of Exim servers behind a NAT gateway (actually connected > with vpn's to a cloud vps - but I'm hoping this is not relevant to this > post). I would like the gateway to send incoming port 25 traffic to the > correct Exim serv

Re: [exim] Proxy smtp connections to multiple Exim servers behind proxy

2023-04-16 Thread Jasen Betts via Exim-users
On 2023-04-15, Sebastian Arcus via Exim-users wrote: > On 15/04/2023 13:53, Jeremy Harris via Exim-users wrote: >> On 15/04/2023 12:53, Sebastian Arcus via Exim-users wrote: >>> I have a number of Exim servers behind a NAT gateway (actually >>> connected with vpn's to a cloud vps - but I'm hoping

Re: [exim] Wildcard CN verify error

2023-04-19 Thread Jasen Betts via Exim-users
On 2023-04-18, Lance Lovette via Exim-users wrote: >> This is a name mismatch: mailgun.org != mailgun.com. > > Perhaps it's time for a larger font size :) I will put on my dunce cap and > go sit in the corner. But shame on Mailgun for responding to .com with a > .org certificate! > > Lance Their

Re: [exim] Wildcard CN verify error

2023-04-19 Thread Jasen Betts via Exim-users
On 2023-04-18, Lance Lovette via Exim-users wrote: > I'm getting an SSL verify error for messages delivered through my ESP : > > SSL verify error: certificate name mismatch: DN="/C=US/ST=Texas/L=San > Antonio/O=MAILGUN TECHNOLOGIES, INC/CN=*.mailgun.org" H="smtp.mailgun.com" > > Based on Jerem

Re: [exim] Wildcard CN verify error

2023-04-20 Thread Jasen Betts via Exim-users
On 2023-04-20, Jeremy Harris via Exim-users wrote: > On 20/04/2023 06:18, Jasen Betts via Exim-users wrote: >> On 2023-04-18, Lance Lovette via Exim-users wrote: >>>> This is a name mismatch: mailgun.org != mailgun.com. >>> >>> Perhaps it's time for

Re: [exim] Routing failed deliveries through an ESP

2023-04-20 Thread Jasen Betts via Exim-users
On 2023-04-20, Lance Lovette via Exim-users wrote: >> There's a rational basis for an exception for 5xx before MAIL FROM, >> when the target only has the connection parameters and HELO >> name to use as a basis for rejection > > Unfortunately, Google, in the case of an outright IP-based block, doe

Re: [exim] Router and transport for modifing message

2023-04-26 Thread Jasen Betts via Exim-users
On 2023-04-25, mouse via Exim-users wrote: > Hello. I'm using transport_filter to modify certain incomimg e-mail (for > example, to set proper encoding for some headers). Based on others > experience here is my configuration: > My question is - is there any way to just pass e-mail through modif

Re: [exim] SRS reverse

2018-02-23 Thread Jasen Betts via Exim-users
On 2018-02-23, Rob Gunther via Exim-users wrote: > I am trying to add SRS to a server to deal with mail forwarding, following > these instructions . > > I have the forwarding part working. > > The reverse part works as well, but I want to tweak it. If a hash

Re: [exim] Question TLS

2018-02-24 Thread Jasen Betts via Exim-users
On 2018-02-22, Luciano InfoCultura via Exim-users wrote: > How do I make connections initiated on ports 25 or 587 in plain text only > allow the sending of messages after using STARTTLS. > my brief configuration:The message exchange is between servers and do not use > authentication. > ..MAIN_TL

Re: [exim] rate limit for maximum outgoing emails to mail-relay

2018-02-28 Thread Jasen Betts via Exim-users
On 2018-02-27, Jakob Schürz via Exim-users wrote: > Hi! > > We have a application, which creates many emails. Notifications from a > ticketsystem to the subscribed users for each ticket on changes, or > something else. > > We use gmail suite as our email-provider, and gmail has some > send-limi

Re: [exim] rate limit for maximum outgoing emails to mail-relay

2018-02-28 Thread Jasen Betts via Exim-users
On 2018-02-27, Jakob Schürz via Exim-users wrote: > Hi! > > We have a application, which creates many emails. Notifications from a > ticketsystem to the subscribed users for each ticket on changes, or > something else. > > We use gmail suite as our email-provider, and gmail has some > send-limi

Re: [exim] rate limit for maximum outgoing emails to mail-relay

2018-02-28 Thread Jasen Betts via Exim-users
On 2018-02-28, Jakob Schürz via Exim-users wrote: > Hi! >> >> event_action=${if eq{$event_name}{msg:delivery}\ >>{${acl{accept delay=1s >> >> to give a max rate close to 60 per minute. >> > Also thanks a lot. I'll try this out. > I keep forgetting details... you have to also turn off im

Re: [exim] Local / Non SMTP Connections Bypassing ACLs

2018-03-02 Thread Jasen Betts via Exim-users
On 2018-03-01, Brian Spraker via Exim-users wrote: > > > On Thursday, March 1, 2018, 3:17:27 PM CST, Ian Zimmerman via Exim-users > wrote: > > On 2018-03-01 19:51, Brian Spraker wrote: > >>> acl_not_smtp > >> I can use the typical SpamAssassin checks in here without needing exiscan? >

Re: [exim] Choosing the outbound IP address according to a Database query.

2018-03-13 Thread Jasen Betts via Exim-users
On 2018-03-12, Mark Elkins via Exim-users wrote: > Exim version 4.89 #1 built 05-Oct-2017 13:48:15 (Linux Gentoo) > > # Interfaces That Exim Listens on > local_interfaces = <; 127.0.0.1 ;    ::1 ; \ >   192.111.222.1 ;  2001:1234:abcd:5678::1 ; \ >   192.111

Re: [exim] WG: Remove header disposition-notification-to in an acl

2018-03-16 Thread Jasen Betts via Exim-users
> I am trying to remove a soecial header from within acl_check_recpi: header > disposition-notification-to. > I tried this without any success > > condition = ${if def:disposition-notification-to: {1}{0}} > headers_remove = disposition-notification-to assuming you mean "def:h_disposition-noti

Re: [exim] Future OpenSSL configuration: sketch 1

2018-04-09 Thread Jasen Betts via Exim-users
On 2018-04-09, Andrew C Aitchison via Exim-users wrote: > On Sun, 8 Apr 2018, Phil Pennock via Exim-users wrote: > > As I understand this, these sections have to be in a particular order, > so we need to declare where and in what order begin openssl, begin gnutls > (begin libressl ?) will go. > We

Re: [exim] Unfold and rewrite multi-line headers

2018-04-13 Thread Jasen Betts via Exim-users
On 2018-04-13, Dmitriy Matrosov via Exim-users wrote: > Hi. > > Can exim unfold and decode entire multiline header (`Subject` particularly)? > Here is the first part of multiline header: > Subject: > =?UTF-8?B?RndkOiBVUkdFTlQ6IFtOb3RpY2UgSUQgKndtVVJwRCpdINCY0YHQv9C+?= > =?UTF-8?B?0LvRjNC30L7Q

Re: [exim] setting up purchased SSL certificates on existing system

2018-05-01 Thread Jasen Betts via Exim-users
On 2018-04-30, Gary Stainburn via Exim-users wrote: > This has to be so simple but I can't get my head round it. Basically what I do is put all thwe components in a single file key, certificate, and chain and then point exim at that file. the software allows you to have several files but it's n

Re: [exim] UTF 8 From header

2018-05-01 Thread Jasen Betts via Exim-users
On 2018-05-01, Ted Cooper via Exim-users wrote: > Hi all, > > Is this a legal "From:" header? > >> From: =?utf-8?b?IkVsbGEgQmFjaMOpIiA8ZGlnaXRhbEBlbGxhYmFjaGUuY29tLmF1Pg==?= yes. RFC5322 makes no concrete restrictions on From header content. > How would one extract the email address from it usin

Re: [exim] Help with dropping spam e-mail.

2018-05-14 Thread Jasen Betts via Exim-users
On 2018-05-14, Mark Elkins via Exim-users wrote: > > I need help. (pun included) > > Someone is using "ple...@help.co.za" as the source of spam e-mail. The > address does not exist... step 0: publish an SPF record. > delivering 1fI8dS-0008Pd-DC (queue run pid 700) > LOG: MAIN >   ** ple...@help.

Re: [exim] Help with dropping spam e-mail.

2018-05-15 Thread Jasen Betts via Exim-users
On 2018-05-15, Mike Brudenell via Exim-users wrote: > On Mon, 14 May 2018 at 11:32, Jasen Betts via Exim-users < > exim-users@exim.org> wrote: > >> On 2018-05-14, Mark Elkins via Exim-users wrote: >> > Someone is using "ple...@help.co.za" as the source o

Re: [exim] Avoiding bounces

2018-05-26 Thread Jasen Betts via Exim-users
On 2018-05-26, Jeremy Harris via Exim-users wrote: > On 26/05/18 15:05, Luca Bertoncello via Exim-users wrote: >> Well, this "info@"-address is a forward to many recipients, not just one... > > Oh, a mail-exploder. OK, no cutthrough routing possible. This is > effectively a mailinglist, and you

[exim] acl endpass

2018-06-14 Thread Jasen Betts via Exim-users
I have an acl and I want to conditionally delegate annother ACL to decide acl_foo: accept condition = ${if bool:{$acl_m_something}} endpass acl = acl_bar accept condition = ${if bool:{$acl_m_something_else}} deny The spec says that endpass is not nee

Re: [exim] UTF8 support wreaking havoc with temporary deferrals

2018-07-04 Thread Jasen Betts via Exim-users
On 2018-07-03, Dean Brooks via Exim-users wrote: > Hi, > > We are using Exim that has utf8 internationlisation support compiled in. We > do not advertise SMTPUTF8 support, as we have smtputf8_advertise_hosts set to > an empty list. > > However, Exim appears to still accept utf8 messages even if

Re: [exim] UTF8 support wreaking havoc with temporary deferrals

2018-07-06 Thread Jasen Betts via Exim-users
On 2018-07-05, Dean Brooks via Exim-users wrote: > Hi, > > Thanks for the reply. The real problem here is the 4xx-style deferral > response to a remote server that doesn't support UTF8. I'm surprised nobody > else is running into this problem. A single message will halt all reliable > delive

Re: [exim] Changing full name in From: header to something besides www-data

2018-07-09 Thread Jasen Betts via Exim-users
On 2018-07-06, Chad Tindel via Exim-users wrote: > I have been banging my head against the wall trying to solve this problem > all day. I feel like I've read every post that comes up related to > rewriting or hard coding the from header. > 368 SMTP>> MAIL FROM: SIZE=8682 > > and this in the r

Re: [exim] Changing full name in From: header to something besides www-data

2018-07-10 Thread Jasen Betts via Exim-users
On 2018-07-09, Chad Tindel via Exim-users wrote: >> How are you making these emails? > > Yeah I tried exactly that. This is the top of > my 30_exim4-config_check_rcpt file: > what do the " <= " lines in the exim log look like? Squirrelcart is PHP - PHP on linux ususally uses /usr/lib/sendmail (

Re: [exim] acl expansion

2018-07-20 Thread Jasen Betts via Exim-users
On 2018-07-20, Ian Zimmerman via Exim-users wrote: > In the ${acl {FOO}} construction, does (the expansion of) FOO have to be > strictly an ACL name, or is an algorithm like the one in acl_smtp_rcpt = > FOO followed? In particular can FOO expand to "/etc/exim/foo.acl" ? > > If it's not possible n

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

2018-08-23 Thread Jasen Betts via Exim-users
On 2018-08-23, Emanuel Gonzalez via Exim-users wrote: > 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

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

2018-08-23 Thread Jasen Betts via Exim-users
On 2018-08-24, Jan Ingvoldstad via Exim-users wrote: > On Thu, Aug 23, 2018 at 8:57 AM, Julian Bradfield via Exim-users < > exim-users@exim.org> wrote: > >> On 2018-08-22, Emanuel Gonzalez via Exim-users >> wrote: >> > 2018-08-22 07:48:12 1fsQgL-000554-6N Entrantes y Salientes autenticados >> - C

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

2018-08-27 Thread Jasen Betts via Exim-users
On 2018-08-27, Emanuel Gonzalez via Exim-users wrote: > 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 I think you mean \277 which is "¿" in 8859-9 not \0277 which is a control chara

  1   2   >