# Mail

Published articles for Mail.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Self-service peering with a PeeringDB login

DevFeed: [Self-service peering with a PeeringDB login](<https://devfeed.tech/articles/self-service-peering-with-a-peeringdb-login-36154.md>)

Original publisher: [Read original article](<https://as215248.net/notes/self-service-peering/>)

Author: Bastiaan Brink

Published: 2026-07-27T00:00:00Z

Content type: opinion

Language: en

Sources: [AS215248 - Notes](<https://devfeed.tech/sources/as215248-notes.md>)

Topics: [Networks](<https://devfeed.tech/topics/networks.md>), [OAuth](<https://devfeed.tech/topics/oauth.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [automation](<https://devfeed.tech/tags/automation.md>), [bgp](<https://devfeed.tech/tags/bgp.md>), [dashboard](<https://devfeed.tech/tags/dashboard.md>), [ipv4](<https://devfeed.tech/tags/ipv4.md>), [ipv6](<https://devfeed.tech/tags/ipv6.md>), [ixp](<https://devfeed.tech/tags/ixp.md>), [login](<https://devfeed.tech/tags/login.md>), [mail](<https://devfeed.tech/tags/mail.md>), [networks](<https://devfeed.tech/tags/networks.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [peering](<https://devfeed.tech/tags/peering.md>), [permission](<https://devfeed.tech/tags/permission.md>), [request](<https://devfeed.tech/tags/request.md>), [self-service](<https://devfeed.tech/tags/self-service.md>)

### AI overview

The article describes a self-service peering portal that uses PeeringDB OAuth to authenticate users, verify ASN update rights, and offer exchanges where both networks are present. Requests create disabled sessions for manual approval, with inherited filtering and validation policies, notifications, and approval-based removal.

### Source excerpt

Peering requests used to be mail ping-pong. Now you log in with PeeringDB on the peering page, pick an exchange, and the session is waiting for my approval.

## Postfix - automatically drop outbound mail

DevFeed: [Postfix - automatically drop outbound mail](<https://devfeed.tech/articles/postfix-automatically-drop-outbound-mail-27616.md>)

Original publisher: [Read original article](<https://gagor.pro/2014/03/postfix-automatically-drop-outbound-mail/>)

Author: Tom

Published: 2014-03-18T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Development](<https://devfeed.tech/topics/development.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [debug](<https://devfeed.tech/tags/debug.md>), [development](<https://devfeed.tech/tags/development.md>), [linux](<https://devfeed.tech/tags/linux.md>), [logs](<https://devfeed.tech/tags/logs.md>), [mail](<https://devfeed.tech/tags/mail.md>), [postfix](<https://devfeed.tech/tags/postfix.md>), [server](<https://devfeed.tech/tags/server.md>), [test](<https://devfeed.tech/tags/test.md>)

### AI overview

A configuration tutorial for Postfix on a development server. It shows how to permit outbound mail to one domain while discarding mail sent to all other destinations, then reload and test the configuration.

### Source excerpt

I have development server with postfix - I wanted to allow outbound traffic to one domain but cut off all the rest. I definitely do not want that test mail or any debug info goes to service users. I have to add something like that to /etc/postfix/transport: allowed.domain.com : * discard: Then run: postmap /etc/postfix/transport At end, add these to /etc/postfix/main.cf: transport_maps = hash:/etc/postfix/transport Reload postfix: postfix reload Test if it works:

## Updating Jira tickets via mail

DevFeed: [Updating Jira tickets via mail](<https://devfeed.tech/articles/updating-jira-tickets-via-mail-30062.md>)

Original publisher: [Read original article](<http://www.netmeister.org/blog/jiramail.html>)

Published: 2012-08-23T02:23:44Z

Content type: article

Language: en

Sources: [Signs of Triviality](<https://devfeed.tech/sources/signs-of-triviality.md>)

Topics: [jira](<https://devfeed.tech/topics/jira.md>)

Tags: [jira](<https://devfeed.tech/tags/jira.md>), [mail](<https://devfeed.tech/tags/mail.md>), [reverse](<https://devfeed.tech/tags/reverse.md>), [simple](<https://devfeed.tech/tags/simple.md>), [updating](<https://devfeed.tech/tags/updating.md>)

### AI overview

The author describes writing a simple reverse mail filter to update Jira tickets via email.

### Source excerpt

I wrote a simple reverse mail filter to update Jira via mail.

## fail2ban - regułki dla dovecot'a

DevFeed: [fail2ban - regułki dla dovecot'a](<https://devfeed.tech/articles/fail2ban-regu-ki-dla-dovecot-a-27503.md>)

Original publisher: [Read original article](<https://gagor.pro/2011/11/fail2ban-regulki-dla-dovecota/>)

Author: Tom

Published: 2011-11-28T00:00:00Z

Content type: tutorial

Language: pl

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Authentication](<https://devfeed.tech/topics/authentication.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [debian](<https://devfeed.tech/tags/debian.md>), [fail2ban](<https://devfeed.tech/tags/fail2ban.md>), [filter](<https://devfeed.tech/tags/filter.md>), [linux](<https://devfeed.tech/tags/linux.md>), [login](<https://devfeed.tech/tags/login.md>), [mail](<https://devfeed.tech/tags/mail.md>), [port](<https://devfeed.tech/tags/port.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

This tutorial explains how to configure fail2ban on Debian to block repeated authentication failures against Dovecot POP3 and IMAP mailboxes. It provides a custom Dovecot filter with a failregex, a jail configuration for POP3/IMAP ports, log path, retry limit, and optional timing values, followed by restarting fail2ban.

### Source excerpt

Domyślna konfiguracja fail2ban'a (na Debianie) nie zawiera reguł pozwalających na blokowanie prób włamań na skrzynki POP/IMAP dla dovecota (no chyba że korzystamy z saslauthd). Można szybko utworzyć własny zestaw filtrów co przedstawię poniżej. Tworzymy plik: /etc/fail2ban/filter.d/dovecot.conf [Definition] failregex = (?: pop3-login|imap-login): .*(?:Authentication failure|Aborted login \(auth failed|Aborted login \(tried to use disabled|Disconnected \(auth failed|Aborted login \(\d+ authentication attempts).*rip=(?P<host>\S*),.* ignoreregex = Później dopisujemy na końcu pliku: /etc/fail2ban/jail.conf [dovecot] enabled = true filter = dovecot port = pop3,pop3s,imap,imaps logpath = /var/log/mail.log maxretry = 20 # te dwa poniżej wedle uznania - ja mam dobrze ustawione default'y #findtime = 1200 #bantime = 1200 Zostało zrestartować fail2ban'a:

## pflogsumm - Mail Statistics for Postfix

DevFeed: [pflogsumm - Mail Statistics for Postfix](<https://devfeed.tech/articles/pflogsumm-mail-statistics-for-postfix-27497.md>)

Original publisher: [Read original article](<https://gagor.pro/2011/09/pflogsumm-mail-statistics-for-postfix/>)

Author: Tom

Published: 2011-09-22T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [monitor](<https://devfeed.tech/topics/monitor.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [command](<https://devfeed.tech/tags/command.md>), [generate](<https://devfeed.tech/tags/generate.md>), [health](<https://devfeed.tech/tags/health.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [installation](<https://devfeed.tech/tags/installation.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-mail-tools](<https://devfeed.tech/tags/linux-mail-tools.md>), [logs](<https://devfeed.tech/tags/logs.md>), [mail](<https://devfeed.tech/tags/mail.md>), [mail-server-management](<https://devfeed.tech/tags/mail-server-management.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [pflogsumm](<https://devfeed.tech/tags/pflogsumm.md>), [postfix](<https://devfeed.tech/tags/postfix.md>), [postfix-log-analysis](<https://devfeed.tech/tags/postfix-log-analysis.md>), [postfix-mail-statistics](<https://devfeed.tech/tags/postfix-mail-statistics.md>), [postfix-monitoring](<https://devfeed.tech/tags/postfix-monitoring.md>), [process](<https://devfeed.tech/tags/process.md>), [reporting](<https://devfeed.tech/tags/reporting.md>), [review](<https://devfeed.tech/tags/review.md>), [run](<https://devfeed.tech/tags/run.md>), [server](<https://devfeed.tech/tags/server.md>), [standard](<https://devfeed.tech/tags/standard.md>), [statistics](<https://devfeed.tech/tags/statistics.md>), [volume](<https://devfeed.tech/tags/volume.md>)

### AI overview

A tutorial on using pflogsumm with Postfix logs to generate mail statistics for reviewing a mail server's health, traffic, and communication issues. It covers Debian installation, command-line use, log rotation, and periodic cron-based reporting.

### Source excerpt

Learn how to use pflogsumm to generate comprehensive mail statistics for Postfix, helping you monitor and manage your mail server effectively.

## Wysyłanie załączników poleceniem mail

DevFeed: [Wysyłanie załączników poleceniem mail](<https://devfeed.tech/articles/wysy-anie-za-acznikow-poleceniem-mail-27493.md>)

Original publisher: [Read original article](<https://gagor.pro/2011/08/wysylanie-zalacznikow-poleceniem-mail/>)

Author: Tom

Published: 2011-08-27T00:00:00Z

Content type: tutorial

Language: pl

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Shell](<https://devfeed.tech/topics/shell.md>), [Zip](<https://devfeed.tech/topics/zip.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [bash](<https://devfeed.tech/tags/bash.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mail](<https://devfeed.tech/tags/mail.md>), [shell](<https://devfeed.tech/tags/shell.md>), [zip](<https://devfeed.tech/tags/zip.md>)

### AI overview

A Polish developer article shows how to send email attachments from a shell using the mail command and uuencode, including a load-testing example that sends many messages.

### Source excerpt

Kiedyś potrzebowałem w ramach testu obciążeniowego wysłać dużo wiadomości z załącznikami. Chciałem to zrobić na szybko z shell'a i tutaj chwilę musiałem pogooglać aby znaleźć działające polecenie. To co znalazłem wygląda tak: (echo "testowa wiadomosc"; uuencode test.zip test.zip) \ | mail -s "Test" testowy@mail.pl Wiedząc już jak wysyłać maile z załącznikami, mały mail bombing mogłem zrobić tak: for i in `seq 1 100`; do (cat tekst.txt; uuencode test.zip test.zip) \ | mail -s "Test $i" testowy@mail.pl; done

## Dynamiczne IP i RBL'e

DevFeed: [Dynamiczne IP i RBL'e](<https://devfeed.tech/articles/dynamiczne-ip-i-rbl-e-27483.md>)

Original publisher: [Read original article](<https://gagor.pro/2011/08/dynamiczne-ip-i-rble/>)

Author: Tom

Published: 2011-08-27T00:00:00Z

Content type: tutorial

Language: pl

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [DHCP](<https://devfeed.tech/topics/dhcp.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [dev](<https://devfeed.tech/tags/dev.md>), [dhcp](<https://devfeed.tech/tags/dhcp.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mail](<https://devfeed.tech/tags/mail.md>)

### AI overview

A guide to monitoring a mail server's dynamic IP against real-time blocklists (RBLs). It uses the rblcheck tool and a scheduled shell script to identify blacklist listings within an hour while avoiding unnecessary notifications when the IP is clean.

### Source excerpt

Mój serwer pocztowy działa od jakiegoś czasu na dynamicznym IP (dobre bo tanie...) i przeważnie nie ma z tym problemów. Postarałem się jak mogłem ustawiając SPF'a i DomainKeys aby uwiarygodnić go u większych dostawców poczty. Niestety wszystko to diabli biorą w momencie gdy wygasa mi leasse DHCP i dostaję nowe IP po jakimś spamerze/zombiaku. Wisi takie w 2-3 większych RBL'ach i o dostarczaniu poczty można zapomnieć. Miło gdy jeszcze zdalny MTA zechce odesłać zwrotkę "zróbta coś bo wisisz w RBL'u takim a takim...", ale zdecydowania niefajnie gdy wysyłasz pocztę a ona od razu leci do /dev/null 😦

## Soft of the Year Award

DevFeed: [Soft of the Year Award](<https://devfeed.tech/articles/soft-of-the-year-award-33245.md>)

Original publisher: [Read original article](<https://reactos.org/project-news/soft-year-award/>)

Published: 2008-12-19T00:00:00Z

Content type: news

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [Software](<https://devfeed.tech/topics/software.md>)

Tags: [free](<https://devfeed.tech/tags/free.md>), [mail](<https://devfeed.tech/tags/mail.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [results](<https://devfeed.tech/tags/results.md>), [software](<https://devfeed.tech/tags/software.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>)

### AI overview

ReactOS won second place in the Technologies category of the 2008 Soft of the Year national Russian software award, based on people's voting conducted by Mail.Ru.

### Source excerpt

"Soft of the Year 2008" Award "Soft of the Year 2008" is a national Russian software award given annually to the best computer software. Winners in seven different categories are selected by results of people's voting (carried out by Mail.Ru). ReactOS won second place in the "Technologies" category. Thanks to everyone who supported us!

## A Productivity System for Gathering, Processing, and Reviewing Tasks

DevFeed: [A Productivity System for Gathering, Processing, and Reviewing Tasks](<https://devfeed.tech/articles/get-it-done-35253.md>)

Original publisher: [Read original article](<https://darkcoding.net/behaviour/get-it-done/>)

Author: Graham King

Published: 2005-10-23T16:08:05Z

Content type: tutorial

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [To-Do](<https://devfeed.tech/topics/todo.md>), [Process](<https://devfeed.tech/topics/process.md>), [meetings](<https://devfeed.tech/topics/meetings.md>)

Tags: [behaviour](<https://devfeed.tech/tags/behaviour.md>), [book](<https://devfeed.tech/tags/book.md>), [getting-things-done](<https://devfeed.tech/tags/getting-things-done.md>), [list](<https://devfeed.tech/tags/list.md>), [mail](<https://devfeed.tech/tags/mail.md>), [productivity](<https://devfeed.tech/tags/productivity.md>), [society](<https://devfeed.tech/tags/society.md>), [waiting](<https://devfeed.tech/tags/waiting.md>), [weekly-review](<https://devfeed.tech/tags/weekly-review.md>)

### AI overview

This article presents a productivity system inspired by David Allen's Getting Things Done. It explains how to gather tasks and reminders, process them into categories such as a calendar or actions list, and maintain the system through daily checks and a weekly review.

### Source excerpt

Streamlining productivity: a system inspired by "Getting Things Done".