Ausnahme gefangen: SSL certificate problem: certificate is not yet valid ๐Ÿ“Œ HPR3060: Running a local imap server

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š HPR3060: Running a local imap server


๐Ÿ’ก Newskategorie: Podcasts
๐Ÿ”— Quelle: hackerpublicradio.org

Setting up a local imap server

To install a local imap daemon that will only listen to localhost connections, made via ssh tunneling. This is for use as a local backup of your imap files, or for keeping a remote backup somewhere.

This is not a mail delivery solution but rather a way to keep a backup of your email using to a MailDir directory that you can access using your email client. As each message is stored in its own file, you can also use normal tools like find|sed|awk|grep to find messages.

This setup can be installed locally or remotely on, for example, a raspberry pi. In that case you can enable a portforwarding rule in ~/.ssh/config to include something like LocalForward 127.0.0.1:2143 127.0.0.1:143

Install using aptitude install courier-imap courier-authdaemon

You can check the status using systemctl status courier-imap.service courier-authdaemon.service

Edit the file /etc/courier/imapd and modify the following settings:

Address to listen on, can be set to a single IP address.

    < ADDRESS=0
    > ADDRESS=127.0.0.1

Maximum number of IMAP servers started

    < MAXDAEMONS=40
    > MAXDAEMONS=80

Maximum number of connections to accept from the same IP address

    < MAXPERIP=20
    > MAXPERIP=40

The following setting is optional, and causes messages from the given folder to be automatically deleted after the given number of days.

    < IMAP_EMPTYTRASH=Trash:7
    > #IMAP_EMPTYTRASH=Trash:7

Change the directory name of the maildir directory.

    < MAILDIRPATH=Maildir
    > MAILDIRPATH=/home/pi/MailDir

Then restart the service using systemctl restart courier-imap.service courier-authdaemon.service.

When I did this I got a strange error about but installing the package gamin fixed it. Which is a Library providing the FAM File Alteration Monitor API.

  Filesystem notification initialization error -- contact your mail
  administrator (check for configuration errors with the FAM/Gamin library)

Links

...



๐Ÿ“Œ HPR3060: Running a local imap server


๐Ÿ“ˆ 72.81 Punkte

๐Ÿ“Œ University of Washington UW-IMAP up to 2004f IMAP Server mail.c mail_valid_net_parse_work memory corruption


๐Ÿ“ˆ 34.29 Punkte

๐Ÿ“Œ GNOME Evolution 1.11 IMAP Server camel-imap-folder.c memory corruption


๐Ÿ“ˆ 34.29 Punkte

๐Ÿ“Œ Wireshark up to 2.0.11/2.2.5 IMAP Dissector packet-imap.c denial of service


๐Ÿ“ˆ 30.92 Punkte

๐Ÿ“Œ Cyrus IMAP up to 3.0.3 imap/mboxlist.c mboxlist_do_find LIST Command information disclosure


๐Ÿ“ˆ 30.92 Punkte

๐Ÿ“Œ Mutt/NeoMutt IMAP Status Mailbox imap/command.c directory traversal


๐Ÿ“ˆ 30.92 Punkte

๐Ÿ“Œ Medium CVE-2020-13163: Em-imap project Em-imap


๐Ÿ“ˆ 30.92 Punkte

๐Ÿ“Œ CVE-2015-8078 | Cyrus IMAP 2.3.19/2.4.18/2.5.6 imap/index.c index_urlfetch section_offset numeric error (ID 87165 / ID 168995)


๐Ÿ“ˆ 30.92 Punkte

๐Ÿ“Œ CVE-2015-8077 | Cyrus IMAP 2.3.19/2.4.18/2.5.6 imap/index.c index_urlfetch start_octet numeric error (ID 87165 / ID 168995)


๐Ÿ“ˆ 30.92 Punkte

๐Ÿ“Œ Wireshark bis 2.0.11/2.2.5 IMAP Dissector packet-imap.c Denial of Service


๐Ÿ“ˆ 30.92 Punkte

๐Ÿ“Œ Cyrus IMAP bis 3.0.3 imap/mboxlist.c mboxlist_do_find LIST Command Information Disclosure


๐Ÿ“ˆ 30.92 Punkte

๐Ÿ“Œ ArGoSoft Mail Server 1.8.8.1 IMAP Server directory traversal


๐Ÿ“ˆ 22.2 Punkte

๐Ÿ“Œ CVE-2013-4584 | Perdition up to 2.1 IMAP Server/POP Server ssl_outgoing_ciphers exceptional condition (XFDB-89184 / BID-63696)


๐Ÿ“ˆ 22.2 Punkte

๐Ÿ“Œ [local] PHP 5.2.3 imap (Debian Based) - 'imap_open' Disable Functions Bypass


๐Ÿ“ˆ 21.5 Punkte

๐Ÿ“Œ Bridge: Protonmail startet lokalen IMAP-Server fรผr Verschlรผsselung


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ Bridge: Protonmail startet lokalen IMAP-Server fรผr Verschlรผsselung


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ Hastymail 1.0.1/1.0.2/1.1/1.2/1.5 IMAP Server lib/session.php privilege escalation


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ Qualcomm Eudora 7.1.0.9 IMAP Server memory corruption


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ Smartmax Mailmax 5.0.10.8 IMAP Server SELECT memory corruption


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ Carnegie Mellon University Cyrus IMAP Server 1.4 imapparse.c memory corruption


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ Alt-N MDaemon 3.5.6 IMAP Server SELECT/EXAMINE denial of service


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ Microsoft Commercial Internet System 2.0/2.5 IMAP Server denial of service


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ University of Washington IMAP 4.5 POP2/POP3 Server denial of service


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ Alt-N MDaemon up to 6.8.5 IMAP Server memory corruption


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ Carnegie Mellon University Cyrus IMAP Server up to 2.2.9 mysasl_canon_user memory corruption


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ Carnegie Mellon University Cyrus IMAP Server up to 2.2.9 mysasl_canon_user memory corruption


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ Carnegie Mellon University Cyrus IMAP Server up to 2.2.x Out-of-Bounds memory corruption


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ Carnegie Mellon University Cyrus IMAP Server up to 2.2.6 Out-of-Bounds memory corruption


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ Carnegie Mellon University Cyrus IMAP Server up to 2.2.4 Stack-based memory corruption


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ Carnegie Mellon University Cyrus IMAP Server up to 2.2.9 memory corruption


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ up-imapproxy 1.2.3/1.2.4 IMAP Server main.c parsebannerandcapability memory corruption


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ Alt-N MDaemon 8.1.1/8.1.4 IMAP Server Format String


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ Mutt 1.4.2/1.4.2.1 IMAP Server browse_get_namespace memory corruption


๐Ÿ“ˆ 18.83 Punkte

๐Ÿ“Œ Qbik WinGate 6.1.2.1094/6.1.3.1096 IMAP Server directory traversal


๐Ÿ“ˆ 18.83 Punkte











matomo