OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • Profile of rum »
  • Show Posts »
  • Messages
  • Profile Info
    • Summary
    • Show Stats
    • Show Posts...
      • Messages
      • Topics
      • Attachments

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

  • Messages
  • Topics
  • Attachments

Messages - rum

Pages: [1]
1
22.1 Legacy Series / Re: WAN interface flapping with 22.1.2
« on: May 06, 2022, 08:05:46 pm »

When can we expect a release with the current drivers?

2
22.1 Legacy Series / Re: 22.1 Clean Install Console Output
« on: March 09, 2022, 11:20:35 am »

Hello!

After update from 22.1.1_3 to 22.1.2_1 same issue here.

Disabling IDS (and restart afterwards) stops "link state changed to down/up" every few minites.
WAN IF (Intel i350-T4): DHCP & spoof the MAC address of the interface

Deleting the MAC address on the Interface does not work ("link state changed to down/up" every few minites).

Will there be a fix?


Best Regards

3
19.1 Legacy Series / System: Settings: Notifications - removed?
« on: February 02, 2019, 08:18:04 pm »

Hi everybody!

After upgrade to v19.1 there is no section "System: Settings: Notifications" in GUI.

Is the notification feature removed in v19.1?


Thank you,
rum

4
17.7 Legacy Series / send notification mails using office365 (Exchange Server) smtp server ..
« on: October 24, 2017, 09:37:22 pm »

Hello everyone,

opnoense (our version is 17.7.6-amd64, but I guess other versions are also affected) seems to use always "PLAIN" Authentication mechanism.
If the E-Mail-Server does not support "PLAIN", E-Mail-Notifications will fail - typically with "Authentication mechanism not supported".
Now - guess what ... Exchange does support plaintext-logins when configured correctly, but only using the method "LOGIN" ...

The culprit is in File /usr/local/etc/inc/notices.inc:
    // Use SMTP Auth if fields are filled out
    if($config['notifications']['smtp']['username'] &&
       $config['notifications']['smtp']['password']) {
        $smtp->authentication_mechanism = "PLAIN";
        $smtp->user = $config['notifications']['smtp']['username'];
        $smtp->password = $config['notifications']['smtp']['password'];

if I change this line to
$smtp->authentication_mechanism = "LOGIN";
I can send e-mail-notifications via "smtp.office365.com" port 587 and the option "Enable STARTTLS". But I guess this will break Notifications for other mailservers.


See also:
https://forum.pfsense.org/index.php?topic=72015.0


Best regards,
rum

Pages: [1]
OPNsense is an OSS project © Deciso B.V. 2015 - 2024 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2