Search Criteria
Package Details: postsrsd 2.3.0-1
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 |
| Last Packager: | fordprefect |
| Votes: | 4 |
| Popularity: | 0.090706 |
| First Submitted: | 2016-03-30 16:15 (UTC) |
| Last Updated: | 2026-07-20 07:18 (UTC) |
Dependencies (11)
- confuse
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- hiredis (hiredis-gitAUR)
- libseccomp (libseccomp-gitAUR)
- sqlite (sqlite-fossilAUR)
- systemd (systemd-selinuxAUR, unshitted-systemdAUR, systemd-gitAUR, systemd-liberated-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- gperf (gperf-gitAUR) (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 »
Thaodan commented on 2020-11-02 03:25 (UTC) (edited on 2020-11-02 03:25 (UTC) by Thaodan)
Needed to patch the pkgbuild by this to build in a clean-chroot: The indendation is not important but forcing the init systemd detection and the install.
jonhoo commented on 2019-07-02 15:44 (UTC) (edited on 2019-07-02 15:45 (UTC) by jonhoo)
It looks like
sysusers.dis broken again. I now get:I think the issue is that you must give a numeric UID. You can't give the name of an existing user. It looks like
-is the value to use for automatic assignment, which is probably what we want.fordprefect commented on 2019-04-30 06:57 (UTC)
@Jonhoo: you are right, we need type u here. Thank you.
jonhoo commented on 2019-04-29 18:51 (UTC)
It looks like the
sysusers.dfile doesn't have the right format? I get:Removing the GECOS field seems to make things work just fine
fordprefect commented on 2019-03-06 13:02 (UTC)
@bertptrs: thanks for finding the fix before I even had time to start searching!
bertptrs commented on 2019-03-06 12:39 (UTC)
I've created my own updated PKGBUILD that fixes both of the issues, which were coincidentally caused by the same thing. It adds a single commit as a patch until upstream makes a new release. https://ptpb.pw/Bv4S
fordprefect commented on 2019-03-04 11:49 (UTC)
@bertptrs: thanks for notification. being short on time atm i just bumped the version without extensive testing. I will look into this in the coming days and push a fix.
bertptrs commented on 2019-03-04 11:45 (UTC)
Hey, I'm having trouble running this PKGBUILD. It appears that starting version 1.6, a few things have changed.
First: the directory
/etc/postsrsdis no longer created bymake install. This causes a problem on line 39 [1] of your PKGBUIDL, where you try to pipe into this directory. A simplemkdir -p "$pkgdir/etc/postsrsd"somewhere before that line should fix it.Second: upstream changed their detection of
systemd-based systems to something that doesn't actually work. I've notified upstream here [2].[1] https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=postsrsd#n39 [2] https://github.com/roehling/postsrsd/issues/91
fordprefect commented on 2019-01-14 10:36 (UTC)
i omitted the bump on purpose, since it triggers a rebuild which is unneeded imo. on second thought though it corrects the location of the file, so you might be right here.
bertptrs commented on 2019-01-14 10:33 (UTC)
You're welcome; it looks all good now. Don't forget to bump the
pkgrel.« First ‹ Previous 1 2 3 4 5 6 Next › Last »