Package Details: ssmtp 2.64-17

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.003748
First Submitted: 2019-03-13 08:55 (UTC)
Last Updated: 2021-12-20 08:50 (UTC)

Required by (1491)

Sources (8)

Latest Comments

1 2 3 Next › Last »

severn commented on 2023-08-10 11:36 (UTC)

@TwentyoneThree ssmtp rebuild fixed it for me.

glitsj16 commented on 2022-12-17 13:45 (UTC) (edited on 2022-12-17 13:48 (UTC) by glitsj16)

The systemd makedepends is not needed. Package filesystem from core already takes care of this as can be seen here:
https://github.com/archlinux/svntogit-packages/blob/packages/filesystem/trunk/PKGBUILD#L121-L122
https://github.com/archlinux/svntogit-packages/blob/packages/filesystem/trunk/sysusers#L6

@TwentyoneThree I don't see that error here, ssmtp is (still) working fine.
$ readelf -d /usr/bin/ssmtp | grep NEEDED | cut -f2 -d[ | cut -f1 -d] | sort
libcrypto.so.3
libc.so.6
libssl.so.3
Maybe you need a rebuild?

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?