Re: OpenSMTPD V5.4.1, 'verify'

2013-12-08 Thread Gilles Chehade
On Sun, Dec 08, 2013 at 03:13:27PM +0100, Gilles Chehade wrote: > reproduced, I'll have a fix shortly > The following diff should fix your issue, can you confirm ? diff --git a/smtpd/to.c b/smtpd/to.c index 2ae2272..5ec44c3 100644 --- a/smtpd/to.c +++ b/smtpd/to.c @@ -41

Re: credentials table [was: OpenSMTPD 5.4.1 released]

2013-12-08 Thread Gilles Chehade
On Sun, Dec 08, 2013 at 04:48:55PM +0100, Jason A. Donenfeld wrote: > On Fri, Dec 6, 2013 at 3:23 PM, Gilles Chehade wrote: > > > > * Support for authenticating users from a credentials table > > > I might be just too used to snapshots, but hasn't this feature

Re: Bouncing Mail

2013-12-08 Thread Gilles Chehade
m,port=587,starttls,auth=secrets:pw,mx] > | debug: bounce: enough sessions running > |_ > > The mail seems to be silently dropped. How to configure a warning > message for example to postmaster@localhost in such a case? > > Thank you, > >

Re: Bouncing Mail

2013-12-09 Thread Gilles Chehade
-f -" > | > | accept from local for domain deliver to mda "procmail -f -" > | accept from source for domain deliver to mda > "procmail -f -" > | > | [... Several relay servers follow...] > |_ > If a relay rule is causing your issue

Re: chacha's cha cha [was: portable snapshot opensmtpd-201312081717p1 available]

2013-12-09 Thread Gilles Chehade
been decided yet and my idea to have a temporary csprng() call was causing problems for us when merging to OpenBSD. By renaming back to arc4random() we no longer have this difference between openbsd's tree, master and portable. -- Gilles Chehade https://www.poolp.org

Re: "source table" syntax

2013-12-10 Thread Gilles Chehade
pf group. > We do support this, however we don't recursively lookup tables yet, so: { 192.168.1.1, 192.168.1.2, 192.168.2.0/24 } will work { local, } won't > Many thanks > > John Cox > > -- > You received this mail because you are subscribed to misc@opensm

Re: Alias tables - why would you ever use alias rather than virtual?

2013-12-10 Thread Gilles Chehade
ding mail to r...@opensmtpd.org delivers to the system user gilles... but if you send mail to gil...@opensmtpd.org, it's not part of the input list and it's rejected. -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received thi

volunteers for some easy tasks everyone can do ?

2013-12-10 Thread Gilles Chehade
ow and then we could incorporate them into a nice FAQ. You could start going though our archives, there aren't many mails, then start adding new question/answers as they come. -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail b

Re: two accept rules for one domain

2013-12-11 Thread Gilles Chehade
r the regular user account, such as > > m.janssen maurice > > > > I prefer to keep these separate, because I'd like to use the same > > virtual users for some other virtual domains as well. > > > > Is this possible? > > > > Thanks, > >

Re: [OpenSMTPD] portable snapshot opensmtpd-201312131550p1 available

2013-12-14 Thread Gilles Chehade
12131550p1/mk/smtpd' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/mock/rpmbuild/BUILD/opensmtpd-201312131550p1/mk' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/home/mock/rpmbuild/BUILD/opensmtpd-201312131550p1' >

Re: [OpenSMTPD] portable snapshot opensmtpd-201312131550p1 available

