diff options
Diffstat (limited to 'reportbugrc')
-rw-r--r-- | reportbugrc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/reportbugrc b/reportbugrc new file mode 100644 index 0000000..1df6c88 --- /dev/null +++ b/reportbugrc @@ -0,0 +1,26 @@ +# reportbug preferences file +# Version of reportbug this preferences file was written by +reportbug_version "3.12" +# default operating mode: one of: novice, standard, advanced, expert +mode standard +# default user interface +ui text +# offline setting - comment out to be online +#offline +# name and email setting (if non-default) +realname "Johannes Ranke" +email "jranke@uni-bremen.de" +# Send all outgoing mail via the following host +smtphost "smtp.uni-bremen.de" +# Username and password for SMTP +smtpuser jranke +#smtppasswd "My password here" +# If nothing else works, remove the # at the beginning +# of the following three lines: +#no-cc +#header "X-Debbugs-CC: jranke@uni-bremen.de" +#smtphost master.debian.org +# You can add other settings after this line. See +# /etc/reportbug.conf for a full listing of options. +# Enable TLS for the SMTP host +smtptls |