# fetchmail/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- 1. The following sample commands assume that "fetchmail" is running as "root" and that "formail" (from the "procmail" package) is avail- able. Additionally, these commands require interactive sessions because "fetchmail" will prompt for the password associated with the specified account. If non-interactive use is required, the password may be pro- vided in a configuration file; for more information, see the "fetch- mail" "man" page. To delete transferred mail instead of leaving it on the remote server, use "--nokeep" instead of "--keep". A command similar to the following should work for transferring email from a default POP3 folder to a standard mailbox file stored in the system mailbox directory: fetchmail \ --all --keep \ --proto POP3 --port 110 \ --mda "formail -c >> /var/mail/FILENAME" \ --user USER_NAME SOMEHOST.com A command similar to the following should work for transferring email from an arbitrary IMAP folder to a standard mailbox file stored in the system mailbox directory: fetchmail \ --all --keep \ --proto IMAP --port 143 \ --folder "Folder name" \ --mda "formail -c >> /var/mail/FILENAME" \ --user USER_NAME SOMEHOST.com #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.48 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.60 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.04 hours (or 002.27 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license*.txt" in installed tree licfile = COPYING nls = disabled tmpsize = 14M #--------------------------------------------------------------------- [depends] actools bison3 flex gawk gettext grep openssl procmail python:strict python2-core:strict python2-tcltk:strict sed sendmail tcltk #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE autoreconf -fi bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-nls \ --mandir=$MANBASE \ --with-ssl=$PRODTREE/openssl #--------------------------------------------------------------------- [postbuild] DOCDIR=$PKGDIR_PROD/doc LIBDIR=$PKGDIR_PROD/lib mkdir -p $DOCDIR cp -p COPYING $DOCDIR/license.txt instreplinks -d $LIBDIR/ $PRODTREE/python2/lib/ #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = Not checked yet url_home = http://www.fetchmail.info/ url_lfs = Not checked yet url_tarball = https://downloads.sourceforge.net/\ fetchmail/fetchmail-6.4.39.tar.xz #--------------------------------------------------------------------- [history] 210509 Updated from 6.4.0.beta2 to 6.4.19 210709 Updated to 6.4.21 210914 Updated to 6.4.22 211031 Updated to 6.4.23 211120 Updated to 6.4.24 211210 Updated to 6.4.25 211228 Updated to 6.4.26 220127 Updated to 6.4.27 220305 Updated to 6.4.28 220503 Updated to 6.4.30 220722 Updated to 6.4.31 220801 Updated to 6.4.32 220828 Updated to 6.4.33 230106 Updated to 6.4.35 230301 Updated to 6.4.37 240311 Updated to 6.4.38 240722 Updated to 6.4.39