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 »
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!
fordprefect commented on 2023-01-06 21:42 (UTC)
The package major version has been updated, for migration hints see Readme. Please report any bugs.
fordprefect commented on 2022-10-24 09:46 (UTC)
@jkl: thanks for looking into this, and providing explanation and fix. Implemented.
jkl commented on 2022-10-22 17:28 (UTC) (edited on 2022-10-22 17:29 (UTC) by jkl)
@fordprefect The package is broken with the error reported by @dreieck when building in a clean environment such as a chroot because systemd and systemctl are not dependencies of base-devel. Therefore INIT_FLAVOR is not set and the config files are never installed. Fixed by changing the cmake line:
fordprefect commented on 2022-04-11 07:37 (UTC)
@dreieck: Sorry, cannot reproduce. Make sure to build in a clean environment. If that doesn't help report back with more detail please.
dreieck commented on 2022-04-10 19:07 (UTC)
I get the following error in
package():fordprefect commented on 2022-03-14 08:10 (UTC)
@peippo: Sorry cant reproduce that issue. For me the file exists from 'make install'. Try cleaning up your build dir and make sure you didn't break the PKGBUILD yourself. Also: pushed a minor streamlining of line 44.
peippo commented on 2022-03-13 13:11 (UTC)
The PKGBUILD started to fail with the following error:
I guess a simple
mkdirwould do the job :) Thanks!fordprefect commented on 2022-01-05 11:59 (UTC)
@mezcal: Sorry, that slipped by. Fixed.
« First ‹ Previous 1 2 3 4 5 6 Next › Last »