Join the community today
Become a Member

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,397
    1,353
    113
    May 25, 2014
    Ratings:
    +2,126
    Local Time:
    11:43 AM
    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

    49,875
    11,487
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +17,839
    Local Time:
    1:43 PM
    Nginx 1.21.x
    MariaDB 10.x
    now I recall that bug !

    yeah got to fix that :)
     
  3. rdan

    rdan Well-Known Member

    5,397
    1,353
    113
    May 25, 2014
    Ratings:
    +2,126
    Local Time:
    11:43 AM
    Mainline
    10.2
    Should include this right?
    sendmail_path = /usr/lib/sendmail.postfix -t -i
    On upgrade also?
     
  4. eva2000

    eva2000 Administrator Staff Member

    49,875
    11,487
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +17,839
    Local Time:
    1:43 PM
    Nginx 1.21.x
    MariaDB 10.x
    technically it doesn't matter as the default pre edit is sym linked to /usr/lib/sendmail.postfix if postfix exists :)