Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3c6bdc6a
authored
Nov 08, 2018
by
Adi Amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add configuration file for ssmtp.
parent
74dfc886
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
servers/ssmtp/ssmtp.conf
servers/ssmtp/ssmtp.conf
0 → 100644
View file @
3c6bdc6a
#
# Config file for sSMTP sendmail
#
# The user that gets all the mails (UID < 1000, usually the admin)
root
=
ipgallery
.
alert
@
gmail
.
com
# The mail server (where the mail is sent to), both port 465 or 587 should be acceptable
# See also https://support.google.com/mail/answer/78799
mailhub
=
smtp
.
gmail
.
com
:
587
# The address where the mail appears to come from for user authentication.
rewriteDomain
=
gmail
.
com
# Use SSL/TLS before starting negotiation
UseTLS
=
Yes
UseSTARTTLS
=
Yes
# Username/Password
AuthUser
=
ipgallery
.
alert
AuthPass
=
Giptmgrr1
AuthMethod
=
LOGIN
# Email 'From header's can override the default domain?
FromLineOverride
=
yes
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