Discover Centmin Mod today
Register Now

sendmail_path for 1st install doesn't automatically applied on upgrade?

Discussion in 'Bug Reports' started by rdan, Jul 7, 2014.

  1. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    1:49 PM
    Mainline
    10.2
    On my first install, I got this on php.ini
    Code:
    sendmail_path = /usr/lib/sendmail.postfix -t -i
    But when I upgrade, it doesn't automatically applied.

     
  2. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    now I recall that bug !

    yeah got to fix that :)
     
  3. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    1:49 PM
    Mainline
    10.2
    Should include this right?
    sendmail_path = /usr/lib/sendmail.postfix -t -i
    On upgrade also?
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,537
    12,134
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,677
    Local Time:
    3:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    technically it doesn't matter as the default pre edit is sym linked to /usr/lib/sendmail.postfix if postfix exists :)