Ticket #1152 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

Hardcoded postfix configuration path

Reported by: Blocker Assigned to:
Priority: major Milestone: ispCP ω 1.0.0 - RC5
Component: Backend (Engine) Version: ispCP ω 1.0.0 - RC4
Severity: Easy Keywords:
Cc:

Description

in

ispcp-mbox-mgr

    my $aliases_cfg = "/etc/postfix/ispcp/aliases";
    my $transport_cfg = "/etc/postfix/ispcp/transport";
    my $aliases_cfg = "/etc/postfix/ispcp/aliases";
    my $transport_cfg = "/etc/postfix/ispcp/transport";
    my $mailboxes_cfg = "/etc/postfix/ispcp/mailboxes";
    my $aliases_cfg = "/etc/postfix/ispcp/aliases";
    my $mailboxes_cfg = "/etc/postfix/ispcp/mailboxes";
    my $aliases_cfg = "/etc/postfix/ispcp/aliases";

all of it should be can be altered from outside the engine system

Attachments

Change History

04/02/08 01:00:29 changed by rats

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone changed from Working to ispCP ω 1.0.0 - RC5.

fixed in r1095


Add/Change #1152 (Hardcoded postfix configuration path)




Action