Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
7eaafe66
Commit
7eaafe66
authored
Dec 17, 2008
by
redray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed trailing slashes from mail-dir. Makes trouble in .mailfilter after updates.
parent
39b0586b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
install/tpl/server.ini.master
install/tpl/server.ini.master
+2
-2
No files found.
install/tpl/server.ini.master
View file @
7eaafe66
...
...
@@ -13,8 +13,8 @@ nameservers=192.168.0.1,192.168.0.2
[mail]
module=postfix_mysql
maildir_path=/var/vmail/[domain]/[localpart]
/
homedir_path=/var/vmail
/
maildir_path=/var/vmail/[domain]/[localpart]
homedir_path=/var/vmail
mailuser_uid=5000
mailuser_gid=5000
mailuser_name=vmail
...
...
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