Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
settingsd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
settingsd
Commits
41aa7ab3
Commit
41aa7ab3
authored
Mar 15, 2019
by
Дмитрий Никулин
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapt fmod_postfix for new config
parent
ea1a4616
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fmod_postfix.py
plugins/functions/fmod_postfix.py
+1
-1
No files found.
plugins/functions/fmod_postfix.py
View file @
41aa7ab3
...
...
@@ -28,7 +28,7 @@ class Postfix(service.FunctionObject) :
def
regenerateMainCf
(
self
,
config_filename
,
templates_dir
):
with
open
(
config_filename
,
'r'
)
as
postfix_config
:
config
=
safe_load
(
postfix_config
.
read
())
template_filename
=
path
.
join
(
templates_dir
,
config
[
'template'
]
+
'.tpl'
)
template_filename
=
path
.
join
(
templates_dir
,
config
[
'
main-cf_
template'
]
+
'.tpl'
)
with
open
(
template_filename
,
'r'
)
as
template_text
:
template
=
Template
(
template_text
.
read
())
...
...
Дмитрий Никулин
@TheOwl
mentioned in commit
a99d036a
·
Apr 24, 2019
mentioned in commit
a99d036a
mentioned in commit a99d036a81eb2aea623f4bcbded9bd1611e11ced
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment