Re: OpenSMTPD 7.5.0 RC1

2024-03-18 Thread Richard Narron
lude/libressl" \ LDFLAGS="-L/usr/lib/libressl -lcrypto -lssl \ -Wl,-rpath=/usr/lib/libressl" \ ./configure \ ... Richard Narron

Re: OpenSMTPD 7.5.0 RC1

2024-03-08 Thread Richard Narron
ARNING: 1 computed checksum did NOT match Regards, Richard Narron

Re: OpenSMTPD 7.4.0 rc1

2023-10-04 Thread Richard Narron
Thank You! I'm testing it on several machines and so far it is good.

Re: OpenSMTPD 7.3.0p0 rc1 -- please test!

2023-06-08 Thread Richard Narron
On Sun, 4 Jun 2023, Omar Polo wrote: > Haven't noticed that there isn't a way to force the usage of the > bundled libasr. I've added the configure knob --with-bundled-libasr > and included it in the release-7.3 branch (no new RC this time though) I just tested my June 4 snapshot on a Slackware

Re: OpenSMTPD 7.3.0p0 rc1 -- please test!

2023-06-04 Thread Richard Narron
On Sun, 4 Jun 2023, Omar Polo wrote: > On 2023/06/03 09:08:05 -0700, Richard Narron wrote: > > In order to use the bundled libasr, I had to uninstall my existing libasr > > slackware build (port). > > > > It would be nice to have a --with-bundled-libasr option for t

Re: OpenSMTPD 7.3.0p0 rc1 -- please test!

2023-06-03 Thread Richard Narron
On Sat, 3 Jun 2023, Omar Polo wrote: > To stay on the safe side for this release I've re-added > --with-path-CAfile. Please note that it only has effect when building > the bundled libtls, as otherwise I don't have control over what > tls_default_ca_cert_file() returns. > > It's in the

Re: OpenSMTPD 7.3.0p0 rc1 -- please test!

2023-06-02 Thread Richard Narron
On Fri, 2 Jun 2023, Omar Polo wrote: > Hello, > > Thanks for testing! Thanks for all the work of upgrading OpenSMTPD compatible again! > > On 2023/06/01 10:35:39 -0700, Richard Narron wrote: > > On Thu, 1 Jun 2023, Richard Narron wrote: > > > > &g

Re: OpenSMTPD 7.3.0p0 rc1 -- please test!

2023-06-01 Thread Richard Narron
On Thu, 1 Jun 2023, Richard Narron wrote: > I will modify the build to remove the --with-path-CAfile > configure option and add a symbolic link for /etc/ssl/cert.pem The symbolic link in my build is not good idea because it erases the cert.pem file which may be in use by other applicatio

Re: OpenSMTPD 7.3.0p0 rc1 -- please test!

2023-06-01 Thread Richard Narron
OpenSMTPD 7.3.0p0 rc1 builds okay on Slackware 15.0 (stable) but displays this configure warning message: configure: WARNING: unrecognized options: --with-path-CAfile Testing smtpd failed at first The program started, but stopped immediately with an error message: smtpd[10147]: info:

Re: OpenSMTPD build on OpenSSL 1.1.x

2019-08-27 Thread Richard Narron
and then I was able to download and build the portable version from git. The code shows version "6.6.0-portable". It runs fine on Slackware64 current and I'm happy that it now works with OpenSSL 1.1 Regards, Richard Narron

OpenSSL 1.1.1 is released

2018-09-11 Thread Richard Narron
... https://www.openssl.org/blog/blog/2018/09/11/release111/ -Richard Narron -- You received this mail because you are subscribed to misc@opensmtpd.org To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

[BUG] portable install - chgrp missing for smtpctl

2018-03-05 Thread Richard
not tested the above patch... Richard Narron -- You received this mail because you are subscribed to misc@opensmtpd.org To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Re: help preparing for 6.0.3 release

2018-01-10 Thread Richard
an be used: "Get the source git clone -b portable git://github.com/OpenSMTPD/OpenSMTPD.git opensmtpd or wget http://www.opensmtpd.org/archives/opensmtpd-portable-latest.tar.gz tar xzvf opensmtpd-portable-latest.tar.gz" > > On 01/09/18 17:34, Richard wrote: > > On Tue, 9 Jan

Re: help preparing for 6.0.3 release

2018-01-09 Thread Richard
d in reports from OpenBSD > users, we know it builds and installs there ;-) Do you want us to test the 201702130941p1 version? When I do this: wget http://www.opensmtpd.org/archives/opensmtpd-portable-latest.tar.gz I get the 201702130941p1 version of OpenSMTPD... Richard Narron rich...@aaazen

warning _BSD_SOURCE deprecated use _DEFAULT_SOURCE

2016-12-17 Thread Richard
E -D_DEFAULT_SOURCE" $as_echo "#define SPT_TYPE SPT_REUSEARGV" >>confdefs.h ;; -- -Richard Narron -- You received this mail because you are subscribed to misc@opensmtpd.org To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Re: Linux compile warnings

2016-12-17 Thread Richard
776601 -0800 @@ -119,6 +119,7 @@ return (n); } +#if 0 static void cmd_dump(struct node *node, int depth) { @@ -132,6 +133,7 @@ TAILQ_FOREACH(n, >children, entry) cmd_dump(n, depth + 1); } +#endif static int cmd_check(const char *str, struct node *node,

Re: Linux compile warnings

