User Tools

Site Tools


docs:tips_n_tricks:max_os_x:alpine_with_maildir.html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
docs:tips_n_tricks:max_os_x:alpine_with_maildir.html [18.11.2017 18:29 CET] peterdocs:tips_n_tricks:max_os_x:alpine_with_maildir.html [29.03.2022 16:49 CEST] (current) peter
Line 2: Line 2:
 //:!: This is a quick and dirty hack :!:// //:!: This is a quick and dirty hack :!://
  
-This is how to get //alpine// ([[http://alpine.freeiz.com|alpine.freeiz.com]]) from macports ([[http://www.macports.org|macports.org]]) patched with a patch not provided by macports.+This is how to get //alpine// ([[http://alpine.x10host.com|alpine.x10host.com]]) from macports ([[http://www.macports.org|macports.org]]) patched with a patch not provided by macports.
  
   cd /tmp   cd /tmp
-  wget -c 'http://alpine.freeiz.com/alpine/patches/alpine-2.21/maildir.patch.gz' +  wget -c 'http://alpine.x10host.com/alpine/patches/alpine-2.25/maildir.patch.gz' 
-  port clean alpine +  port clean alpine @2.25_1+kerberos+ldap+ssl 
-  port uninstall alpine +  port uninstall alpine @2.25_1+kerberos+ldap+ssl 
-  port extract alpine+  port extract alpine @2.25_1+kerberos+ldap+ssl
   cd `port work alpine`/alpine-*   cd `port work alpine`/alpine-*
   gunzip -c /tmp/maildir.patch.gz | patch -p1    gunzip -c /tmp/maildir.patch.gz | patch -p1 
   find . -not -user macports -print0 | xargs -0 chown macports:admin   find . -not -user macports -print0 | xargs -0 chown macports:admin
   cd    cd 
-  port build alpine +  port build alpine @2.25_1+kerberos+ldap+ssl 
-  port install alpine +  port install alpine @2.25_1+kerberos+ldap+ssl 
-<note>Unfortunately I not using this version (2.21) of Alpine myself, as reading S/MIME encrypted e-mails is broken. I have a 2.0 version with Maildir-patch lying around, which still runs well</note>+<note>Unfortunately I did not use the previous version (2.21) of Alpine with Maildir myself, as reading S/MIME encrypted e-mails were broken. I have a 2.0 version with Maildir-patch lying around, which still runs well. I succeeded in compiling alpine 2.25 this way as documented here, but I didn't use it often yet</note>
  
 {{tag>OSX email alpine macports}} {{tag>OSX email alpine macports}}
docs/tips_n_tricks/max_os_x/alpine_with_maildir.html.1511026146.txt.gz · Last modified: 18.11.2017 18:29 CET by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki