mirror of
https://git.proxmox.com/git/proxmox-mail-forward
synced 2025-04-28 11:37:31 +00:00

It is a setuid binary owned by root, since the initial step of reading the configuration files on both PVE and PBS requires higher privileges which can't be mapped easily otherwise. Used parts of the packaging in proxmox-backup as a basis. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
Source: rust-proxmox-mail-forward
|
|
Section: rust
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 12),
|
|
cargo:native,
|
|
rustc:native,
|
|
libstd-rust-dev,
|
|
librust-anyhow-1+default-dev,
|
|
librust-log-0.4+default-dev (>= 0.4.17-~~),
|
|
librust-nix-0.24+default-dev,
|
|
librust-proxmox-schema-1+default-dev (>= 1.3.4-~~),
|
|
librust-proxmox-section-config-1+default-dev,
|
|
librust-proxmox-sys-0.4+default-dev,
|
|
librust-serde-1+default-dev,
|
|
librust-serde-1+derive-dev,
|
|
librust-syslog-4+default-dev
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Standards-Version: 4.5.1
|
|
Vcs-Git: git://git.proxmox.com/git/proxmox-mail-forward.git
|
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox-mail-forward.git
|
|
Homepage: https://www.proxmox.com
|
|
Rules-Requires-Root: binary-targets
|
|
|
|
Package: proxmox-mail-forward
|
|
Architecture: any
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends},
|
|
Description: Proxmox mail forward helper
|
|
This package contains the Proxmox mail forward helper. It forwards mails to the
|
|
address(es) of the root@pam user in Proxmox Backup Server and Proxmox VE.
|