RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 740559 - rsyslog cant connect to smtp when localhost in /etc/hosts both for ipv4 and ipv6
Summary: rsyslog cant connect to smtp when localhost in /etc/hosts both for ipv4 and ipv6
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: rsyslog
Version: 6.2
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Radovan Sroka
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-09-22 13:08 UTC by Karel Srot
Modified: 2017-10-13 12:49 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-10-13 12:49:52 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Karel Srot 2011-09-22 13:08:07 UTC
Description of problem:

I have in /etc/rsyslog.conf:

#### ommail module configuration ####
$ModLoad ommail
$ActionMailSMTPServer localhost
$ActionMailFrom rsyslog@localhost
$ActionMailTo operator1@localhost
$template mailSubject,"rsyslog ommail test on %hostname%"
$template mailBody,"RSYSLOG Alert\r\nmsg='%msg%'"
$ActionMailSubject mailSubject


When /etc/hosts looks like:
127.0.0.1	localhost	localhost.localdomain	localhost4	localhost4.localdomain4
::1		localhost localhost6	localhost6.localdomain6

rsyslog is not able to connect to smtp port (be also aware of 740514). 
When I remove localhost from ipv6 line, rsyslog works as expected.


Version-Release number of selected component (if applicable):
rsyslog-4.6.2-10.el6

How reproducible:
always

Steps to Reproduce:
1. configure rsyslog to send logs via smtp server on localhost
2. update /etc/hosts file so localhost is assigned both to ipv4 and ipv6 address
3. log a message
  
Actual results:
mail not sent

Expected results:
mail sent

Additional info:

Comment 4 RHEL Program Management 2012-07-10 06:10:44 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 5 RHEL Program Management 2012-07-11 01:52:29 UTC
This request was erroneously removed from consideration in Red Hat Enterprise Linux 6.4, which is currently under development.  This request will be evaluated for inclusion in Red Hat Enterprise Linux 6.4.

Comment 6 RHEL Program Management 2012-12-14 06:57:27 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 14 Tomas Heinrich 2013-08-20 16:27:10 UTC
This isn't going to make it this devel-cycle. Postponing to 6.6.


Note You need to log in before you can comment on or make changes to this bug.