Re: Limit max recipients per mail setting gone?

2019-08-06 Thread Gilles Chehade
are as follow: smtp limit max-mails = max number of mails per session smtp limit max-rcpt = max number of recipient per transaction -- Gilles Chehade @poolpOrg https://www.poolp.org patreon: https://www.patreon.com/gilles

Re: git portable branch: Failed to parse smarthost

2019-08-06 Thread Gilles Chehade
m > > > AFAICS the syntax follows the man page, so why does it complain? > I don't see it. Every helpful hint is highly appreciated. > you're using an auth label but this requires a secure transport. from smtpd.conf(5): The label corresponds to an entry in a cred

Re: unsubscribe old email address?

2019-08-06 Thread Gilles Chehade
You have to send a mail to misc+unsubscr...@opensmtpd.org from the e-mail address you want to unsubscribe.You can't unsubscribe other addresses.If you need help, contact me off listLe 6 août 2019 11:30, Harald Dunkel a écrit :Hi folks, https://www.opensmtpd.org/list.html doesn't tell how to uns

OpenSMTPD 6.4.2 released to address errata

2019-08-02 Thread Gilles Chehade
have updated our website front page to provide the tarball and signature as direct links. Alternatively, you can grab the release from our github mirror under the tag opensmtpd-6.4.2p1: https://github.com/OpenSMTPD/OpenSMTPD/tree/opensmtpd-6.4.2p1 -- Gilles Chehade

Re: smtpd accept client certificate only from a specific CA

2019-07-29 Thread Gilles Chehade
On Sun, Jul 28, 2019 at 08:37:54PM +, L??vai, D??niel wrote: > Hi Gilles, > > Did you by any chance have time to look at #926? It there something wrong > with my setup or is this a kind of a regression? > Thanks for any info on this! > Nope, if I had you would know ;-)

any kibana guru around ?

2019-07-26 Thread Gilles Chehade
craft logs to ease creation of dashboards, I suck at actaully creating these dashboards. If there are a few people around with ELK knowledge, it would be nice to give me some help in showcasing what can be achieved with this feature. -- Gilles Ch

Re: smtpd accept client certificate only from a specific CA

2019-07-26 Thread Gilles Chehade
other intrusive/ugly > workaround, is there any way I could force a CA for those connections? > Your expectations are also mine. Please open an issue on our bug tracker, I'll have a look at it shortly as I recently did work in that area a

filter-rspamd testing

2019-07-26 Thread Gilles Chehade
ng unusual ! -- Gilles Chehade @poolpOrg https://www.poolp.orgpatreon: https://www.patreon.com/gilles -- You received this mail because you are subscribed to misc@opensmtpd.org To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Re: OpenSMTPD build on OpenSSL 1.1.x

2019-07-24 Thread Gilles Chehade
On Wed, Jul 24, 2019 at 10:29:34AM +0200, Harald Dunkel wrote: > Hi Gilles, > > On 7/23/19 11:58 AM, Gilles Chehade wrote: > > Hello people, > > > > The portable branch of OpenSMTPD should build with OpenSSL again as long > > as your system is using >= 1.1.x

OpenSMTPD build on OpenSSL 1.1.x

2019-07-23 Thread Gilles Chehade
th LibreSSL and OpenSSL with same code as far as I know. I will get into this when time allows but until then ECDSA server certificate is only supported with LibreSSL. OpenSMTPD portable has been built and tested with Ubuntu only, please do provide fe

new reporting events

2019-07-14 Thread Gilles Chehade
out 1- and 2-, because it means we are now VERY VERY VERY sysadmin friendly when it comes to monitoring and alerting: pushing useful metrics to elasticsearch has become trivial. It is likely I'll release a filter-elastic if there is interest. St

heads up about ongoing work

2019-07-06 Thread Gilles Chehade
ho were still trying to avoid LibreSSL through local patches, but once we've switched to libtls, work can start to create a version of libtls that works with OpenSSL, this will keep most complexity out of OpenSMTPD and make us work again with OpenSSL without hacks. Ch

Re: what's your LMTP use-case

2019-07-06 Thread Gilles Chehade
On Fri, Jul 05, 2019 at 04:57:51PM +0200, Gilles Chehade wrote: > helo, > > this is just a question out of curiosity > > I know plenty of people use the lmtp action to deliver mail through LMTP > and I'm genuinely curious: what is your use-case ? > > Why do you del

what's your LMTP use-case

2019-07-05 Thread Gilles Chehade
helo, this is just a question out of curiosity I know plenty of people use the lmtp action to deliver mail through LMTP and I'm genuinely curious: what is your use-case ? Why do you deliver to LMTP ? -- Gilles Chehade @poolpOrg

Re: tls no-verify

2019-07-04 Thread Gilles Chehade
opportunistic tls, so it'll do tls no-verify but will fallback to plaintext if no tls is available. tls no-verify won't hard fail if certificate is invalid, but it won't go to plaintext either. -- Gilles Chehade https://www.poolp.org @poolpOrg

Re: dkim proxy

2019-07-04 Thread Gilles Chehade
authenticated user to be a "local" user, so if you read my blog post with that perspective, it makes sense. Nowadays, authenticated users and local users are considered differently so you need to match 'auth' to catch authenticated users. > Thank you for any suggestions you m

Re: tls no-verify

2019-07-04 Thread Gilles Chehade
t; > smtp-out: Server certificate verification failed on session 3ba547f4f7b77d56c > > > What am I doing wrong? > nothing no-verify only means that if certificate does not validate, connection will be dropped, the log will still be visible. -- Gilles Chehade

Re: RBLs?

2019-07-03 Thread Gilles Chehade
x27;t find anything on opensmtpd.org. Or > should I just check the source code of already existing filters as example? > the filter API is not yet documented, i'm working on it at the moment. if you plan on working on filters, you should join our IRC channel or be prepared to fac

Re: relay from authenticated users only

2019-07-03 Thread Gilles Chehade
D will not advertise AUTH over plaintext channels. it is not an SMTP limitation, it is a decision we made years ago and you will not have a work-around for this. there's no excuse in 2019 to allow AUTH over plaintext :-) -- Gilles Chehade @poolpOrg

Re: RBLs?

2019-07-02 Thread Gilles Chehade
On Tue, Jul 02, 2019 at 06:54:02AM +, mabi wrote: > ? Original Message ? > On Sunday, June 30, 2019 1:46 PM, Gilles Chehade wrote: > > > I'm currently working on bringing a filter-rspamd to life, see: > > > > https:/

Re: RBLs?

2019-06-30 Thread Gilles Chehade
nice but I don't understand how it works.I'm looking > forward to have something native with opensmtpd, spam is a pain. > I don't understand what you mean by "native". -- Gilles Chehade @poolpOrg https://www.poolp.org

Re: Introduction

2019-06-26 Thread Gilles Chehade
rds seems to work flawlessly, except for > unexplained Proofpoint blocks. > These happen even to the best of us. > Hope you all are having a wonderful day. > Enjoy your stay around, -- Gilles Chehade @poolpOrg https://www.poolp.org

Re: match unknown rDNS

2019-05-29 Thread Gilles Chehade
On Wed, May 29, 2019 at 09:54:36AM +0200, Pierre-Edouard wrote: > > Le 26/05/2019 ?? 17:22, Gilles Chehade a ??crit??: > > On Sun, May 26, 2019 at 09:53:46AM +0200, Pierre-Edouard wrote: > > > Hi All, > > > > > Hi, > > > > > > > I a

Re: match unknown rDNS

2019-05-26 Thread Gilles Chehade
re still able to send me > mail :( > > Any ideas ? > the 'from rdns' criteria will fail to match if the client doesn't have a reverse dns, so a way to catch them would be: match !from rdns regex '^.*$' [...] i'll have a look at how to

Re: Too many recipients with even 6-7 emails in CC: field

2019-05-24 Thread Gilles Chehade
Recipient ok RCPT TO: 250 2.1.5 Destination address valid: Recipient ok RCPT TO: 250 2.1.5 Destination address valid: Recipient ok RCPT TO: 250 2.1.5 Destination address valid: Recipient ok RCPT TO: 250 2.1.5 Destination address valid: Recipient ok ^C I think your issues isn't with Ope

Re: LMTP dovecot doesn't accept bounces

2019-05-19 Thread Gilles Chehade
On Sun, May 19, 2019 at 04:52:39PM +0200, David Flatz wrote: > Gilles Chehade (2019-05-19 14:31+0200): > > On Sun, May 19, 2019 at 12:16:40PM +0200, David Flatz wrote: > > > Gilles Chehade (2019-05-19 10:39+0200): > > > > On Sun, May 19, 2019 at 10:24:07AM +0200, Gill

Re: LMTP dovecot doesn't accept bounces

2019-05-19 Thread Gilles Chehade
On Sun, May 19, 2019 at 12:16:40PM +0200, David Flatz wrote: > Gilles Chehade (2019-05-19 10:39+0200): > > On Sun, May 19, 2019 at 10:24:07AM +0200, Gilles Chehade wrote: > > > On Sat, May 18, 2019 at 02:55:05PM +0200, David Flatz wrote: > > > > Delivery to doveco

Re: LMTP dovecot doesn't accept bounces

2019-05-19 Thread Gilles Chehade
On Sun, May 19, 2019 at 10:24:07AM +0200, Gilles Chehade wrote: > On Sat, May 18, 2019 at 02:55:05PM +0200, David Flatz wrote: > > Hello everybody > > > > Hello, > > > > Delivery to dovecot works pretty good for normal mails locally with sendmail > > an

Re: LMTP dovecot doesn't accept bounces

2019-05-19 Thread Gilles Chehade
to dovecot) or add a domain? > > Thanks again and have a great weekend! > Yup, the fix will be committed to -current today -- Gilles Chehade @poolpOrg https://www.poolp.org tip me: https://paypal.me/poolpOrg -- You re

Re: openssl support

2019-05-17 Thread Gilles Chehade
On Fri, May 17, 2019 at 02:13:46PM +0200, Harald Dunkel wrote: > Hi Gilles, > Hi, > I understand that ssl support is a highly complex issue, making it > necessary to focus and to get rid of the cruft. > > It would be a pity if opensmtpd becomes "OpenBSD-only", thoug

Re: openssl support

2019-05-17 Thread Gilles Chehade
. If you have diffs that allow OpenSMTPD to build with latest LibreSSL and latest stock OpenSSL (no weird enable/disable configure flags) and which only achieve so through use of common APIs, I'll accept them happily. -- Gilles Chehade @poolpO

Re: opensmtpd 6.0.3: redirect outgoing EMails to an internal account

2019-05-10 Thread Gilles Chehade
ing EMails. > without your configuration it's hard to determine what's wrong -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subscribed to misc@opensmtpd.org To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Re: Filters guidance request

2019-04-30 Thread Gilles Chehade
> > ab > > [1] - https://man.openbsd.org/OpenBSD-6.5/smtpd.conf > > [2] - https://man.openbsd.org/smtpd.conf > > [3] - https://www.openbsd.org/65.html > > -|-|-|-|-|-|-|-- > > > >

Re: How to setup a "clean MTA" in 2019?

2019-04-03 Thread Gilles Chehade
IP address for mail with correct rDNS and fc-rDNS - setup the mta to support TLS (if needed, not the case on OpenSMTPD) - setup the mta to use a EHLO name matching DNS for the IP - setup SPF - setup DKIM That would be my very very very very minimum requirements. -- Gilles Chehade

Re: Filter email where sender and rcpt-to are the same

2019-02-20 Thread Gilles Chehade
On Wed, Feb 20, 2019 at 04:57:08PM +0100, Mischa wrote: > > > > On 6 Feb 2019, at 17:24, Mischa wrote: > > > >> On 6 Feb 2019, at 15:38, Gilles Chehade wrote: > >> > >> On Wed, Feb 06, 2019 at 11:42:19AM +0100, Mischa wrote: > >>> Hi

Re: Filter email where sender and rcpt-to are the same

2019-02-06 Thread Gilles Chehade
th from any mail-from "@opensmtpd.org" reject there are other ways too -- Gilles Chehade @poolpOrg https://www.poolp.org tip me: https://paypal.me/poolpOrg -- You received this mail because you are subscribed to misc@opensmtpd.org To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Re: Upgrade from OpenBSD 6.2-stable to 6.4-stable, new syntax .. mlmmj anyone?

2019-02-05 Thread Gilles Chehade
On Tue, Feb 05, 2019 at 05:35:56PM +0100, Tor Houghton wrote: > On Tue, Feb 05, 2019 at 04:40:20PM +0100, Gilles Chehade wrote: > > > > You should really avoid using mlmmj from the config or aliases file. > > > > You can easily plug mlmmj from .forward files which is

Re: Upgrade from OpenBSD 6.2-stable to 6.4-stable, new syntax .. mlmmj anyone?

2019-02-05 Thread Gilles Chehade
in action "mlmmj" > > > > > You should really avoid using mlmmj from the config or aliases file. You can easily plug mlmmj from .forward files which is much safer. -- Gilles Chehade @poolpOrg https://www.poolp.org

Re: match rule seems to be failing in -current

2019-01-29 Thread Gilles Chehade
On Tue, Jan 29, 2019 at 04:23:23PM +0100, Mischa wrote: > > On 29 Jan 2019, at 16:20, Gilles Chehade wrote: > > > > On Tue, Jan 29, 2019 at 01:10:47PM +0100, Mischa wrote: > >> Hi Gilles, > >> > >>> well, providing the full session log from conne

Re: match rule seems to be failing in -current

2019-01-29 Thread Gilles Chehade
On Tue, Jan 29, 2019 at 01:10:47PM +0100, Mischa wrote: > Hi Gilles, > > > well, providing the full session log from connect to disconnect without > > altering it would be a good start to troubleshoot. > > Yeah... not really going to happen on public mailinglist. :/ >

Re: match rule seems to be failing in -current

2019-01-29 Thread Gilles Chehade
On Tue, Jan 29, 2019 at 12:41:17PM +0100, Mischa wrote: > > > > On 29 Jan 2019, at 12:30, Gilles Chehade wrote: > > > > On Fri, Jan 25, 2019 at 02:08:41PM +0100, Mischa wrote: > >> Hi All, > >> > > > > Hi, > > > > >

Re: match rule seems to be failing in -current

2019-01-29 Thread Gilles Chehade
ost=46-23-xx-yy.domain1.nl > Jan 18 15:56:13 mx1 smtpd[36743]: 00a1b263550db3c7 smtp failed-command > command="RCPT TO:" result="550 Invalid recipient" > Jan 18 15:56:13 mx1 smtpd[36743]: 00a1b263550db3c7 smtp disconnected > reason=disconnect > >

Re: "Pipelining not supported" when connecting to port smtp or submission through OpenSSL command line utility

2019-01-22 Thread Gilles Chehade
#x27;t really help to figure it out though. > yes :-/ the problem is that the SMTP engine expects an SMTP session, and instead it receives a blob which violates the protocol and likely contains a new line that triggers pipeline violation mechan

Re: smtpd - help needed tranlsating to new virtual map syntax [FIXED]

2019-01-22 Thread Gilles Chehade
On Tue, Jan 22, 2019 at 01:11:44AM +0100, Eric Elena wrote: > On Mon, 21 Jan 2019 11:08:02 +0100 Gilles Chehade wrote: > > I may sound a bit harsh, but starting a thread with "this is my last try > > or I'll switch" (as if it actually matters) right before telling som

Re: smtpd - help needed tranlsating to new virtual map syntax [FIXED]

2019-01-22 Thread Gilles Chehade
t want to be "that asshole", although it seems I've succeeded again - > sorry. > > Thank you for taking the time to reply. Now I'm going to go check that mail > server a 7,000,000th time, this time to see what MTA is actually *running*,

Re: disclaimer

2019-01-21 Thread Gilles Chehade
On Fri, Jan 18, 2019 at 02:56:10PM +0300, Tevfik Ceydeliler wrote: > Hi > > Is there anu way to add diclaimer?? into?? mail by using smtpd? > Not yet possible easily, no Will be doable with the next release -- Gilles Chehade @poo

Re: smtpd - help needed tranlsating to new virtual map syntax [FIXED]

2019-01-21 Thread Gilles Chehade
you actually tried _nothing_ then blaming the code improvements for a use-case that could have never worked because it not only uses the wrong _documented_ mechanism but also because the code to make your use-case work has never existed, kinds of irritates me. I don't get royalties on s

Re: smtpd - help needed tranlsating to new virtual map syntax

