Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tom Niget
slapos
Commits
14525378
Commit
14525378
authored
Jan 31, 2025
by
Tom Niget
Committed by
Tom Niget
Feb 03, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip: only create postfix tables if missing
parent
d2c5c24d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
software/mail-server/instance-default.cfg.in
software/mail-server/instance-default.cfg.in
+2
-2
No files found.
software/mail-server/instance-default.cfg.in
View file @
14525378
...
...
@@ -256,13 +256,13 @@ inline =
-h '${postgresql:pgdata-directory}' \
-U '${postgresql:superuser}' \
-d '${postgresql:dbname}' \
-c "CREATE TABLE addresses (
-c "CREATE TABLE
IF NOT EXISTS
addresses (
email VARCHAR(50) NOT NULL PRIMARY KEY,
active BOOL NOT NULL DEFAULT TRUE,
passwd VARCHAR(106) NOT NULL
);
CREATE TABLE aliases (
CREATE TABLE
IF NOT EXISTS
aliases (
source VARCHAR(50) NOT NULL PRIMARY KEY,
target VARCHAR(50) NOT NULL
);
...
...
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