2016-12-16 Thread Richard
; + static char buf[40] = ""; char *day[] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; char *month[] = {"Jan","Feb","Mar","Apr","May",

Re: Linux compile warnings

2016-12-16 Thread Richard
2 -0800 @@ -53,12 +53,13 @@ struct passwd * pw_dup(const struct passwd *pw) { - char*cp; - size_t nsize, psize, gsize, dsize, ssize, total; + char*cp = NULL; + size_t nsize = 0, psize = 0, gsize = 0, dsize = 0; + size_t

link failure https://www.opensmtpd.org/archives/

2016-10-07 Thread Richard
I click Opensmtpd.org: https://www.opensmtpd.org/ Then "Linux": https://www.opensmtpd.org/portable.html Then "Previous Snapshots" https://www.opensmtpd.org/archives/ The result is Error 403 Forbidden and no archives are displayed. Can someone fix this? -- You received this mail because

OpenBSD archives - http 403

2016-09-18 Thread Richard
The web server now prohibits viewing of the OpenSMTPD and libasr archives. It returns error 403. https://www.opensmtpd.org/archives/ Is there another place that has the archives? Richard Narron rich...@aaazen.com -- You received this mail because you are subscribed to misc@opensmtpd.org

patch to smtpctl (symbolic link as sendmail) for the -r option

2016-07-02 Thread Richard
. This patch might be useful for Debian and other Linux distributions where mailx uses the -r option. Richard Narron--- smtpd/enqueue.c.orig2016-05-12 09:56:04.0 -0700 +++ smtpd/enqueue.c 2016-07-02 15:08:28.415419080 -0700 @@ -189,7 +189,7 @@ save_argv = argv; while

Re: [OpenSMTPD] opensmtpd-extra master snapshot opensmtpd-extras-201605212201 available

2016-05-21 Thread Richard
> > - add -c and -C chroot option to filter-dkim-signer as well > - dkim-filter: initialize PRNG before chroot > - use SIZE_MAX instead of SIZE_T_MAX should fix build on ArchLinux and > Slackware noticed by parchd and Richard > - sync flag names with open

Re: Searching for incorrect system user (_smtpq)

2016-05-21 Thread Richard
-- --with-sock-dir --with-path-socket --with-maildir --with-path-mbox --with-privsep-user --with-user-smtpd --with-queue-user --with-user-queue --with-ca-file --with-path-CAfile --enable-table-db --with-table-db -- Richard Narron -- You received this mail because you are subscribed to

Re: please test upcoming release

2016-05-16 Thread Richard
I tested 5.9.2p1-rc1 on Slackware 14.1 and current. It works fine and I did not have to change the old smtpd.conf or any other configuration file. I did have to change some of the permissions/ownership/groups in the /var/spool/smtpd directory though. But this is good. -- Richard Narron

Re: please test upcoming release

2016-05-16 Thread Richard
On Mon, 16 May 2016, Gilles Chehade wrote: > On Fri, May 13, 2016 at 12:49:12PM -0700, Richard wrote: > > > > I tested opensmtpd-5.9.2p1-rc1 on Slackware current using the Slackbuild > > script from 5.7.3 and found this warning from the configure: > > > > configu

Re: please test upcoming release

2016-05-13 Thread Richard
iled to build the "makemap" executable module. There is no reference to makemap in the 5.9.2p1-rc1 configure.ac file and there is no makefile for makemap. The makemap makefile is in the smtpd/makemap directory for 5.7.3 -- Richard Narron -- You received this mail because you are subscribed to misc@opensmtpd.org To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Re: question to package maintainers

2015-12-23 Thread Richard
n any Linux system. Richard Narron -- You received this mail because you are subscribed to misc@opensmtpd.org To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

OpenSMTPD 5.7.1p1 Configure Bug

2015-07-21 Thread Richard
$use_db_api = x1]) AM_COND_IF([HAVE_DB_API], [AC_DEFINE([HAVE_DB_API], [1], [Define to 1 if HAVE_DB_API])]) - Richard Narron rich...@aaazen.com -- You received this mail because you are subscribed to misc

Re: Announce: OpenSMTPD 5.4.5 released

2015-04-26 Thread Richard
] Error 127 There is a simple work around though and I can get a clean build if I do this just before the configure: touch aclocal.m4 Makefile.in Richard Narron -- You received this mail because you are subscribed to misc@opensmtpd.org To unsubscribe, send a mail to: misc+unsubscr

MX lookup failure

2013-09-24 Thread Richard Kernahan
wrong or questionable? Does smtpd making 3 DNS requests seem reasonable? What might cause it to stop listening for a response? kind regards Richard -- discarded hypotheses -- DNS port 53 blocked: dig works using udp (confirmed with tcpdump) Google greylisting the server: we're dealing with an MX

first-time user feedback

2013-08-23 Thread Richard Procter
accept tagged submit for domain foo.bar \ virtual { richard = localusername } deliver to maildir , which is wonderfully legible and concise. I expected the accept line to match for tls connections to my internal interfaces, but sending to rich...@foo.bar was rejected: smtp-in: New

Re: first-time user feedback

2013-08-23 Thread Richard Procter
On 24/08/2013, at 11:11 AM, Richard Procter wrote: Lastly, it'd be nice to have quick smtpd-specific examples for generating tls credentials, possibly in smtpd.conf(5), as those in starttls(8) on 5.3 are tailored for sendmail. ... which I see now do appear in the smtpd.conf(5) examples