Package Details: ssmtp 2.64-18

Git Clone URL: https://aur.archlinux.org/ssmtp.git (read-only, click to copy)
Package Base: ssmtp
Description: Extremely simple MTA to get mail off the system to a mailhub (with Fedora patches)
Upstream URL: https://packages.debian.org/stable/mail/ssmtp
Licenses: GPL
Conflicts: exim, smtp-forwarder
Provides: smtp-forwarder
Submitter: dcelasun
Maintainer: dcelasun
Last Packager: dcelasun
Votes: 9
Popularity: 0.000026
First Submitted: 2019-03-13 08:55 (UTC)
Last Updated: 2023-10-21 10:18 (UTC)

Required by (1240)

Sources (9)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

TwentyoneThree commented on 2022-12-03 21:05 (UTC) (edited on 2022-12-03 21:10 (UTC) by TwentyoneThree)

Stopped working on an up to date Arch system:

ssmtp: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Dependency openssl-1.1 required

dcelasun commented on 2021-12-20 08:51 (UTC)

@Muflone done!

Muflone commented on 2021-12-19 11:50 (UTC) (edited on 2021-12-19 12:01 (UTC) by Muflone)

The package cannot be built in a clean chroot as dbermond pointed:

chown: invalid user: ‘root.mail’

The group is provided by filesystem's sysusers.d but systemd is not present into the build environments

Please add systemd to makedepends as it's required to build the package

dcelasun commented on 2020-11-25 09:49 (UTC)

@JustinSB done.

JustinSB commented on 2020-11-24 20:59 (UTC)

@dcelasun Can you please add 'armv6h' and 'armv7h' to the list of supported architectures, so we can install it easily on a Raspberry Pi 2 Model B (Rev 1.1 and 2) or a Raspberry Pi 3 Model B Plus. I have manually updated PKGBUILD on all 3, and it builds and works successfully, now that I've added the TLS_CA_File line to ssmtp.conf to fix my smtp-auth issue.

JustinSB commented on 2020-11-24 20:34 (UTC) (edited on 2020-11-24 20:51 (UTC) by JustinSB)

@dcelasun Sorry. My mistake. The new ssmtp.conf default file has grown from the old 14 lines to a new 47 lines, full of helpful configuration instructions - amongst which is this brand new section that I completely missed:

#IMPORTANT: The following line is mandatory for TLS authentication

TLS_CA_File=/etc/ssl/certs/ca-certificates.crt

As soon as this line was added to my old ssmtp.conf file, everything started to work as normal again.

I'm guessing that this was introduced in Fedora's validate-TLS-server-cert.patch

dcelasun commented on 2020-11-24 10:58 (UTC)

@JustinSB the only difference between -12 and -15 is this and this which change certain directory and file permissions.

Are you sure this is not a local issue? Are you using root or is the user sending the email in the mail group?

JustinSB commented on 2020-11-24 10:54 (UTC)

Unfortunately, this version appears to break SMTP-auth. I've used ssmtp for many years on my Raspberry Pi 2 Model B Rev 1.1, Raspberry Pi Model B Rev 2 and lately on my Raspberry Pi 3 Model B Plus Rev 1.3 - & it has worked flawlessly with both Gmail smtp-auth and my ISP's own smtp-auth relay to send system logs and suchlike. The new ssmtp 2.64-15 version PKGBUILD states that it is no longer "compatible with your architecture", and although it will compile and install if I force it, smtp-auth fails. If I revert back to version ssmtp-2.64-12-armv7h.pkg.tar.xz or ssmtp-2.64-12-armv6h.pkg.tar.xz then it all starts to work again.

dcelasun commented on 2020-11-14 10:07 (UTC)

@Darkmind2007 done.