[Bug 1139159] Re: Postfix does not restart properly when using SSL
cyberconte
1139159 at bugs.launchpad.net
Sat Mar 2 17:18:04 UTC 2013
Just to note, there was also a single character change (from # to %) in the
first line of the patch to change the ".NEW" from being created as a
subdirectory of the target (and thus removed if new=1 ) to being on the
same level with ".NEW" appended (so the next mv succeeds)
On Sat, Mar 2, 2013 at 11:57 AM, LaMont Jones <lamont.jones at canonical.com>wrote:
> Finally saw what was meant there. Confirmed, doing the mkdir
> "${dest_dir}.NEW" will be unconditional (inside that box) as of 2.10.0-1
>
> ** Changed in: postfix (Ubuntu)
> Status: New => Confirmed
>
> ** Changed in: postfix (Ubuntu)
> Assignee: (unassigned) => LaMont Jones (lamont)
>
> ** Changed in: postfix (Ubuntu)
> Status: Confirmed => Fix Committed
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1139159
>
> Title:
> Postfix does not restart properly when using SSL
>
> Status in “postfix” package in Ubuntu:
> Fix Committed
>
> Bug description:
> I was running into a problem where postfix would not start up
> correctly after being restarted (either manually, via automated
> process, or from reboot). Postfix would always start without its SSL
> certs in place (which caused a problem in my configuration); a
> subsequent restart would fix it, resulting in a situation where every-
> other-start was successful.
>
> I tracked the problem down to an issue in the init script that copies
> the certs from the SSL location to the postfix location. In a
> nutshell, it was creating a new directory for holding the copies files
> as subdirectory of the target, then deleting the target (including the
> "new" subdirectory), and subsequently failing to copy the new
> directory into the appropriate location.
>
> Patch that fixed the problem is attached.
>
> Using ubuntu server 12.10
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1139159/+subscriptions
>
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/1139159
Title:
Postfix does not restart properly when using SSL
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1139159/+subscriptions
More information about the Ubuntu-server-bugs
mailing list