Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoikLectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goik Martin
GoikLectures
Commits
0401ffbc
Commit
0401ffbc
authored
9 years ago
by
Ingo Ebel
Browse files
Options
Downloads
Patches
Plain Diff
mail part: greylisting and blacklisting
parent
fcb92242
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Doc/Sdi/mail.xml
+59
-7
59 additions, 7 deletions
Doc/Sdi/mail.xml
with
59 additions
and
7 deletions
Doc/Sdi/mail.xml
+
59
−
7
View file @
0401ffbc
...
...
@@ -118,14 +118,15 @@
<itemizedlist>
<listitem>
<para>
emails will be stored in /var/mail/username
</para>
<para>
emails will be stored in
<filename>
/var/mail/username
</filename></para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>
add an alias to /etc/aliases and try to
send an email to the
new aliase
</para>
<para>
add an alias to
<filename>
/etc/aliases
</filename>
and try to
send an email to the
new aliase
</para>
</listitem>
<listitem>
...
...
@@ -241,9 +242,62 @@
<section>
<title>
blacklisting and greylisting
</title>
<para/>
<itemizedlist>
<listitem>
<para>
install postgrey and add it to
smtpd_recipient_restrictions
</para>
<itemizedlist>
<listitem>
<para>
test with sending emails eg. with an telnet or an MUA to
your virtual emailadresse
</para>
</listitem>
<listitem>
<tip>
<para>
this needs to be done without authentication
</para>
</tip>
</listitem>
<listitem>
<para>
see how messages get blocked
</para>
</listitem>
<listitem>
<para>
try again in 10 min
</para>
</listitem>
<listitem>
<para>
send an email via your second mailserver to a email
account on the firsh and watch the logs. your mailserver will
try again until the mail is send to the mailaccount
</para>
</listitem>
<listitem>
<para>
or use
<filename>
postfix restart
</filename>
oder
<filename>
postfix flush
</filename>
oder
<filename>
postsuper -r
QUEUEID
</filename>
to force resend
</para>
</listitem>
</itemizedlist>
</listitem>
<para/>
<listitem>
<para>
add some blacklists to your
smtpd_recipient_restrictions
</para>
<itemizedlist>
<listitem>
<para>
this can't be tested very well expect building your own
blacklist server but (out of scope)
</para>
</listitem>
<listitem>
<para>
use add some common blacklist and belive the will work
:)
</para>
</listitem>
</itemizedlist>
</listitem>
</itemizedlist>
</section>
<section>
...
...
@@ -259,8 +313,6 @@
</listitem>
</itemizedlist>
<para/>
<itemizedlist>
<listitem>
<para/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment