[MacPorts] howto/SetupFetchmail modified

MacPorts noreply at macports.org
Mon Jun 23 06:51:33 PDT 2014


Page "howto/SetupFetchmail" was changed by khindenburg at macports.org
Diff URL: <https://trac.macports.org/wiki/howto/SetupFetchmail?action=diff&version=23>
Revision 23
Comment: add info about simple user setup
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/SetupFetchmail
=========================================================================
--- howto/SetupFetchmail (version: 22)
+++ howto/SetupFetchmail (version: 23)
@@ -123,6 +123,22 @@
 
 Last you send yourself a mail and trigger a mail collection with [attachment:Restart_Fetchmail.command] and then check if the mail arrived in your local mail storage.
 
+== Simple User Configuration ==
+Another possible way to setup fetchmail is to have your user run it.
+
+Note: You will have to adjust the paths in the plist and sh files
+
+Copy [attachment:myuser.fetchmail.plist] to /Library/LaunchDaemons/
+
+Create /Users/myuser/devel/scripts/fetchmail-call.sh
+{{{
+#!/bin/bash
+
+/opt/local/bin/fetchmail || [ $? -eq 1 ] 
+}}}
+
+Then, load the plist as usual.
+
 == Optional Parts ==
 
 [wiki:howto <- Back to the HOWTO section]
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://trac.macports.org/wiki/howto/SetupFetchmail>
MacPorts <http://www.macports.org/>
Ports system for OS X

This is an automated message. Someone added your email address to be
notified of changes on 'howto/SetupFetchmail' page.
If it was not you, please report to .


More information about the macports-changes mailing list