2013-12-14 Thread Gilles Chehade
e[2]: Leaving directory > `/home/mock/rpmbuild/BUILD/opensmtpd-201312131550p1/mk' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/home/mock/rpmbuild/BUILD/opensmtpd-201312131550p1' > make: *** [all] Error 2 > -- > > Perhaps related

Re: A patch to fix typo errors on smtpd.conf(5)

2013-12-15 Thread Gilles Chehade
is opened. > @@ -501,11 +494,6 @@ > .Xr smtpd 8 > will automatically select the name that matches its source address > when connected to the remote server. > -The > -.Ic hostname > -and > -.Ic hostnames > -parameters are mutually exclusive. > .El > .Pp &

Re: [OpenSMTPD] portable snapshot opensmtpd-201312131550p1 available

2013-12-16 Thread Gilles Chehade
; - a couple bcopy -> memmove > > - remove some struct members that are no long relevant after cleanup > > - do not disable routes on smtp errors anymore > > - KILL the failed-queue mechanism > > - KILL the envelopes penalty mechanism > > &g

Re: Opensmtpd Telnet Session

2013-12-16 Thread Gilles Chehade
00160 > 250-STARTTLS > 250 HELP > help > 214- This is OpenSMTPD > 214- To report bugs in the implementation, please contact b...@openbsd.org > 214- with full details > 214 End of HELP info > > Best regards. > Hm, what is it that bothers you about HELP ? It looks corre

Re: SNI

2013-12-20 Thread Gilles Chehade
are your listener with a hostnames table and declare a pki entry for every domain that should be supported by SNI: pki foo.bar ... pki bar.baz ... listen on [...] tls hostnames { foo.bar, bar.baz } -- Gilles Chehade https://www.poolp.org @poolpOr

Re: Macro expansion

2013-12-23 Thread Gilles Chehade
marthost.example.net pki > smarthost.example.net verify" > > from any smart_relay > > > And if so (a) how can I get quotes into a macro and (b) can I use > other macros inside a macro? > No, the macro will expand to a STRING and therefore not respect the syntax --

Re: Strange behavior on FreeBSD 10

2013-12-23 Thread Gilles Chehade
re information to help troubleshooting. We can't rule out a problem on our side but retrieving wrong MX records seems very unlikely. Can you show us output from dig/drill + logs from smtpd -dv as you relay mail ? -- Gilles Chehade https://www.poolp.org

Re: LMTP and '+' delimiter

2013-12-30 Thread Gilles Chehade
s. > > Any ideas? > I don't think you can do this at the moment without relying on a custom MDA that will pass dovecot the %{rcpt} token Gilles -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because

Re: Keeping a second copy of all delivered mail

2013-12-30 Thread Gilles Chehade
e a keyword for that but we have agreed that it'll be better handled at the filter level as it'll be transparent there Gilles -- 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: Sandbox purge_task() in opensmtpd

2014-01-03 Thread Gilles Chehade
icum code to our tree quite _yet_. I can cope with minor compile-time delta between master/portable if the reason is justified, but at this point in the age of our project I will not be too happy with _runtime_ delta between master and portable. -- Gilles Chehade https://www.poolp.org

Re: Opensmtpd official Fedora/RHEL packages

2014-01-05 Thread Gilles Chehade
ell. > > https://apps.fedoraproject.org/packages/opensmtpd > > All Fedora/RHEL users are encouraged to test packages and leave feedback. > Awesome, thanks ! -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subsc

Re: 553 Sender address syntax error

2014-01-06 Thread Gilles Chehade
iting the util.c valid_user() function to add ~ in the accepted chars list; or wait till I publish a new snapshot this week ;-) -- 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: 553 Sender address syntax error

2014-01-06 Thread Gilles Chehade
The snapshot I published has the fix for your issue ;-) On Mon, Jan 06, 2014 at 02:10:41PM +0100, Gilles Chehade wrote: > On Mon, Jan 06, 2014 at 01:29:52PM +0100, Thomas Schmitz wrote: > > Hello guys, > > > > Hello, > > > > I am experiencing strange pro

Re: [OpenSMTPD] portable snapshot opensmtpd-201312131550p1 available

2014-01-06 Thread Gilles Chehade
settled out? I mean, do you have any plans to re-work the > code related to SNI, or that quick fix is finally decided to be the > permanent solution? > > Thanks, > > --- > wbr, Denis. > > On Sun, Dec 15, 2013 at 1:57 AM, Gilles Chehade wrote: > > > On Sat, Dec

Re: Relay Via Hosts?

2014-01-07 Thread Gilles Chehade
rt.google.com/a/answer/174125?hl=en). Currently I just use > the first one, but if there is ever a problem with that host/route, it'd be > nice to reroute to a backup host rather than delay the email until it's > back up. > Nope, there's a ticket opened for that but i

Re: Relay: Fallback to smtp after a failed attemp with smtp+tls?

2014-01-07 Thread Gilles Chehade
o openssl: `openssl > s_client -connect 1.2.3.4:25 -starttls smtp' which returns: > [?] > Verify return code: 18 (self signed certificate) > [?] > > It is quite annoying because my mail stays in the queue (until it expires I > think) :/ > Can you open a ticket on o

Re: smtpd: socket: Protocol not supported on FreeBSD9.2

2014-01-07 Thread Gilles Chehade
hen I try to start smtpd it > stops with an error. > > [...] > > fatal: smtpd: socket: Protocol not supported > > [...] > Care to share your ifconfig output ? -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received th

Re: smtpd: socket: Protocol not supported on FreeBSD9.2

2014-01-07 Thread Gilles Chehade
On Tue, Jan 07, 2014 at 08:03:35PM +0100, Martin Kropfinger wrote: > Am Tue, 7 Jan 2014 19:27:13 +0100 > schrieb Gilles Chehade : > > > On Tue, Jan 07, 2014 at 07:19:10PM +0100, Martin Kropfinger wrote: > > > Care to share your ifconfig output ? > > This is the i

Re: smtpd: socket: Protocol not supported on FreeBSD9.2

2014-01-08 Thread Gilles Chehade
On Tue, Jan 07, 2014 at 08:25:00PM +0100, Martin Kropfinger wrote: > Am Tue, 7 Jan 2014 20:14:31 +0100 > schrieb Gilles Chehade : > > > On Tue, Jan 07, 2014 at 08:03:35PM +0100, Martin Kropfinger wrote: > > > Can you try to replace "listen on localhost" with

Re: table_passwd: is there a manual page somewhere?

2014-01-08 Thread Gilles Chehade
o be the perfect solution to me. > > Is there any documentation about it somewhere? > Mh, I thought I had written the man page for that ... Please feel free to open a bug report. As for your question, it has the exact same format as traditional passwd entries: username:password:uid

Re: OpenSMTPd and procmail - anything special to do?

2014-01-08 Thread Gilles Chehade
eeing related to OpenSMTPd I asked > it here. Sorry if this bothers you. > > Thanks Martin > I don't really understand the issue :-) -- 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

hi misc, patience ;-)

2014-01-13 Thread Gilles Chehade
Hi misc@, Not ignoring mails, but I'm very busy for about a couple days still, I will go through all unanswered mails then ;-) Gilles -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subscribed to

Re: Call for testing: Delivery Status Notification

2014-01-13 Thread Gilles Chehade
; mail -s foo b...@baz.org -Nsuccess -Rhdrs > > Thunderbird: > While composing a mail check Options->Delivery Status Notification > > DSN support will be part of next snapshot, however I experienced a crash which is why the snapshot has not been published yet, we are going

Re: opensmtp fatal error: socket: address family not supported

2014-01-15 Thread Gilles Chehade
tion reset by peer > warn: mfa -> smtp: pipe closed > warn: control -> smtp: pipe closed > warn: mta -> lka: pipe closed > warn: mda -> lka: pipe closed > warn: scheduler -> queue: pipe closed > > Any clues on how to fix this? > Hi, Can you provide ifconf

Re: no domain in from and to headers

2014-01-16 Thread Gilles Chehade
ce > Hi, There's an issue opened about this, it needs to be investigated. We didn't get too many complaints so it wasn't high priority but it'll be fixed hopefully not in too long https://github.com/poolpOrg/OpenSMTPD/issues/174 -- 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

latest snapshot and DSN

2014-01-20 Thread Gilles Chehade
ash with it but please do test ! -- 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: [OpenSMTPD] portable snapshot opensmtpd-201401201010p1 available

2014-01-20 Thread Gilles Chehade
[2] > > > > [1] contributed by Michael Neumann > > [2] contributed by Sunil Nimmagadda > > > > Sadly, no pam-file path configuration in portable.. > Don't worry, we will probably publish another snapshot this week ;-) -- Gilles Chehade https://www.poolp.

Re: [OpenSMTPD] portable snapshot opensmtpd-201401201010p1 available

2014-01-20 Thread Gilles Chehade
On Mon, Jan 20, 2014 at 01:57:02PM +0100, Jason A. Donenfeld wrote: > On Mon, Jan 20, 2014 at 10:14 AM, wrote: > > to help us spot where the issue is comming from. You can access all > > comming -> coming fixed -- Gilles Chehade htt

Re: opensmtp fatal error: socket: address family not supported

