popforward
- Nom:
- POPforward
- Version:
- 0.0.5
- Requiers la version:
- 0.2.7
- Distribution sous license:
- GNU/GPL
- Téléchargement de
-
lien pour télécharger le plugin
- Homepage du plugin
-
http://www.freepops.org/
- Auteur:
- Enrico Tassi
<gareuselesinge (at) users (.) sourceforge (.) net>
- Domaine supporté:
- @...
- Description:
- This is a POP3 proxy. Read the parameters to know the additional features
- Paramètres supportés:
-
- Nom:
-
realusername
- Description:
- If you start the plugin with the username foo@popforward.lua then you need this option to set the real username
- Nom:
-
host
- Description:
- The POP3 server hostname. You can specify the port in the hostname:portnumber way. If host is a lua function (you can set that changing the config.lua file but not on the fly) it is called with the username and should return both host and port.
- Nom:
-
port
- Description:
- To choose to server port to connect to. Use this if you have not specifyed the port in the host parameter.
- Nom:
-
pipe
- Description:
- Pipe the messages to the specified command before passing them to the mail client. Example: '/usr/bin/spamc -t 10'
- Nom:
-
pipe_limit
- Description:
- Limit the maximum size of piped messages, the default (0) is to pipe all of them.