2019-01-21 Thread Gilles Chehade
cope, it can only expand it. What you are describing has never existed in smtpd, there's never been code to translate sender addresses and there's a good reason for that: it not considered doable before the grammar change... But sure, blame it on the grammar. > (If anyone cares, the bad

Re: Mail to root not working anymore with 6.4

2019-01-14 Thread Gilles Chehade
t;relay_incoming" relay host smtp://127.0.0.1:10025 > > match for local action "lmtp-local" > match tag DKIM_CHECKED from any for domain action "lmtp-local" > match tag DKIM for any action "relay" > match from any for domain action &qu

Re: Confused by certificates

2019-01-07 Thread Gilles Chehade
sion established a connection then attempted TLS negotiation. this worked fine, the MTA session played out until it hit a TLS error that caused it to drop connection. TLS was opportunistic so it connected again but without TLS. The only "issue" in this log is that th

Re: different lmtp destinations from table for mail delivery depending on email address

2018-12-27 Thread Gilles Chehade
dy@public.domain -> andy@imap3.private > this will appear in Received lines though -- Gilles Chehade @poolpOrg https://www.poolp.org tip me: https://paypal.me/poolpOrg -- You received this mail because you are subscribed to misc@opensmtpd.org To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Re: different lmtp destinations from table for mail delivery depending on email address

2018-12-26 Thread Gilles Chehade
Doable with OpenSMTPD using multiple actions and using the rcpt-to matching criteria, however it feels kind of hackish to do it at that level. Basically you would create one action per dovecot shard, then one match per shard with an rcpt-to criteria pointing to a table containing the recipients

Re: connect to cyrus lmtp with "as user"

2018-12-26 Thread Gilles Chehade
charge of handling delivery for all virtual users. This option is not usable with the mbox delivery method. -- Gilles Chehade @poolpOrg https://www.poolp.org tip me: https://paypal.me/poolpOrg -- You recei

Re: What if sender is a network?

2018-12-26 Thread Gilles Chehade
uoting the man page: [!] from src address | Specify that session may only originate from string or list table address which can be a specific address or a subnet expressed in CIDR-notation. you're using an older versi

Re: Maildir filenames are now localhost?

2018-12-23 Thread Gilles Chehade
nSMTPD builtin. it was fixed three days ago in -current. -- Gilles Chehade @poolpOrg https://www.poolp.org tip me: https://paypal.me/poolpOrg -- You received this mail because you are subscribed to misc@opensmtpd.org T

Re: Thoughts and queries (n=1) on the filter API

2018-12-23 Thread Gilles Chehade
On Sun, Dec 23, 2018 at 01:30:09PM +0100, Aham Brahmasmi wrote: > Bonjour Monsieur Gilles, > > > To reject a session based only on reporting events, you should subscribe > > to the relevant events in order to gather the info you want, then to one > > filter event to actual

Re: Thoughts and queries (n=1) on the filter API

2018-12-23 Thread Gilles Chehade
On Sun, Dec 23, 2018 at 12:06:02PM +0100, Aham Brahmasmi wrote: > Bonjour Monsieur Gilles, > > Merci beaucoup for your exhaustive explanations. > > > > 1) What is the difference between the "report" and "filter" prefixes? > > > My current

Re: Thoughts and queries (n=1) on the filter API

2018-12-22 Thread Gilles Chehade
On Sat, Dec 22, 2018 at 07:23:50PM +0100, Aham Brahmasmi wrote: > Bonjour Monsieur Gilles, > > To start with, Merci Beaucoup for all the effort and patience. > > I think there might an inadvertent interchanging of the comments > in your blog post titled "more o

regex in match rules

2018-12-21 Thread Gilles Chehade
omain regex [...] etc... You can read more about it from my blog where I wrote an article talking about filters two days ago and a smaller article today about regex. Code has been synchronized in github already. -- Gilles Chehade

could use some spamdb output

2018-12-21 Thread Gilles Chehade
initated the connection: $ spamdb | grep -E '^(GREY|WHITE)\|' | cut -d\| -f1,2 Do not spam misc@ with that output, send it directly to me. Thanks ! -- Gilles Chehade @poolpOrg https://www.poolp.org tip me: https:/

Re: FCrDNS check implemented

2018-12-20 Thread Gilles Chehade
On Thu, Dec 20, 2018 at 11:31:27AM +0100, Aham Brahmasmi wrote: > Monsieur Gilles, > [...] > > This will result in smtpd replacing the welcome banner with the message, > > then dropping the client connection if they don't have a reverse DNS and > > a matching forward

Re: FAQ gone?

2018-12-20 Thread Gilles Chehade
On Thu, Dec 20, 2018 at 10:13:11AM +0100, Aham Brahmasmi wrote: > Hi Gilles, > Hi, > Thank you for your elaborate response. > > > if someone steps up to do the work, I will happily welcome the FAQ again > > but it needs to be someone who commits to that work, not someo

Re: Announce: OpenSMTPD 6.4.1 released

2018-12-20 Thread Gilles Chehade
you're running stable you will always be up to date with patches. > > On 20 Dec 2018, at 6:38 pm, Gilles Chehade wrote: > > > > On Thu, Dec 20, 2018 at 02:52:19PM +1100, Antonino Sidoti wrote: > >> HI, > >> > >> I am on OpenBSD 6.4 and

Re: Announce: OpenSMTPD 6.4.1 released

2018-12-19 Thread Gilles Chehade
t; On 17 Dec 2018, at 3:15 am, Gilles Chehade wrote: > > > > On Sun, Dec 16, 2018 at 11:11:23AM -0500, Matt Schwartz wrote: > >> Hi Gilles, > >> > >> Stupid question but did these minor fixes come via a syspatch or do I need > >> to download and

Re: FAQ gone?

2018-12-19 Thread Gilles Chehade
On Wed, Dec 19, 2018 at 09:05:52AM +0100, Aham Brahmasmi wrote: > Hi Gilles, > > > On Wed, Dec 12, 2018 at 06:39:59PM +, mabi wrote: > > > Hi, > > > > > > I was wondering where did the FAQ section on the opensmtpd.org website > > > disappear

Re: Announce: OpenSMTPD 6.4.1 released

2018-12-16 Thread Gilles Chehade
On Sun, Dec 16, 2018 at 11:11:23AM -0500, Matt Schwartz wrote: > Hi Gilles, > > Stupid question but did these minor fixes come via a syspatch or do I need > to download and compile the tarball? > If you're on OpenBSD 6.4 and run syspatch, you will be fine. > On Sun,

Announce: OpenSMTPD 6.4.1 released

2018-12-16 Thread Gilles Chehade
rectly to secur...@opensmtpd.org Other bugs may be reported to b...@opensmtpd.org -- Gilles Chehade @poolpOrg https://www.poolp.org tip me: https://paypal.me/poolpOrg -- You received this mail because you are subscribed to misc@o

Re: FAQ gone?

2018-12-12 Thread Gilles Chehade
On Wed, Dec 12, 2018 at 03:56:35PM -0500, Matt Schwartz wrote: > Gilles, > > I've got some time on my hands for the next few weeks. I could work on it > if you'd like. > Again it's not a matter of working on it but commiting to maintain it on the long run. The

Re: FAQ gone?

2018-12-12 Thread Gilles Chehade
a rework of the FAQ as far as I know. -- Gilles Chehade @poolpOrg https://www.poolp.org tip me: https://paypal.me/poolpOrg -- You received this mail because you are subscribed to misc@opensmtpd.org To unsubscribe, send a mail t

Re: FAQ gone?

2018-12-12 Thread Gilles Chehade
then forgotten, otherwise this means additional work for me. -- Gilles Chehade @poolpOrg https://www.poolp.org tip me: https://paypal.me/poolpOrg -- You received this mail because you are subscribed to misc@opensmtpd.org To unsubsc

FCrDNS check implemented

2018-12-09 Thread Gilles Chehade
m infected home computers, which is most of the non legitimate trafic coming to my box. The code will be part of next release in April, until then you will have to use code from OpenBSD -current or github's master or portable branch. Thought I'd share this with you, Che

filter developers ?

2018-12-06 Thread Gilles Chehade
that will actually have their filters evolve as we make changes to the API. I wrote a python binding in less than 100 lines of code and will provide it for testing, maybe some of you want to write the same kind of binding for other popular languages, let me know. -- Gilles Chehade

Re: Bounces sent from opensmtpd not parsed in Mailman

2018-12-06 Thread Gilles Chehade
On Thu, Dec 06, 2018 at 04:10:15AM +, sunil+sm...@nimmagadda.net wrote: > adding misc@opensmtpd.org... > diff ok with me ! > Date: Thu, 06 Dec 2018 04:05:49 + > From: su...@nimmagadda.net > To: Gilles Chehade > Cc: Cristiano Costa , misc@opensmtpd.org > Subject:

Re: Opensmtpd failover

2018-12-05 Thread Gilles Chehade
avelled to the party capital. So you wait/spool > > in London until Edinburgh airport is receiving traffic. Then then you > > get the next flight to your final destination & Hogmanay for 3 days. > > Thank you for the excellent analogy. > > I will now never forge

Re: Bounces sent from opensmtpd not parsed in Mailman

