Search Criteria
Package Details: ssmtp 2.64-18
Package Actions
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.000866 |
First Submitted: | 2019-03-13 08:55 (UTC) |
Last Updated: | 2023-10-21 10:18 (UTC) |
Dependencies (3)
- inetutils (gettext-hostnameAUR, inetutils-gitAUR, busybox-coreutilsAUR)
- openssl (openssl-gitAUR, openssl-hardenedAUR, openssl-staticAUR, quictls-opensslAUR)
- systemd (systemd-gitAUR, systemd-chromiumosAUR, systemd-selinuxAUR) (make)
Required by (1607)
- aegir (requires smtp-forwarder)
- cronie-selinux (requires smtp-forwarder) (optional)
- ddclient-git (requires smtp-forwarder) (optional)
- e2fsprogs-git (requires smtp-forwarder) (optional)
- fcron-dev (requires smtp-forwarder) (optional)
- inn-git (requires smtp-forwarder) (make)
- lilac-git (requires smtp-forwarder) (optional)
- mcctl-git (optional)
- mediawiki-lts (requires smtp-forwarder) (optional)
- mutt-git (requires smtp-forwarder) (optional)
- mutt-slang (requires smtp-forwarder) (optional)
- pgl (requires smtp-forwarder) (optional)
- pgl-cli (requires smtp-forwarder) (optional)
- pgl-git (requires smtp-forwarder) (optional)
- php53 (requires smtp-forwarder) (make)
- php53 (requires smtp-forwarder) (check)
- php53-apache (requires smtp-forwarder) (make)
- php53-apache (requires smtp-forwarder) (check)
- php53-bcmath (requires smtp-forwarder) (make)
- php53-bcmath (requires smtp-forwarder) (check)
- Show 1587 more...
Latest Comments
1 2 3 Next › Last »
JustinSB commented on 2023-10-25 13:19 (UTC)
@dcelasun Sorry.. copy'n'paste error. I reverted to ssmtp-2.64-17-armv7h.pkg.tar.xz
@chaserhkj That fixed it
As recommended by @chaserhkj, I reinstalled the latest version then set
AuthMethod=login
in myssmtp.conf
and all it all started working again.chaserhkj commented on 2023-10-24 11:09 (UTC)
@JustinSB Did you set
AuthMethod=login
in yourssmtp.conf
?In the XOAUTH2 patch the check for
AuthMethod=login
is added for password-based authentication as well. So if that was unset in your configuration, that could be a problem with the new version.dcelasun commented on 2023-10-24 10:52 (UTC)
@JustinSB you mention 2.64-18 in both parts, what version did you revert to?
JustinSB commented on 2023-10-24 10:46 (UTC) (edited on 2023-10-25 13:21 (UTC) by JustinSB)
Updated to ssmtp-2.64-18-armv7h.pkg.tar.xz and every time I try to send an email it fails with this Authorisation Error.
Sending either this way:
echo "Testing...1...2...3" | ssmtp my_real_email_address
or this way:
mail -s "Test01" my_real_email_address < /dev/null
Gives this error:
sendmail: Authorization failed (500 command unrecognized)
Reverted back to ssmtp-2.64-17-armv7h.pkg.tar.xz and it all works again, just as it always did. What can I try?
dcelasun commented on 2023-10-21 10:18 (UTC)
@chaserhkj added, thanks for the patch!
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
1 2 3 Next › Last »