From: Andrea B. <and...@ti...> - 2006-09-17 17:51:32
|
> This is detailed in the man page, which you obviously didn't bother to > read. See the section titled "CONFIGURATION EXAMPLES". > > The online manual can be found at: > http://www.fetchmail.info/fetchmail-man.html > I am sorry, but before writing mailing-list I just read the fetchmail manual at http://www.fetchmail.info/fetchmail-man.html. Reading the section " CONFIGURATION EXAMPLES" I didn't undestand what answer was to my question. Perhaps, kindly, it was better that you gave me the answer. Thank you Andrea |
From: Andrea B. <and...@ti...> - 2006-09-20 14:05:04
|
> what exactly was unclear about "Multiple servers may be listed:" in said > section? The section that I read was "Configuration examples". The examples are clear, but I did'nt find the answer to my question. Andrea |
From: Matthias A. <mat...@gm...> - 2006-09-22 00:13:28
|
"Andrea Bencini" <and...@ti...> writes: >> what exactly was unclear about "Multiple servers may be listed:" in said >> section? > > The section that I read was "Configuration examples". > The examples are clear, but I did'nt find the answer to my question. If your original question was "how to duplicate messages for two accounts", fetchmail doesn't directly support that, since it's built around the idea of a local fully-fledged mail server that can do alias expansion. For anything that is remotely sendmail compatible (i. e. most mailers except qmail), writing something like this line into /etc/aliases or /etc/mail/aliases (check your manuals, details differ!) would work after running "sendmail -bi" or whatever else your system requires to rebuild the alias database: locallist: localuser1 localuser2 Alternatively, but not recommended, you can trick it into doing that by using an program that can deliver to multiple recipients at the same time, for instance: mda "/usr/sbin/sendmail -i -f %F -- localuser1 localuser2" Syntax is crucial for the MDA option, do NOT add single quotes here, and don't forget the -i. Note that most filtering MDAs do not support multiple recipients on the command line, so you'd need to spell this out in the configuration file. -- Matthias Andree |
From: Andrea B. <and...@ti...> - 2006-09-22 16:14:41
|
> If your original question was "how to duplicate messages for two > accounts" Yes, it was that. > For anything that is remotely sendmail compatible (i. e. most mailers > except qmail), writing something like this line into /etc/aliases This is the way. Thank Matthias Andrea |
From: Matthias A. <mat...@gm...> - 2006-09-23 11:29:56
|
"Andrea Bencini" <and...@ti...> writes: >> If your original question was "how to duplicate messages for two >> accounts" > > Yes, it was that. > >> For anything that is remotely sendmail compatible (i. e. most mailers >> except qmail), writing something like this line into /etc/aliases > > This is the way. But doesn't work on qmail -- you need add-on software for that. -- Matthias Andree |
From: Andrea B. <and...@ti...> - 2006-09-23 14:54:18
|
> But doesn't work on qmail -- My MTA is postfix. Andrea |
From: Matthias A. <mat...@gm...> - 2006-09-26 00:46:14
|
"Andrea Bencini" <and...@ti...> writes: >> But doesn't work on qmail -- > > My MTA is postfix. Good, just remember to run "newaliases" after the changes to the aliases file (and be sure to set alias_maps and alias_database correctly and to edit the right file). -- Matthias Andree |
From: Andrea B. <and...@ti...> - 2006-09-27 15:18:56
|
> Good, just remember to run "newaliases" I run "postalias" because I have "postfix". bye Andrea |
From: Matthias A. <mat...@gm...> - 2006-09-30 21:32:27
|
"Andrea Bencini" <and...@ti...> writes: >> Good, just remember to run "newaliases" > > I run "postalias" because I have "postfix". Shouldn't make a difference if you're doing it properly. Postfix runs postalias on the $alias_databases if you type "newaliases"... :-) -- Matthias Andree |
From: Andrea B. <and...@ti...> - 2006-10-02 18:42:57
|
> Shouldn't make a difference if you're doing it properly. > Postfix runs postalias on the $alias_databases if you type "newaliases"... :-) Thank you for this info. Andrea |
From: Rob M. <rob...@gm...> - 2006-09-17 19:08:27
|
On 9/17/06, Andrea Bencini <and...@ti...> wrote: > > This is detailed in the man page, which you obviously didn't bother to > > read. See the section titled "CONFIGURATION EXAMPLES". > > > > The online manual can be found at: > > http://www.fetchmail.info/fetchmail-man.html > > > I am sorry, but before writing mailing-list I just read the fetchmail manual > at http://www.fetchmail.info/fetchmail-man.html. Reading the section " > CONFIGURATION EXAMPLES" I didn't undestand what answer was to my question. > Perhaps, kindly, it was better that you gave me the answer. poll POP.ISP.NET user USERA with password PASSA is LOCALA here user USERB with password PASSB is LOCALB here If however you want to put the same email into 2 separate accounts then you'll have to handle that with your local SMTP server. -- Please keep list traffic on the list. Rob MacGregor Whoever fights monsters should see to it that in the process he doesn't become a monster. Friedrich Nietzsche |
From: Matthias A. <mat...@gm...> - 2006-09-19 21:35:49
|
"Andrea Bencini" <and...@ti...> writes: >> This is detailed in the man page, which you obviously didn't bother to >> read. See the section titled "CONFIGURATION EXAMPLES". >> >> The online manual can be found at: >> http://www.fetchmail.info/fetchmail-man.html >> > I am sorry, but before writing mailing-list I just read the fetchmail manual > at http://www.fetchmail.info/fetchmail-man.html. Reading the section " > CONFIGURATION EXAMPLES" I didn't undestand what answer was to my question. > Perhaps, kindly, it was better that you gave me the answer. Andrea, what exactly was unclear about "Multiple servers may be listed:" in said section? Do you have any suggestions how to reword this so it's easier to find or recognize? Grazie. -- Matthias Andree |