aboutsummaryrefslogtreecommitdiffstats
path: root/main/postfix
Commit message (Collapse)AuthorAgeFilesLines
* main/postfix: upgrade to 3.1.1Natanael Copa2016-05-161-5/+5
|
* main/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-251-1/+0
| | | | | | | | | | | | Following rules have been applied: - script starts with shebang !#/bin/sh followed by blank line, - script ends with exit 0 prepended by blank line, - only stderr of adduser, addgroup or passwd is redirected to /dev/null, - getent passwd/group instances has been removed, - manual checking of file and group existence has been removed, - `|| true` instances has been removed. Comments and line wrapping have been preserved.
* Add -g option (GECOS/comment) to adduser in scripts.Przemyslaw Pawelczyk2016-04-251-2/+2
| | | | | | This way we can avoid ugly default: Linux user,,,
* main/postfix: keep postfix-files (required at run-time)Kaarle Ritvanen2016-03-011-2/+2
|
* main/postfix: upgrade to 3.1.0Valery Kartel2016-03-012-20/+42
|
* main/postfix: upgrade to 3.0.4Natanael Copa2016-02-221-5/+5
|
* main/postfix: fix postfix user creationLeonardo Arena2016-01-282-2/+5
|
* main/postfix: upgrade to 3.0.3Natanael Copa2015-11-101-4/+4
|
* main/postfix: upgrade to 3.0.2Natanael Copa2015-07-211-5/+5
|
* main/posstfix: fix linking of the dynamic modulesNatanael Copa2015-05-131-8/+13
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/postfix: upgrade to 3.0.1Natanael Copa2015-04-289-1306/+45
|
* main/postfix: rebuild against mariadbŁukasz Jendrysik2015-01-261-3/+4
|
* main/postfix: upgrade to 2.11.3Natanael Copa2014-10-201-4/+4
|
* main/postfix: upgrade to 2.11.2Natanael Copa2014-10-141-5/+5
|
* main/postfix: fix file descriptor passingNatanael Copa2014-10-142-1/+24
| | | | | | we need check if __GLIBC__ is defined at all before comparing verision ref #3423
* main/postfix: upgrade to 2.11.1Natanael Copa2014-05-082-98/+123
|
* main/postfix: rebuild against db-5.3.28Natanael Copa2013-11-181-1/+1
| | | | ref #2359
* main/postfix: upgrade to 2.10.2Natanael Copa2013-09-061-5/+5
|
* main/postfix: use /sbin/nologin as shellNatanael Copa2013-09-031-1/+1
|
* main/postfix: upgrade to 2.10.1Natanael Copa2013-06-251-5/+5
|
* main/postfix: bumped pkgrelFrancesco Colista2013-06-051-1/+1
|
* main/postfix: checksums and pkgrel bumpWilliam Pitcock2013-04-231-4/+4
|
* Fixed postfix bug causing postconf -m to segfaultHugo Landau2013-04-231-1/+1
| | | | | | | | | | | | | | | Running postconf -m resulted in a segfault and no output. The bug originated in dynamic-maps3.patch. postconf_other.c was modified by this patch such that it called concatenate(), but the file was not modified to include <stringops.h>, resulting in the function being undeclared. This resulted in gcc incorrectly assuming a default prototype for it with return type int instead of char*, causing pointer truncation on 64-bit systems, causing a segfault when the truncated pointer is passed to another function. The fix is to #include <stringops.h> in postconf_other.c. The patch has been updated. I don't have abuild 2.14 on this machine so I'll leave updating the SHA256 checksums to whoever commits it.
* main/postfix: upgrade to 2.10.0Natanael Copa2013-02-181-5/+5
|
* main/postfix: fix detection of shared libs with file-5.12, create vmail userNatanael Copa2013-02-182-6/+25
|
* main/postfix: upgrade to 2.9.5Bartłomiej Piotrowski2012-12-161-2/+2
|
* main/postfix: rebuild against postgresql-9.2Natanael Copa2012-09-131-1/+1
|
* main/postfix: upgrade to 2.9.4Natanael Copa2012-08-021-3/+3
|
* main/postfix: rebuild against sqlite-libsNatanael Copa2012-05-311-1/+1
|
* main/postfix: upgrade to 2.9.3Natanael Copa2012-05-211-2/+2
|
* main/postfix: upgrade to 2.9.2Natanael Copa2012-04-251-3/+3
|
* main/postfix: rebuild against pcre-8.30Natanael Copa2012-03-121-1/+1
|
* main/postfix: upgrade to 2.9.1Natanael Copa2012-02-202-9/+7
|
* main/postfix: upgrade to 2.9.0Natanael Copa2012-02-033-159/+120
| | | | and forward port the dynamic-maps patch
* main/postfix: upgrade to 2.8.8Natanael Copa2012-02-012-8/+25
|
* main/postfix/: rebuild against db-5.3Natanael Copa2012-01-271-1/+1
|
* main/postfix: init.d script fixesNatanael Copa2012-01-192-19/+43
| | | | | | | sync with gentoo's init.d - replace opts variable. ref #943 - add abort and flush extra commands
* main/postfix: upgrade to 2.8.7Natanael Copa2011-11-061-2/+2
|
* main/postfix: upgrade to 2.8.6Natanael Copa2011-10-271-2/+2
|
* main/postfix: upgrade to 2.8.5Natanael Copa2011-09-041-3/+3
|
* main/postfix: rebuild against db-5.2Natanael Copa2011-08-221-1/+1
|
* main/postfix: upgrade to 2.8.4Natanael Copa2011-07-081-2/+2
|
* main/postfix: upgrade to 2.8.3Natanael Copa2011-05-231-3/+3
|
* main/[various]: rebuild against mysql-5.5Natanael Copa2011-04-011-1/+1
| | | | | | | | | | | | * collectd * dovecot * freeradius * kamailio * lua-sql-mysql * nagios-plugins * perl-dbd-mysql * postfix * zabbix
* main/postfix: upgrade to 2.8.2Natanael Copa2011-03-241-2/+2
|
* main/postfix: upgrade to 2.8.1 and forward port dynamic maps patchNatanael Copa2011-03-113-180/+249
|
* main/postfix: rebuild against db5Natanael Copa2011-02-231-1/+1
|