Search Criteria
Package Details: postsrsd 2.0.11-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/postsrsd.git (read-only, click to copy) |
|---|---|
| Package Base: | postsrsd |
| Description: | Provides the Sender Rewriting Scheme (SRS) via TCP-based lookup tables for Postfix |
| Upstream URL: | https://github.com/roehling/postsrsd |
| Licenses: | GPL-3.0-only |
| Submitter: | fordprefect |
| Maintainer: | fordprefect (ChrisTX) |
| Last Packager: | ChrisTX |
| Votes: | 4 |
| Popularity: | 0.31 |
| First Submitted: | 2016-03-30 16:15 (UTC) |
| Last Updated: | 2026-04-12 01:26 (UTC) |
Dependencies (6)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- systemd (systemd-gitAUR, systemd-selinuxAUR, unshitted-systemdAUR, systemd-liberated-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- redisAUR (redis-testingAUR, redis-gitAUR, keydbAUR, redis-binAUR, redictAUR, valkey) (optional) – Store envelope senders in Redis
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
voidzero commented on 2024-06-05 10:46 (UTC) (edited on 2024-06-05 10:47 (UTC) by voidzero)
This package does not build anymore for me. I'm running my mail server in an lxc container. When trying to build this, it fails with tests:
I've added the output from those tests in this gist
Is this something that can be fixed on the PKGBUILD or should I report it upstream? Thanks
fordprefect commented on 2024-05-02 12:41 (UTC)
No worries, mate. Such things slip by easily!
Torxed commented on 2024-05-02 12:29 (UTC)
That is fair. Built the package in a arch container and it struggled to find make. But yes that makes sense. Apologies for the noise.
fordprefect commented on 2024-05-02 12:16 (UTC)
@Torxed: Nitpicking back: IIRC, both are part of base-devel, prerequisite of building from AUR at all.
Torxed commented on 2024-05-02 12:14 (UTC)
Nitpicking, but I believe
gccandmakeare alsomakedepends:dreieck commented on 2023-03-27 20:50 (UTC)
Currently, configuration fails for me with
Full terminal output of
build():Regards!
mezcal commented on 2023-03-09 10:52 (UTC) (edited on 2023-03-09 10:53 (UTC) by mezcal)
Hello, I am thinking to upgrade to version 2. In the config file is
unprivileged-user = "nobody".Should I left it? Is it better to run as postsrsd user?unprivileged-user = "postsrsd"fordprefect commented on 2023-01-18 13:49 (UTC)
@peippo: thanks for testing and feedback, I implemented the requested changes.
peippo commented on 2023-01-18 09:49 (UTC)
A slight correction: it seems
/var/spool/postfix/srsshould not be created at all, if postfix is installed as well (it should be, as communication between postfix and postsrsd is now exclusively over unix sockets)peippo commented on 2023-01-18 08:42 (UTC)
Hi! @fordprefect, I found a couple minor changes required to build in a chroot and on systems that do not have postsrsd installed, already:
1) postsrsd needs systemd as a dependency, and 2) creating
/var/spool/postfix/srsshould happen in the tmpfiles.d (at build/packaging time, the user does not exist)Other than that, works like a charm, thank you so much!
« First ‹ Previous 1 2 3 4 5 6 Next › Last »