Difference between revisions of "Fetchmail"
From Linuxintro
imported>ThorstenStaerk (New page: Fetchmail is a command that allows you to fetch mail from a mail account onto your computer. It is useful when setting up a mail server. = Example = fetchmail -p pop3 -u 131313 -...) |
imported>ThorstenStaerk |
||
Line 2: | Line 2: | ||
= Example = | = Example = | ||
− | fetchmail -p pop3 -u 131313 -v pop.gmx.net | + | fetchmail -p pop3 -u ''131313'' -v ''pop.gmx.net'' |
+ | Asks for a password and fetches the mail of user ''131313'' from the pop3 server ''pop.gmx.net''. | ||
= See also = | = See also = | ||
* [http://man-wiki.net/index.php/1:fetchmail fetchmail's man page] | * [http://man-wiki.net/index.php/1:fetchmail fetchmail's man page] |
Revision as of 01:47, 29 May 2009
Fetchmail is a command that allows you to fetch mail from a mail account onto your computer. It is useful when setting up a mail server.
Example
fetchmail -p pop3 -u 131313 -v pop.gmx.net
Asks for a password and fetches the mail of user 131313 from the pop3 server pop.gmx.net.