2018-12-05 Thread Gilles Chehade
On Wed, Dec 05, 2018 at 04:53:20AM +, sunil+sm...@nimmagadda.net wrote: > Gilles Chehade wrote: > [...] > > > ascii_load_bounce_type(enum bounce_type *dest, char *buf) > > > { > > > if (strcasecmp(buf, "error") == 0) > > > -

Re: Is it possible to ajust the smtp banner basec on the incomming connection

2018-12-04 Thread Gilles Chehade
? > That's not possible. If you have only 1 public IP address, how is the server supposed to know which domain it should print on the banner when a client connects ? -- Gilles Chehade @poolpOrg https://www.poolp.org t

Re: Bounces sent from opensmtpd not parsed in Mailman

2018-12-04 Thread Gilles Chehade
On Tue, Dec 04, 2018 at 01:10:13PM +, sunil+sm...@nimmagadda.net wrote: > Gilles Chehade wrote: > > On Tue, Dec 04, 2018 at 03:22:14AM +, sunil+sm...@nimmagadda.net wrote: > > > Gilles Chehade wrote: > > > > On Mon, Dec 03, 2018 at 06:11:29PM -0200, Cristian

Re: Bounces sent from opensmtpd not parsed in Mailman

2018-12-04 Thread Gilles Chehade
On Tue, Dec 04, 2018 at 03:22:14AM +, sunil+sm...@nimmagadda.net wrote: > Gilles Chehade wrote: > > On Mon, Dec 03, 2018 at 06:11:29PM -0200, Cristiano Costa wrote: > > > Hello everyone, > > > > > > Recently, we have updated our external MTA to u

Re: Bounces sent from opensmtpd not parsed in Mailman

2018-12-03 Thread Gilles Chehade
; >Thus, 'Action: error' in this DSN is non-compliant. It should be > > 'Action: failed'. You may wish to report this to the opensmtpd developers." > > So maybe you would like to patch opensmtpd too. >

Re: parse.y patch

2018-12-03 Thread Gilles Chehade
option: > -negation TAG tables { > +negation TAGGED tables { > struct table *t = $3; > > if (rule->flag_tag) { > > -- > You received this mail because you are subscribed to misc@opensmtpd.org > To unsubscr

Re: Catchall / virtual in new syntax

2018-12-02 Thread Gilles Chehade
On Sun, Dec 02, 2018 at 04:11:54PM +0100, Stefan Bagdohn wrote: > Dear Gilles, > > You are a genius! I have no idea why this did not work out in the last weeks > when I tried to get it up and running. > Now I ended up with: > A genius, that's unlikely, but glad that i

Re: Catchall / virtual in new syntax

2018-12-02 Thread Gilles Chehade
..@example.com. So it was relayed afterwards by the first rule. > > Any hint how this could be done in the new grammar? I have no idea how to > implement the old-style => catchall. > grammar set aside, it's done the exact same way. -- Gilles Chehade

Re: no rule matched after upgrade to 6.4.0p2

2018-12-02 Thread Gilles Chehade
On Sun, Dec 02, 2018 at 01:05:56PM +0100, Fran??ois wrote: > Thanks Gilles for your quick answer. > > Based on your recommendations, I have now only this 3 match rules : > > match from any mail-from for any reject > match auth from local action relayer > match auth from

Re: no rule matched after upgrade to 6.4.0p2

2018-12-02 Thread Gilles Chehade
e authenticated users which come from your machine or from others: match auth from local [...] match auth from any [...] Your new ruleset should have one or two additional match rules I guess. Also, while at it, it is now also possible to match non-network sessions wi

Re: Opensmtpd failover

2018-11-29 Thread Gilles Chehade
d.in/yGqkv7 > > -- > You received this mail because you are subscribed to misc@opensmtpd.org > To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org > -- Gilles Chehade @poolpOrg https://www.poolp.org t

Re: kill -HUP not working as expected

2018-11-29 Thread Gilles Chehade
at direction but reloading not being very important in my mind it might take time, if someone wanted to work on it i'd help with getting started though ;-) -- Gilles Chehade @poolpOrg https://www.poolp.org tip me: https://paypal.me/po

Re: Tables syntax in new config

2018-11-27 Thread Gilles Chehade
ept [...] deliver to mbox action bleh mbox match [...] action bleh You write your rules the same way, they are evaluated in the same order, there are a few minor keyword changes but quite frankly I don't see what is so complex. Anyways, the change was mandatory to move forward so th

Re: mail.maildir junk patches

2018-11-25 Thread Gilles Chehade
On Sun, Nov 25, 2018 at 09:11:22AM -0600, Edgar Pettijohn wrote: > > On Nov 25, 2018 8:24 AM, Gilles Chehade wrote: > > > > There seems to be something wrong with your mail encoding, the diff is > > barely readable for me, spaces are replaced with '?' :-/ &

Re: Interesting error

2018-11-25 Thread Gilles Chehade
nsion of an alias. before 6.4, this resulted in "Recipient rejected" with no indication the reason was in the expansion, so now the recipient is rejected but we let the postmaster know this had to do with an expansion problem. -- Gilles Chehade

Re: Interesting error

2018-11-25 Thread Gilles Chehade
. > > Not sure if there's a better way to accomplish this though. > that's the correct way of handling it in my opinion -- Gilles Chehade @poolpOrg https://www.poolp.org tip me: https://paypal.me/poolpOrg -- Yo

Re: OpenSMTP as mx backup

2018-11-25 Thread Gilles Chehade
s already quite long, it means that you have more trust in the reliability of your secondary MX than your primary MX and this essentially means your setup is wrong. if you still want to do that, you should consider also looking at the bounce warn-interval option so at the very least y

Re: smtpd.c patch

2018-11-25 Thread Gilles Chehade
; +?? ?? "sendfd proc exec id inet unix", NULL) == -1) > ?? err(1, "pledge"); > > event_dispatch(); > > > -- > You received this mail because you are subscribed to misc@opensmtpd.org > To unsubscribe, send a mail to: misc

Re: mail.maildir junk patches

2018-11-25 Thread Gilles Chehade
ck in grammar then passing it to the mda when when the Junk case is very isolated and can be covered with a couple strcasecmp() calls. If X-Spam-Flag had been part of the junk test in mail.maildir.c, would this diff still had been written ? to cover which case ? Gilles On Sat, Nov 24, 2018 at 11:02:

Re: tls debugging

2018-11-21 Thread Gilles Chehade
ou used something like: $ openssl s_client -host 50.55.65.87 -port 587 instead of: $ openssl s_client -host 50.55.65.87 -port 587 -starttls smtp -- Gilles Chehade @poolpOrg https://www.poolp.org tip me: https://paypal.me/po

no more snapshots

2018-11-13 Thread Gilles Chehade
rs that are not production critical and which have backup MX in case they're down, we encourage you to run master branch on OpenBSD and portable branch on other systems, to run bleeding edge code. This is what runs on the OpenSMTPD mailing list machine, so they are not too unstable :-) Cheers,

people using elk / grafana ?

2018-11-09 Thread Gilles Chehade
ping me so we can talk. -- Gilles Chehade @poolpOrg https://www.poolp.org tip me: https://paypal.me/poolpOrg -- You received this mail because you are subscribed to misc@opensmtpd.org To unsubscribe, send a mail to: mis

opensmtpd-extras-6.4.0 released

2018-11-07 Thread Gilles Chehade
ar.gz https://www.opensmtpd.org/archives/opensmtpd-extras-6.4.0.sum.sig Cheers, -- Gilles Chehade @poolpOrg https://www.poolp.org tip me: https://paypal.me/poolpOrg -- You received this mail because you are subscribed to misc@opensmtpd.org

portable OpenSMTPD release 6.4.0p2 available, fixes crash

2018-11-06 Thread Gilles Chehade
tarball and signature file: https://www.opensmtpd.org/archives/opensmtpd-6.4.0p2.tar.gz https://www.opensmtpd.org/archives/opensmtpd-6.4.0p2.sum.sig The website will catch up on download links soon. Enjoy ! -- Gilles Chehade @poolpOrg https

Re: aliases with + filtering

2018-11-06 Thread Gilles Chehade
On Mon, Nov 05, 2018 at 06:35:45AM -0500, Daniel Jakots wrote: > On Mon, 5 Nov 2018 09:01:08 +0100, Gilles Chehade > wrote: > > > On Sun, Nov 04, 2018 at 04:01:12PM -0500, Daniel Jakots wrote: > > > Hi, > > > > > > My conf is basically > >

Re: aliases with + filtering

2018-11-05 Thread Gilles Chehade
there a way to get back this behaviour I had before 6.4? > care to show your /etc/mail/aliases ? -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subscribed to misc@opensmtpd.org To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

<    1   2   3   4   5   6   7   8   9   10   >