Commit graph

77 commits

Author SHA1 Message Date
Franco Fichtner
5a7b8b93cf mail/postfix: make a minor release and model style 2026-01-19 04:24:07 +01:00
Michael
1f1ae511c2
mail/postfix: align mailbox and message size (#4330) 2025-12-17 09:42:54 +01:00
Franco Fichtner
f240ec0fce plugins: run style-model 2025-07-02 10:46:07 +02:00
Monviech
089aaa256d
mvc: Replace camelCase API notation with snake_case, some more spots that were missed (#4768) 2025-06-23 17:32:56 +02:00
Monviech
4b4ec29eca
mvc: Replace camelCase API notation with snake_case (#4767)
* mvc: Replace camelCase API notation with snake_case

* mvc: Replace camelCase API notation with snake_case, fixed some special cases in www/caddy
2025-06-23 14:45:51 +02:00
e-alfred
b0ab9598b2
mail/postfix: Disable NTLM login because of deprectation (#4663)
* Disable NTLM login because of deprectation

As NTLMv1 gets disabled and removed by Microsoft [1] and NTLMv2 authentication is broken (causing authentication failures), NTLM should be disabled altogether in Postfix to force other auth options. If a SMTP server replies with AUTH NTLM LOGIN, it tries to use NTLM which fails if only NTLM v2 is enabled on the server.

[1] https://borncity.com/win/2024/12/23/windows-11-24h2-server-2025-ntlmv1-has-been-removed/

* Update pkg-descr

* Update Makefile

* Update mail/postfix/Makefile

---------

Co-authored-by: Franco Fichtner <franco@lastsummer.de>
2025-05-13 11:51:28 +02:00
Franco Fichtner
b5ea231c9c mail/postfix: remove sessionClose() 2024-12-12 08:39:43 +01:00
Franco Fichtner
e2ec34bc2d mail/postfix: bump cert.pem location 2024-12-03 20:29:04 +01:00
Franco Fichtner
41df3865e6 mail/postfix: migrate to NAME_setup use
PR: https://github.com/opnsense/core/issues/5917
2022-08-18 14:17:59 +02:00
Patrick M. Hausen
d6a5fde2f8 mail/postfix - disable GSSAPI when authenticating against smarthost (#3080) 2022-08-17 08:12:45 +02:00
Franco Fichtner
835f72cc23 mail/postfix: fix missing dh parameter file on 22.7 2022-07-14 08:22:28 +02:00
Franco Fichtner
2cc80901f8 mail/postfix: style sweep 2022-06-29 15:37:27 +02:00
windgmbh
22e89aaf76
mail/postfix: Opportunistic DANE SMTP client security level (#2418) 2022-06-29 14:28:20 +02:00
Starkstromkonsument
3bcfab38f6
mail/postfix: Switch table format of header_checks from regexp_table to pcre_table (#2825) 2022-05-12 16:03:09 +02:00
Michael
da2004e414
mail/postfix: make CA file static if not selected (#2709) 2021-12-15 13:30:23 +01:00
lfirewall1243
2b9edbb85b
Update Postfix Description (#2281) 2021-10-21 15:34:55 +02:00
Patrick M. Hausen
46a44dc064
mail/postfix: make delay_warning_time configurable (#2469) 2021-07-29 12:53:20 +02:00
windgmbh
bfdc07de98
mail/postfix: Add TLS compatibility modes (#2255) 2021-05-28 09:34:03 +02:00
Christian Brueffer
6a42c655b6
mail/postfix: more typo fixes. (#2319) 2021-04-06 14:17:54 +02:00
Christian Brueffer
41bbb4872f
mail/postfix: fix more label/help typos. (#2318) 2021-04-06 12:17:28 +02:00
Christian Brueffer
600290ce20
mail/postfix: fix a bunch of parameter description typos. (#2317) 2021-04-06 11:21:55 +02:00
windgmbh
20090ccdb9
mail/postfix: Duplicate Message Fix, Milter Default Action Choice and Recipient Address Verification (#2133)
* mail/postfix: Set 'milter_protocol' to version 6

* mail/postfix: Use default milter macros

* mail/postfix: Add milter_default_action choice

* mail/rspamd+postfix: Use Unix Sockets

* mail/postfix: Add Recipient Address Verification

* mail/postfix+rspamd: Update version information
2021-02-01 21:17:12 +01:00
fhloston
7adcd31035
Posfix: enable smtpd_sasl_auth when permit_sasl_authenticated is sele… (#1957) 2020-09-18 12:17:11 +02:00
Franco Fichtner
bacea2cdc8 mail/postfix: as discussed
E-Mail address is welcome, real name also... GitHub link not good
for direct communication.
2020-09-14 11:59:52 +02:00
Starkstromkonsument
d6257b1579
mail/postfix: Add support for header_checks (#1897) 2020-09-11 09:28:12 +02:00
Michael
594ff4fbe0
mail/postfix: quick fix syslog (#1942) 2020-07-31 14:21:54 +02:00
Michael
828815e725
mail/postfix (#1941) 2020-07-31 13:42:38 +02:00
Frank Wall
df8b86460c
mail/postfix: add description to restart action (#1881)
mail/postfix: add description to restart action, closes #1874
2020-06-09 09:35:20 +02:00
Franco Fichtner
c6de3851f5 plugins: style sweep 2020-05-13 08:42:51 +02:00
Ad Schellevis
faa23ffae9 Syslog-NG: add templates for https://github.com/opnsense/core/issues/4068 2020-05-12 13:55:27 +02:00
Michael
aca3e2b4db
mail/postfix: add more antispam features (#1723) 2020-03-10 13:23:30 +01:00
Franco Fichtner
18bc32f3b3 plugins: serious style sweep 2020-02-13 10:42:37 +01:00
Michael
9620b6f76e mail/postfix: add milter protocol selection (#1600) 2019-12-01 15:56:35 +01:00
Ad Schellevis
4023d62179 postfix/log switch to new log view https://github.com/opnsense/plugins/issues/1593 2019-11-28 22:23:40 +01:00
Michael
21a02baf1e mail/postfix: fix sort order in smtpd restrictions (#1583) 2019-11-14 19:31:10 +01:00
Franco Fichtner
c3328e60c0 plugins: PSR12 "b", "d" and "m" 2019-10-07 16:28:57 +02:00
Franco Fichtner
1b52a3f34c plugins: whitespace sweep 2019-09-22 11:29:26 +02:00
Franco Fichtner
566a38480d plugins: minor changes 2019-09-16 21:24:05 +02:00
Michael
85ff6ca821 mail/postfix: allow setting of supported IP protocols (#1493) 2019-09-11 13:16:43 +02:00
Felix
63d397f725 Add support for configuring sender_canonical_maps (#1406) 2019-08-09 20:45:48 +03:00
Michael
1069a55a70 mail/postfix: allow HA config sync (#1266) 2019-03-20 12:22:15 +01:00
Franco Fichtner
8e1e7008af mail/postfix: ACL for log file #1191 2019-02-13 17:02:47 +01:00
Michael
17c8067ebd mail/postfix: fixed typo in wrapper mode (#1182) 2019-02-11 15:26:01 +01:00
Franco Fichtner
4ff026076a src: style sweep 2019-01-14 09:04:33 +01:00
Michael
bd1016c8e7 mail/postfix: allow tls wrapper mode (#1069) 2018-12-15 21:40:07 +01:00
Franco Fichtner
1426fc8d65 mail/postfix: whitespace sweep 2018-11-28 08:01:08 +01:00
Michael
9068502091 mail/postfix: domain masq and bcc maps (#1025) 2018-11-28 07:57:02 +01:00
Michael
bc39f26246 mail/postfix: add address rewriting (#1012) 2018-11-24 10:33:52 +01:00
Michael
afd472760c mail/postfix: fix typo (#978) 2018-11-12 17:53:23 +01:00
Michael
788f449efd mail/postfix: add portfield to postfix (#879) 2018-09-30 09:22:04 +02:00