aboutsummaryrefslogtreecommitdiffstats
path: root/config/postfix
Commit message (Collapse)AuthorAgeFilesLines
* postfix - add bunch of missing includesdoktornotor2015-11-231-0/+2
|
* postfix - add bunch of missing includesdoktornotor2015-11-231-2/+8
|
* Attempt to fix PBI library paths (Bug #4420)doktornotor2015-11-051-1/+8
|
* Attempt to fix PBI library paths (Bug #4420)doktornotor2015-11-051-1/+7
|
* XMLRPC, share and fetch sync fixesdoktornotor2015-11-031-145/+162
| | | | | | | | - Add protocol/port selection for manually configured sync hosts - Respect timeout settings - Do some better validations (IP/hostname, port, password) before attempting to sync - Handle IPv6 addresses for sync target - Nuke some no-op rsync nonsense - Code style cleanup
* XMLRPC sync fixesdoktornotor2015-11-031-133/+135
| | | | | | | | - CARP/HA (auto) option has never worked since pfSense 2.1 due to outdated system settings location being checked - Fix CARP/HA protocol/port selection - Add protocol/port selection for manually configured sync hosts - Do some better validations (IP/hostname, port, password) before attempting to sync - Handle IPv6 addresses for sync target - Code style cleanup
* XMLRPC sync improvementsdoktornotor2015-11-031-91/+107
| | | | - Add protocol and port settings - Tweak some descriptions and nuke useless stuff
* postfix - 2.1.x compatible boot checkdoktornotor2015-09-111-3/+9
| | | Makes things a whole lot more simple, right...
* postfix - fix inverted boot checkdoktornotor2015-09-101-1/+1
|
* postfix - fix badly broken cron handling, fix boot checkdoktornotor2015-09-081-137/+89
| | | | - Beyond reinveting the install_cron_job() thing repeatedly, this has been rewriting /etc/crontab directly. Ugh. - Fix bogus boot check while here.
* Symlink /etc/aliases -> /etc/mail/aliases and silence errors. Bump package ↵Renato Botelho2015-04-271-0/+3
| | | | version
* Sanitize postfix version, add internal_name, port_category and run_depends. ↵Renato Botelho2015-04-243-3/+6
| | | | Also fix PBI checks
* Merge pull request #780 from chainlinc/patch-5Renato Botelho2015-01-121-1/+1
|\
| * Update postfix_queue.phpchainlinc2015-01-081-1/+1
| | | | | | fix typo
* | Postix - add etc folder check on pfsense 2.2Marcello Coutinho2014-11-251-0/+6
| |
* | Make postfix use wrapper binaries on PBIDIR/bin or PBIDIR/sbin instead of ↵Renato Botelho2014-11-253-14/+3
| | | | | | | | try to use regular binaries from PBIDIR/local/(s)bin. etc is also linked from PBIDIR to PBIDIR/local then it won't break anything. It helps ticket #4018
* | Postfix - Improve package instalation folder checksMarcello Coutinho2014-11-184-37/+47
| |
* | Postfix - indent / spaces fixesMarcello Coutinho2014-11-1813-149/+150
| |
* | Remove call-time pass by reference since postfix_validate_input() has the ↵Renato Botelho2014-06-206-6/+6
|/ | | | reference on its prototype
* Fix a whole bunch of invalid version tests.jim-p2014-04-104-7/+7
|
* Fixup URLs:Renato Botelho2014-03-187-24/+24
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* Quiet down the cron job output from this script when the log doesn't exist.jim-p2013-12-091-3/+6
|
* postfix - include ipv4,ipv6,virtual and all listen options and fix shortcut ↵Marcello Coutinho2013-12-066-18/+67
| | | | call on view,search,queue and about tab
* postfix - bump package versionMarcello Coutinho2013-11-111-1/+1
|
* postfix - add shortcut inc file and change text fields style on guiMarcello Coutinho2013-11-115-11/+33
|
* Fixed incorrect limit on number of processes of smtpd in generated master.confPetr Tichy2013-06-071-1/+1
|
* postfix - fix sync code via rpc using three or more hostsMarcello Coutinho2013-05-271-4/+5
|
* postfix - fix pcre helo acl file check on 2.1Marcello Coutinho2013-05-131-1/+2
|
* postfix - include helo acl optionMarcello Coutinho2013-05-092-16/+49
|
* postfix - add support to pfsense 2.1 and include new sync guiMarcello Coutinho2013-04-297-103/+199
|
* Normalize line endingsjim-p2012-12-191-3/+3
|
* Line endings again (autocrlf is your friend)jim-p2012-05-221-747/+747
|
* postfix - fixes on schedule check and sender_client_permissionsMarcello Coutinho2012-05-155-9/+31
|
* postfix - change sender acl priority during header checksMarcello Coutinho2012-05-072-10/+16
|
* postfix - reduce boot process and include startup checkMarcello Coutinho2012-05-031-1/+20
|
* postfix - avoid duplications on ldap fetch and improve folder checkMarcello Coutinho2012-04-161-4/+7
|
* postfix - include recursive option on mkdirMarcello Coutinho2012-03-221-1/+1
|
* postfix - check and create /var postfix dirs to fix nanobsd after boot error.Marcello Coutinho2012-03-211-4/+14
|
* postfix - change local file recipients to url fetch with cronmarcelloc2012-02-162-15/+29
|
* fix menu url in pfblocker,postfix and mailscanner xml filemarcelloc2012-01-021-1/+1
|
* postfix - include pfsense version in system.inc backup filemarcelloc2011-12-211-2/+3
|
* postfix - fix system.inc crash in pfsense 2.0.1marcelloc2011-12-211-7/+6
|
* pfblocker - remove illegal character from javascriptmarcelloc2011-12-201-1/+0
| | | | | postfix - remove illegal character from javascript varnish - remove illegal character from javascript
* pfblocker - remove widget scrollmarcelloc2011-12-201-1/+1
| | | | | varnish - remove widget scroll postfix - remove widget scroll
* mailscanner - version 0.2 with many improvements and sync guiMarcello Coutinho2011-12-162-1/+25
| | | | postfix - package version 2.3.2 with sender acl
* mailscanner - fix missing about page, add package dependencie and hold ↵marcelloc2011-12-061-0/+1
| | | | search option
* postfix - include mailscanner package integrationmarcelloc2011-12-055-729/+775
|
* Fix newlinesjim-p2011-12-051-726/+726
|
* postfix - fix inc error while forwarding no domainsmarcelloc2011-12-011-1/+2
|
* postfix - package version 2.3marcelloc2011-12-0115-592/+1558
|