Bug 9297 - 3_b2: special device /run/saslauthd/ does not exist
Summary: 3_b2: special device /run/saslauthd/ does not exist
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: x86_64 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Daniel Lucio
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-08 14:08 CET by Bit Twister
Modified: 2013-12-03 09:44 CET (History)
2 users (show)

See Also:
Source RPM: postfix-2.9.6-1.mga3.src.rpm
CVE:
Status comment:


Attachments

Description Bit Twister 2013-03-08 14:08:19 CET
Description of problem:

Mar 08 06:29:46 wb.home.test postfix[2533]: Starting postfix: mount: special device /run/saslauthd/ does not exist

Most likely because /usr/sbin/postfix-chroot.sh did not create it.

Version-Release number of selected component (if applicable):


How reproducible: Always


Steps to Reproduce:
1. Configure postfix to use smtp_sasl_auth
2. systemctl restart postfix
3. systemctl status postfix

sasl configuration snippet I append to /etc/postfix/main.cf follows:

#*****************************************************************
# If relayhost needs id and pw login for sending mail,
# add a line like
# smtp.isp.com Secret_Squirrel:TopSecret
# to a file called, smtp_auth and create the .db file with the command
# postmap smtp_auth
# postfix reload
#
# file:///usr/share/doc/postfix/html/SASL_README.html#client_sasl_enable
#
#*****************************************************************

smtp_sasl_auth_enable = yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtp_sasl_security_options =
smtp_sasl_password_maps = hash:/etc/postfix/smtp_auth



Reproducible: 

Steps to Reproduce:
Manuel Hiebel 2013-03-09 11:49:05 CET

Assignee: bugsquad => dlucio

Comment 1 Thomas Spuhler 2013-04-12 02:37:34 CEST
This bug is still there.

CC: (none) => thomas

Comment 2 Bit Twister 2013-12-03 09:44:45 CET
Closing because problem not in Release 4 Cauldron.

Status: NEW => RESOLVED
CC: (none) => junknospam
Resolution: (none) => FIXED


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