|
Bugzilla – Full Text Bug Listing |
| Summary: | postfix configuration contains wrong value in smtp_tls_CApath | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 13.1 | Reporter: | Freek de Kruijf <freek> |
| Component: | YaST2 | Assignee: | Peter Varkoly <varkoly> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | epperlein, jreidinger, suse-beta |
| Version: | Final | ||
| Target Milestone: | Final | ||
| Hardware: | x86-64 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Freek de Kruijf
2012-10-09 10:46:51 UTC
This bug is in OpenSuSE 13.1 yet. reassign to yast2-mail-server maintainer, maybe duplicate? This is most probably caused by
POSTFIX_SSL_PATH="/etc/postfix/ssl"
in /var/adm/fillup-templates/sysconfig.postfix (aka /etc/sysconfig/postfix).
Lutz, can you please test if changing the path in /etc/sysconfig/postfix/ fixes the issue?
(In reply to comment #3) > This is most probably caused by > POSTFIX_SSL_PATH="/etc/postfix/ssl" > Lutz, can you please test if changing the path in /etc/sysconfig/postfix/ fixes > the issue? At first, sorry for the late answer. No, changing the path wouldn't help, since YaST looks for the certs in POSTFIX_SSL_PATH/cacerts. What I've done, is using this command: ln -s /etc/ssl/certs /etc/postfix/ssl/cacerts If I point POSTFIX_SSL_PATH to a folder containing a folder cacerts it works. |