Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postfix: fix stage path #568

Merged
merged 10 commits into from
Mar 20, 2024
Merged

postfix: fix stage path #568

merged 10 commits into from
Mar 20, 2024

Conversation

msimerson
Copy link
Owner

@msimerson msimerson commented Mar 11, 2024

Changes proposed in this pull request:

  • provision/*: replace many '|| exit' with 'set -e'
  • *: git-lite -> git-tiny
  • base: configure dma if available, skip ssmtp
  • base: added assure_jail_nic, add devfs to fstab
  • base: add TOASTER_BASE_PKGS, so a config options installs packages in the base jail
  • dcc: add PF rdr and allow rules
  • dns: create dns/control, use set -e
  • dovecot & mongo: add sysvipc to JAIL_START_EXTRA
  • dovecot: test IMAP & POP3 auth with curl
  • editor: move vim config into include/editor
  • editor: added TOASTER_EDITOR setting
  • elastic: add post_configure()
  • elastic: config stage to work
  • elastic: check for dir before create
  • elastic: install beats after testing ES & kibana
  • elastic: kibana registration hoop jumping
  • elastic: set correct kibana rc name
  • haproxy: add pf allow rules
  • host: direct error handling in plumb_nic
  • host: quieter hosts
  • mongo: set local db and config after testing
  • mongo: on amd64, check for CPU with AVX support
  • mta stuff into include/mta (sendmail, dma, ssmtp)
    • added TOASTER_BASE_MTA setting
    • host: use include/mta
  • mt: remove lesser known / deprecated opts
  • mt: use safe name for jails .conf file
  • mt: more error handling
  • mt: inline pfrule.sh
  • mt: added jail_is_running
  • mt: overwrite pfrule.sh (not append)
  • mt: refactored stop_jail
  • nagios: allow raw sockets
  • postfix: fix stage path
  • postfix: use port installed newaliases cmd
  • rsnapshot: move * outside of quotes so glob works
  • shell: add jexecl
  • tinydns: refactor djb installers into include/djb
  • tinydns: install djbdns from source (port deleted)
  • unifi: install v8, and openjdk17
  • vpopmail: switch back to port build
  • vpopmail: install gmake port sooner
  • vpopmail: get random pass w/o special shell chars

Checklist:

  • docs up-to-date

- provision/*: replace many '|| exit' with 'set -e'
- *: git-lite -> git-tiny
- base: configure dma if available, skip ssmtp
- base: added assure_jail_nic, add devfs to fstab
- base: add TOASTER_BASE_PKGS, so a config options installs packages in the base jail
- dcc: add PF rdr and allow rules
- dns: create dns/control
- dovecot & mongo: add sysvipc to START_EXTRA
- editor: move vim config into include/editor
- editor: added TOASTER_EDITOR setting
- elastic: add post_configure()
- elastic: config stage to work
- elastic: check for dir before create
- elastic: install beats *after* testing ES & kibana
- elastic: kibana registration hoop jumping
- es: set correct kibana rc name
- haproxy: add pf allow rules
- host: direct error handling in plumb_nic
- host: quieter hosts
- mongo: set local db and config *after* testing
- mongo: check for CPU with AVX support
- mta stuff into include/mta (sendmail, dma, ssmtp)
  - added TOASTER_BASE_MTA setting
  - host: use include/mta
- mt: remove lesser known / deprecated opts
- mt: use safe name for jails .conf file
- mt: more error handling
- mt: inline pfrule.sh
- mt: added jail_is_running
- mt: overwrite pfrule.sh (not append)
- nagios: allow raw sockets
- postfix: use port installed newaliases cmd
- rsnapshot: move * outside of quotes so glob works
- shell: in profile, add ll and jexecl
- tinydns: refactor djb installers into include/djb
- unifi: install v8
- unifi: v8 wants openjdk17
- vpopmail: switch back to port build
- vpopmail: install gmake port sooner
- vpopmail: get random pass w/o special shell chars
@msimerson msimerson merged commit 210d856 into master Mar 20, 2024
6 checks passed
@msimerson msimerson deleted the 13.3-fixes branch March 20, 2024 00:49
msimerson added a commit that referenced this pull request Mar 24, 2024
- provision/*: replace many '|| exit' with 'set -e'
- *: git-lite -> git-tiny
- base: configure dma if available, skip ssmtp
- base: added assure_jail_nic, add devfs to fstab
- base: add TOASTER_BASE_PKGS, so a config options installs packages in the base jail
- dcc: add PF rdr and allow rules
- dns: create dns/control, use `set -e`
- dovecot & mongo: add sysvipc to JAIL_START_EXTRA
- dovecot: test IMAP & POP3 auth with curl
- editor: move vim config into include/editor
- editor: added TOASTER_EDITOR setting
- elastic: add post_configure()
- elastic: config stage to work
- elastic: check for dir before create
- elastic: install beats *after* testing ES & kibana
- elastic: kibana registration hoop jumping
- elastic: set correct kibana rc name
- haproxy: add pf allow rules
- host: direct error handling in plumb_nic
- host: quieter hosts
- mongo: set local db and config *after* testing
- mongo: on amd64, check for CPU with AVX support
- mta stuff into include/mta (sendmail, dma, ssmtp)
  - added TOASTER_BASE_MTA setting
  - host: use include/mta
- mt: remove lesser known / deprecated opts
- mt: use safe name for jails .conf file
- mt: more error handling
- mt: inline pfrule.sh
- mt: added jail_is_running
- mt: overwrite pfrule.sh (not append)
- mt: refactored `stop_jail`
- nagios: allow raw sockets
- postfix: fix stage path
- postfix: use port installed newaliases cmd
- rsnapshot: move * outside of quotes so glob works
- shell: add jexecl
- tinydns: refactor djb installers into include/djb
- tinydns: install djbdns from source (port deleted)
- unifi: install v8, and openjdk17
- vpopmail: switch back to port build
- vpopmail: install gmake port sooner
- vpopmail: get random pass w/o special shell chars
- add bats tests
- add vmactions/freebsd, disabled b/c slow (~3m)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant