|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Novell Archives Archived content from Novell openSUSE support forums |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
People
Just a note on some findings I have struck over the last few weeks. Configuring a virus scanner and spam checking software to run with the PostFix server on SuSE 10.1. Got it all configured but was getting an error in the /var/log/mail file: postfix/qmgr[7632]: warning: connect to transport filter: Operation not permitted I had seen this error earlier and tracked it down to AppArmor. To see if AppArmor is the culprit tail the /var/log/audit/audit.log file while trying to perform the operation that is failing. You will see something like: type=APPARMOR msg=audit(1159755381.613:10): REJECTING w access to /var/spool/postfix/private/filter (qmgr(7632) profile /usr/lib/postfix/qmgr active /usr/lib/postfix/qmgr) As PostFix is one of the services that is configured by default to be controlled by AppArmor, the AppArmor profile is not allowing the qmgr process within PostFix to write to the filter file (actually a socket which has been created for the connection to the filter software). The PostFix profile needs a little modification to make it run successfully. In Yast open the AppArmor controls and select the Edit Profile option. From the profile names select the /usr/lib/postfix/qmgr -> next Select the Add Entry and add a file. Browse to and select the /var/spool/postfix/private/filter and give the w permission. Once this has been done AppArmor rereads the profiles and now the application should work. Note that for another application I had to do this multiple times as once I cleared one issue another would appear. So keep monitoring the audit.log, and modifying the profiles, until the application is running properly. Cheers Jim -- Pye, James Pye, chmod 007 The Ultimate Open Source |
|
|||
|
Jim,
It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply. Has your problem been resolved? If not, you might try one of the following options: - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp - Check all of the other support tools and options available at http://support.novell.com. - You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums) Be sure to read the forum FAQ about what to expect in the way of responses: http://support.novell.com/forums/faq_general.html If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot. Good luck! Your Novell Product Support Forums Team http://support.novell.com/forums/ |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|