2014-01-20 Thread Gilles Chehade
On Fri, Jan 17, 2014 at 10:49:40PM -0200, Jos? Romildo Malaquias wrote: > On Thu, Jan 16, 2014 at 08:47:06AM +0100, Gilles Chehade wrote: > > On Wed, Jan 15, 2014 at 10:21:54PM -0200, Jos? Romildo Malaquias wrote: > > > Hello. > > > > > > When trying opens

Re: SMTP Auth

2014-01-20 Thread Gilles Chehade
you will need to use a table that shares the auth data with Dovecot. You can use any backend for that, table_passwd is the simplest as you simply create a passwd-style file: user:encryptedpasswd:uid:gid:gecos:home:shell and use: table myusers passwd:/path/to/your/file and setup doveco

Re: SMTP Authy

2014-01-20 Thread Gilles Chehade
ication failed for > >> user danny on session 85fbdf2738fdc04a > >> Jan 20 19:05:56 www smtpd[25849]: smtp-in: Failed command on session > >> 85fbdf2738fdc04a: "Szl4eWdzbXJ6dDgq" => 535 Authentication failed > >> Jan 20 19:05:56 www smtpd[2584

smtpscript

2014-01-24 Thread Gilles Chehade
Hi, We have removed "smtpscript" from the OpenSMTPD repository. People that are interested in using/contributing to this utility may clone it from a separate repository: https://github.com/poolpOrg/smtpscript.git Cheers ! -- Gilles Chehade https://www

Re: smtpscript

2014-01-27 Thread Gilles Chehade
reter for a scripting language that lets you describe SMTP sessions. It is useful to write regression tests or to script a scenario that will trigger a specific bug when debugging -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received thi

Re: spf and dkim validation

2014-01-27 Thread Gilles Chehade
ing the API fully functional at this point. > For the moment, is there any implementation of a spf proxy you would > recommend ? > Not really, nope -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subscribe

smtpscript

2014-01-31 Thread Gilles Chehade
PD as you share them with us. They will benefit to everyone and the more we have, the better ;-) How to get started: https://github.com/poolpOrg/smtpscript/blob/master/README.md -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received

Re: Is there a web administrator gui for opensmtpd

2014-02-07 Thread Gilles Chehade
out there? > No idea, but you can authenticate users with sql/ldap tables so you can probably use existing tools to update a specific field. -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subscribed to

Re: Article about Opensmtpd on OpenBSD 5.4

2014-02-10 Thread Gilles Chehade
On Mon, Feb 10, 2014 at 04:44:46PM +0100, Olivier Calzi wrote: > Hi all, > > [...] > Hi, Thanks for writing about OpenSMTPD. I'll have a full read tonight but from a quick read I spotted a few mistakes, I'll get back to you after I read it with a clear mind. --

Re: Article about Opensmtpd on OpenBSD 5.4

2014-02-17 Thread Gilles Chehade
Desole pour le delai, j'ai du quitter Paris en urgence ;-) L'article est sympa, je n'ai rien vu de choquant -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subscribed to misc@opensmtpd.org

Re: smtpctl monitor plugins for munin

2014-02-17 Thread Gilles Chehade
lly comment on this but there are many more stats you can make use of and I encourage you to improve upon this as this is the kind of idea that is really useful for sysadmins :-) > -- 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: domain rewrite + auth login

2014-02-17 Thread Gilles Chehade
his? > > Thanks > the rewrite is done at the SMTP level, the sender within the message and in the From: header remains untouched. what you want to achieve relies on filters which are almost done but will be part of the 5.5.1 release coming in not too long -- Gilles Chehade https://w

Re: mysterious crash

2014-02-17 Thread Gilles Chehade
warn: parent -> smtp: pipe closed > Feb 12 13:47:43 frisell smtpd[1730]: warn: mta -> queue: pipe closed > Feb 12 13:47:43 frisell smtpd[1728]: warn: mda -> queue: pipe closed > Feb 12 13:47:43 frisell smtpd[1731]: warn: scheduler -> queue: pipe closed > we'll be lo

Re: Beginner help

2014-02-19 Thread Gilles Chehade
the configuration is valid but it does not detect that the processes are able or not to open the certificate after they dropped privileges. This has been enhanced after 5.4.1 so next release will no longer suffer from this cryptic error. -- Gilles Chehade https://www.poolp.org

Re: Maildir delivery in opensmtpd-201402071556 vs 5.4.1 (version correction)

2014-02-24 Thread Gilles Chehade
mda: IMSG_PARENT_FORK_MDA (len=3166) > >>debug: smtpd: forking mda for session ba8b76147197e9bf: > >>":home:jc/Maildir" as jc > >>imsg: mda <- parent: IMSG_PARENT_FORK_MDA (len=9, fd=5) > >>debug: mda: got mda fd 5 for session ba8b76147197e9bf evpid > >>a6a8659c953623be > >>mda: 0xaded03c9600: IO_LOWAT >>ob=0> > >>debug: mda: end-of-file for session ba8b76147197e9bf evpid > >>a6a8659c953623be > >>mda: 0xaded03c9600: IO_LOWAT >>ob=0> > >>debug: mda: all data sent for session ba8b76147197e9bf evpid > >>a6a8659c953623be > >>debug: smtpd: mda process done for session ba8b76147197e9bf: exited > >>abnormally > >>imsg: mda <- parent: IMSG_MDA_DONE (len=28, fd=4) > >>delivery: TempFail for a6a8659c953623be: > >>from=, > >>to=, user=jc, method=maildir, > >>delay=2h56m20s, stat=Error ("cannot cd to maildir: No such file or > >>directory") > >>debug: mda: session ba8b76147197e9bf done > >>debug: mda: user "jc" becomes runnable > >>debug: mda: all done for user ":jc" > >>imsg: queue <- mda: IMSG_DELIVERY_TEMPFAIL (len=65) > >>imsg: control <- mda: IMSG_STAT_DECREMENT (len=47) > >>imsg: control <- mda: IMSG_STAT_DECREMENT (len=46) > >>imsg: control <- mda: IMSG_STAT_DECREMENT (len=43) > >>queue-backend: queue_envelope_update(a6a8659c953623be) -> 1 > >>imsg: control <- queue: IMSG_STAT_INCREMENT (len=58) > >>imsg: control <- queue: IMSG_STAT_INCREMENT (len=60) > >>imsg: scheduler <- queue: IMSG_DELIVERY_TEMPFAIL (len=563) > > -- > You received this mail because you are subscribed to misc@opensmtpd.org > To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org > -- 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: OpenSMTPD Relay/Auth question

2014-02-28 Thread Gilles Chehade
in advance for any response. And thank you very much for the > fantastic work that has been done to bring OpenSMTPD into existance. > Thanks for the kind words -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you

Re: rerouting queued mail

2014-02-28 Thread Gilles Chehade
w? > Only way you can achieve that is by pausing the daemon and editing the envelopes in the queue (they are human readable). OpenSMTPD does not reprocess envelopes that are committed in the queue, it always processes them using the exact rules they matched when entered the mail system -- Gi

Re: Maildir delivery in opensmtpd-201402071556 vs 5.4.1 (version correction)

2014-02-28 Thread Gilles Chehade
diff ready, tested and issue fixed, we will commit On Mon, Feb 24, 2014 at 02:32:33PM +0100, Gilles Chehade wrote: > hi, > > I think I know what's happening, I'll likely have a fix today or tomorrow > > gilles > > > On Mon, Feb 24, 2014 at 09:29:13AM +0

Re: SegFault with OpenSMTPD 5.4.1 on OpenBSD 5.4 amd64

2014-02-28 Thread Gilles Chehade
happened since it was last tested ... if you're going to use it and report failures, i'll fix it and get it back to working state next week -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subscribed

Re: SegFault with OpenSMTPD 5.4.1 on OpenBSD 5.4 amd64

2014-02-28 Thread Gilles Chehade
On Fri, Feb 28, 2014 at 05:08:59PM +0100, Joel Carnat wrote: > Le 28 f?vr. 2014 ? 16:54, Gilles Chehade a ?crit : > > On Fri, Feb 28, 2014 at 03:25:28PM +0100, Joel Carnat wrote: > (...) > >> (Can't believe I'm so unlucky with that daemon...) > >> I'

Re: SegFault with OpenSMTPD 5.4.1 on OpenBSD 5.4 amd64

2014-03-02 Thread Gilles Chehade
erest too for Opensmtpd and LDAP. You can count on me too. > Le 28 f?vr. 2014 17:40, "Joel Carnat" a ?crit : > > > Le 28 f?vr. 2014 ? 17:31, Gilles Chehade a ?crit : > > > On Fri, Feb 28, 2014 at 05:08:59PM +0100, Joel Carnat wrote: > > >> Le 28 f?vr. 2014 ?

Re: Bounces without Bodies

2014-03-03 Thread Gilles Chehade
g so that this information doesn't get added in the first > place. > makes sense, what do you suggest ? where would the knob be introduced, with what semantic ? > Thus, I propose a configuration flag for not adding bodies to bounce messages. > -- Gilles Chehade https://www.poo

Re: Bounces without Bodies

2014-03-03 Thread Gilles Chehade
r: listen on egress bounce-content (just an example) or: accept [...] bounce-content (another example i don't like the name) but keep in mind that if we go the knob way, then we have to make sure it is done right, we have other bounce related stuff that will want to got the knob way t

Re: Bounces without Bodies

2014-03-03 Thread Gilles Chehade
s more sense on a listener than on a rule ? > On 03/03/14 11:23, Gilles Chehade wrote: > >On Mon, Mar 03, 2014 at 09:47:06AM -0800, Jason Barbier wrote: > >>[...] > >> > >>by default. Honestly users should beable to turn this on and off > >>based o

Announce: OpenSMTPD 5.4.2 released

2014-03-04 Thread Gilles Chehade
brought to you by Gilles Chehade, Eric Faurot and Charles Longeau. -- 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: Bounces without Bodies

2014-03-04 Thread Gilles Chehade
ounce-parts headers body > or > bounce-parts headers > or > bounce-parts body > > > Even better, the two bounce options could be unified into one line > with simpler grammer: > > bounce warn-wait 3d with-body with-headers > > Or something similar. > a

postgres and ldap backends

2014-03-04 Thread Gilles Chehade
h our next big release. If people willing to use ldap or postgres could get in touch with me, it would be nice ;-) -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subscribed to misc@opensmtpd.org To unsubscribe,

Re: postgres and ldap backends

2014-03-05 Thread Gilles Chehade
Well, first question first, does it work for you ? :-) On Wed, Mar 05, 2014 at 07:59:27AM +0100, Joel Carnat wrote: > Will for LDAP here. :) > Feel free to MP. French or English. > > -- > e-mail different > > > Le 5 mars 2014 ?? 02:35, Gilles Chehade a ??crit : >

Re: git tags not pushed

2014-03-05 Thread Gilles Chehade
scribed to misc@opensmtpd.org > To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org > -- 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: Avoid relaying to ourself

2014-03-05 Thread Gilles Chehade
where it takes more than 100 hops to reach destination. if you have ideas, i'll be open to them -- 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: Permissions for LMTP UNIX domain socket

2014-03-05 Thread Gilles Chehade
again) to drop privileges to a specific user when a mda is executed: accept [...] deliver to mda [...] as _dovecot we had this working at some point and it got removed because we had no use-case for it ... but this seems like a valid use-case. > > Does that also mean it will spawn a sepa

Re: postgres and ldap backends

2014-03-05 Thread Gilles Chehade
t; Mar 5 17:57:39.357 [20646] finished search on msgid 2 > Mar 5 17:57:39.357 [20646] end-of-file on connection 12 > Mar 5 17:57:39.357 [20646] closing connection 12 > > ### THE LDAP CLIENT > # ldapsearch -H ldap://127.0.0.1 -D "cn=email,ou=users,dc=local" -w vierge -b &g

Re: postgres and ldap backends

2014-03-05 Thread Gilles Chehade
if you can come on irc and stay for a while, i can kill this one by tonight On Wed, Mar 05, 2014 at 06:22:04PM +0100, Joel Carnat wrote: > > Le 5 mars 2014 ? 18:10, Gilles Chehade a ?crit : > > > can you start smtpd with -dv -T lookup -T table ? > > this should provide a

Re: postgres and ldap backends

2014-03-05 Thread Gilles Chehade
; Although it's been tenths of years since I ran an IRC client on my laptop ;-) > > Le 5 mars 2014 ? 18:42, Gilles Chehade a ?crit : > > > if you can come on irc and stay for a while, i can kill this one > > by tonight > > > > On Wed, Mar 05, 2014 at 06:22:04PM

Re: Non "quick" virtual rules?

2014-03-06 Thread Gilles Chehade
> technically this can be made to work if using a backend that can share a table between different kinds of lookups (sql, ldap, ...) some people are using the same table for credentials and userbase using the sqlite backend for instance -- Gilles Chehade https://www.poolp.org

Re: Permissions for LMTP UNIX domain socket

2014-03-06 Thread Gilles Chehade
has a ticket been opened for this ? we will fix but i'd like to have some tracking On Thu, Mar 06, 2014 at 10:36:46AM +0100, Michael Neumann wrote: > > > Am 05.03.2014 17:26, schrieb Gilles Chehade: > > On Wed, Mar 05, 2014 at 06:36:06PM +0530, Ashish SHUKLA wrote: > &g

Re: Non "quick" virtual rules?

2014-03-07 Thread Gilles Chehade
; >technically this can be made to work if using a backend that can > >share a table between different kinds of lookups (sql, ldap, ...) > >some people are using the same table for credentials and userbase > >using the sqlite backend for instance > > I'd really

Re: Bounces without Bodies

2014-03-10 Thread Gilles Chehade
On Sun, Mar 09, 2014 at 08:25:10PM +0100, Jason A. Donenfeld wrote: > On Wed, Mar 5, 2014 at 2:33 AM, Jason A. Donenfeld wrote: > > On Wed, Mar 5, 2014 at 1:44 AM, Gilles Chehade wrote: > >> if at the listen-level, we decide that it is not possible to have the > >> me

Re: Bounces without Bodies

2014-03-10 Thread Gilles Chehade
t; try to tend towards that (well tested) model where possible to try and > keep the confusion for new users as low as possible. > I don't really agree here, the first match approach is much simpler when dealing with mail because you can view each rule as a template, either an envelope m

Re: listening to both inet4 and 6

2014-03-15 Thread Gilles Chehade
t; somebody's already listening at the same place (obviously himself). > > Someone has an idea why ? can you show us your configuration file ? -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are sub

Re: SmartOS (Solaris x86) portable build of OpenSMTPD

2014-03-18 Thread Gilles Chehade
-201403051040p1' > make: *** [all] Error 2 > ? > What can I install to get cdefs.h and are there other things I need to build > this on SmartOS? > mh, any chance you could provide me with access to a shell ? -- Gilles Chehade https://www.poolp.org

Re: postgres and ldap backends

2014-03-18 Thread Gilles Chehade
On Mon, Mar 17, 2014 at 07:51:00PM -0300, Hugo Osvaldo Barrera wrote: > On 2014-03-05 02:35, Gilles Chehade wrote: > > Hi, > > > > We have just released a minor stable version and hopefully we should not > > see another minor release before OpenSMTPD 5.5.0 comes out

Re: www.opensmtpd.org over IPv6

2014-03-22 Thread Gilles Chehade
Yup but not before Monday :-) On Mar 22, 2014 8:23 PM, Denis Fondras wrote: > > Hello all, > > I am operating an IPv6-only server and I'd like to test OpenSMTPd > snapshots on it. Unfortunately www.opensmtpd.org is not IPv6-enabled so > it is not very convenient to download the archive. > > C

Re: certificates

2014-03-30 Thread Gilles Chehade
you guys are talking about the website right ? 2014-03-30 13:26 GMT+02:00 Hugo Osvaldo Barrera : > On 2014-03-30 10:21, Stéphane Guedon wrote: > > Le dimanche 30 mars 2014 07:33:55, vous avez écrit : > > > I believe the opensmtp project is taking the right approach. > > > Decisions about certifi

Re: dropping tables or losing cache of tables

2014-03-31 Thread Gilles Chehade
ou can provide us with the log showing the values at start and when the issue triggers, it'll help understanding what happened. from the top of my head I don't see how this can possibly happen as the files are used to fill static backends which are "readonly" and never expire unl

Re: certificates

2014-03-31 Thread Gilles Chehade
> > > > > >> Hello > > > > > >> > > > > > >> I don't like to behave like an asshole and say stupid > > > > > >> things to > > > > > >> cool peoples... but the ssl certs for opensmtpd.org are > &g

Re: certificates

2014-04-01 Thread Gilles Chehade
On Tue, Apr 01, 2014 at 11:03:18PM -0300, Hugo Osvaldo Barrera wrote: > On 2014-03-31 10:31, Gilles Chehade wrote: > > ok, well there's no such thing as https://www.opensmtpd.org, I will > > make sure nginx does not redirect to poolp.org in such case > > > > Why

Re: OpenSMTPD dies after a while!

2014-04-10 Thread Gilles Chehade
ve not generated snapshots with this merging, you probably missed a step when installing. I suggest that you cvs up src/usr.sbin/smtpd on -current, you'll see the bug disappear ;-) -- Gilles Chehade https://www.poolp.org @poolpOrg -- You

Re: OpenSMTPD dies after a while!

2014-04-10 Thread Gilles Chehade
On Thu, Apr 10, 2014 at 09:39:37AM -0300, Hugo Osvaldo Barrera wrote: > On 2014-04-10 14:32, Gilles Chehade wrote: > > On Thu, Apr 10, 2014 at 09:12:03AM -0300, Hugo Osvaldo Barrera wrote: > > > I updated OpenBSD to 5.5-current (using snapshots) yesterday, and THEN > > >

Re: OpenSMTPD dies after a while!

2014-04-10 Thread Gilles Chehade
On Thu, Apr 10, 2014 at 02:01:46PM -0300, Hugo Osvaldo Barrera wrote: > On 2014-04-10 14:58, Gilles Chehade wrote: > > > > somehow you're not running the code you think you're running :-) > > > > Ok, something's wrong here: > > [...] > >

a bit of news

2014-04-11 Thread Gilles Chehade
ow backporting all the OpenBSD improvement to our development tree before resuming the work on filters. Stay tuned and ... ... please use this list instead of asking questions in private, I can't possibly help troubleshooting every smtpd.conf ;-) -- Gi

Re: spamassassin

2014-04-11 Thread Gilles Chehade
ng SpamPD to proxy for SpamAssassin but they will have to come forward on this list as I don't use it myself -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subscribed to misc@opensmtpd.org To unsubscrib

Re: cannot cd to maildir: No such file or directory

2014-04-13 Thread Gilles Chehade
eeBSD man pages aren't up to date ? or is this a local error ? -- 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

wanna help with filters ?

2014-04-14 Thread Gilles Chehade
.. and _maybe_ some goodies for some of you ! Let us know by replying to this mail if you intend to participate, so we have an idea how many people would be joining us ;-) -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail becau

Re: wanna help with filters ?

2014-04-14 Thread Gilles Chehade
to come up with some ;-) some people who have been sitting in the channel have already mentionned several ideas in the past and they may not all have the skills to write these filters so unless you have an idea, probably someone can shoot an idea at you. -- Gilles Chehade h

Re: wanna help with filters ?

2014-04-14 Thread Gilles Chehade
On Mon, Apr 14, 2014 at 04:20:27PM +0200, Gilles Chehade wrote: > Ohai, > > In June, we will be having a private hackathon with Charles and Eric, to > work on the filter API and infrastructure. This will happen at my place, > it's kind of unofficial and it's unrelate

Re: OpenSMTPD crashes on authentication

2014-04-14 Thread Gilles Chehade
a later snapshot or update src/usr.sbin/smtpd and make clean; make; make install the issue will then go away > > Is this a bug or have I messed up the configuration? > see: https://www.mail-archive.com/misc@openbsd.org/msg128272.html and: https://www.mail-archive.com/misc@op

Re: OpenSMTPD dies after a while!

2014-04-14 Thread Gilles Chehade
ank you very much for OpenSMPTD! > Hi, your mail got lost in a thread, I'll have a look at it this morning Gilles -- 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: OpenSMTPD crashes on authentication

2014-04-15 Thread Gilles Chehade
fusion arising from everyone using the term snapshot to mean something different :-) Where does the Debian snapshot come from ? -- 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: OpenSMTPD dies after a while!

2014-04-15 Thread Gilles Chehade
On Tue, Apr 15, 2014 at 08:57:30AM +0200, Gilles Chehade wrote: > On Sat, Apr 12, 2014 at 11:03:13PM +0200, Stefan Sieg wrote: > > > > Hello, > > > > i had the same problem on OpenBSD -current with this fix applied > > > > http://www.openbsd.org/cgi-bin/

README: the latest snapshots

2014-04-15 Thread Gilles Chehade
maybe broken is the build stuff Voila ! -- 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: table-passwd invialid without the shell

2014-04-16 Thread Gilles Chehade
om OpenSMTPD: > You can't, table_passwd(5) expect as Unix passwd(5) style format, and the shell is part of it. -- 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   >