Bug 1468890
Summary: | sendmail not found during build | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Frank Ansari <mail> | ||||
Component: | evolution-data-server | Assignee: | Milan Crha <mcrha> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 26 | CC: | lucilanga, mcrha | ||||
Target Milestone: | --- | Keywords: | Reopened | ||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | evolution-data-server-3.24.4 evolution-data-server-3.24.4-1.fc26 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2017-07-19 16:22:06 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
I was able to send mails agaion by choosing "custom binary, instead of sendmail" and put /usr/bin/sendmail in the field. Sorry, /usr/sbin/sendmail is the path. Thanks for a bug report. The path is auto-detected when building evolution-data-server, thus when the sendmail is not installed it's also not found and there was no default. I changed it upstream with the below change, but I will also add BuildRequires to sendmail to the .spec file, thus it'll be found. Created commit cca44ee in eds master (3.25.4+) [1] Created commit f03000e in eds gnome-3-24 (3.24.4+) [1] https://git.gnome.org/browse/evolution-data-server/commit/?id=cca44ee evolution-mapi-3.24.4-1.fc26 evolution-ews-3.24.4-1.fc26 evolution-3.24.4-1.fc26 evolution-data-server-3.24.4-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-16c863710e evolution-3.24.4-1.fc26, evolution-data-server-3.24.4-1.fc26, evolution-ews-3.24.4-1.fc26, evolution-mapi-3.24.4-1.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-16c863710e evolution-3.24.4-1.fc26, evolution-data-server-3.24.4-1.fc26, evolution-ews-3.24.4-1.fc26, evolution-mapi-3.24.4-1.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1295618 [details] SENDMAIL_PATH-NOTFOUND error Description of problem: Until Fedora 25 there was no need to set a sendmail path. Version-Release number of selected component (if applicable): Version : 3.24.3 Release : 1.fc26 How reproducible: Configure a mail account with "Sending Email" Server Type "Sendmail". Update from Fedora 25 to 26. Send an email. Steps to Reproduce: 1. See above. 2. 3. Actual results: Evolution will not send the mail but throws an SENDMAIL_PATH-NOTFOUND error. Expected results: Mail should be delivered to sendmail (postfix in my case). Additional info: