This commit is contained in:
commit
0f75a10d1a
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
38
sysconfig.exim
Normal file
38
sysconfig.exim
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
## Path: Network/Mail/Exim
|
||||||
|
## Description: Exim mailserver configuration
|
||||||
|
## Type: string
|
||||||
|
## Default: "-bd -q30m"
|
||||||
|
## ServiceRestart: exim
|
||||||
|
#
|
||||||
|
# Command line arguments to hand over to exim
|
||||||
|
# Normally: -bd -q30m (run as background daemon)
|
||||||
|
#
|
||||||
|
EXIM_ARGS="-bd -q30m"
|
||||||
|
|
||||||
|
## Type: yesno
|
||||||
|
## Default: "no"
|
||||||
|
#
|
||||||
|
# Create weekly reports (see man 8 eximstats)?
|
||||||
|
# The reports are saved in the same directory as the log files.
|
||||||
|
#
|
||||||
|
# To see an example of the reports, you can use this command:
|
||||||
|
# eximstats < /var/log/exim/main.log |less
|
||||||
|
#
|
||||||
|
EXIM_REPORT_WEEKLY="no"
|
||||||
|
|
||||||
|
## Type: yesno
|
||||||
|
## Default: "no"
|
||||||
|
#
|
||||||
|
# Create HTML reports (see the EXIM_REPORT_WEEKLY setting) in
|
||||||
|
# /srv/www/eximstats?
|
||||||
|
# needs the eximstats-html package to be installed
|
||||||
|
#
|
||||||
|
EXIM_REPORT_WEEKLY_HTML="no"
|
||||||
|
|
||||||
|
## Type: yesno
|
||||||
|
## Default: "no"
|
||||||
|
#
|
||||||
|
# Send the reports (see the EXIM_REPORT_WEEKLY setting) via mail to
|
||||||
|
# postmaster?
|
||||||
|
#
|
||||||
|
EXIM_REPORT_WEEKLY_SEND="no"
|
Loading…
x
Reference in New Issue
Block a user