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 »

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.

Darkmind2007 commented on 2020-11-13 01:38 (UTC)

Could you please add 'aarch64' to the list of supported architectures in order to be able to build on Raspberry Pi 4?

I manually updated PKGBUILD on my Pi 4 running Manjaro and it worked perfectly

dcelasun commented on 2020-07-19 15:47 (UTC)

@pattyo should be fixed now.

pattop commented on 2020-07-19 09:19 (UTC) (edited on 2020-07-19 09:19 (UTC) by pattop)

No problem. The permissions on the directory are now OK, but I think /usr/bin/ssmtp needs something like

chown root:mail /usr/bin/ssmtp

chmod 2755 /usr/bin/ssmtp

to be able to read /etc/ssmtp/ssmtp.conf when run as a non-root user (e.g. sendmail).

dcelasun commented on 2020-07-18 14:16 (UTC) (edited on 2020-07-18 14:18 (UTC) by dcelasun)

@dbermond mail is created by the filesystem package which is in base and therefore assumed to be present.

dbermond commented on 2020-07-18 12:37 (UTC)

Fails to build in a chroot with devtools:

chown: invalid user: ‘root.mail’

dcelasun commented on 2020-07-18 07:10 (UTC)

@pattyo thanks for letting me know, should be fixed now.