Package Details: ssmtp 2.64-19

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.000001
First Submitted: 2019-03-13 08:55 (UTC)
Last Updated: 2024-09-11 10:22 (UTC)

Required by (862)

Sources (12)

Latest Comments

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

chaserhkj commented on 2023-10-21 07:59 (UTC)

Hi, I ported a patch allowing this version of ssmtp to use XOAUTH2 authentication for better security. Can you include it in this package?

https://gist.github.com/chaserhkj/8e1a61ce8b03cd4a417f72d2cba22b35

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