Contents


On-line Guides
All Guides
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
Book Store

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions

 

 

Postfix Documentation
Previous Page Home Next Page

Trouble shooting the SASL internals

In the Cyrus SASL sources you'll find a subdirectory named "sample". Run make there, "su" to the user postfix (or whatever your mail_owner directive is set to):

% su postfix

then run the resulting sample server and client in separate terminals. Strace / ktrace / truss the server to see what makes it unhappy, and fix the problem. Repeat the previous step until you can successfully authenticate with the sample client. Only then get back to Postfix.

Postfix Documentation
Previous Page Home Next Page