Bug 14989
Summary: | SMTP connect to localhost failed | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | dpawluk |
Component: | fetchmail | Assignee: | Nalin Dahyabhai <nalin> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-08-01 18:58:54 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
dpawluk
2000-08-01 16:15:45 UTC
sendmail in pinstripe is configured to run in queue-only mode as opposed to daemon mode. To change back to the previous behavior, you need to edit /etc/sysconfig/sendmail Sendmail listening is now disabled by default as a security measure. Invoke fetchmail with the "--mda=/usr/bin/procmail" command-line option or add "mda /usr/bin/procmail" to the appropriate "poll" section of your .fetchmailrc file, and things should work properly again. |