fetchmail and forward to an extern address


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers fetchmail and forward to an extern address
# 1  
Old 03-01-2009
fetchmail and forward to an extern address

Hi,

I'm searching for an solution for the following problem.
I want fetch some mails via pop3 from a@a.com with fetchmail.
That works perfectly. Now any incoming mail should forwarded to b@b.com via smtp obv. But I don't know how to configure that. All online tutorials describe forwarding to local mailservers.

Both a@a.com and b@b.com, with pop3 and the smtp servers are external ones.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

Extern keyward on function in C

I saw a header (.h) file with mixture of "regular" function declarations and other extern function declarations. As I was told all function declarations are implicitly external and the extern on functions declarations is superfluous. Here my focus is on function declaration, not variable yet. int... (2 Replies)
Discussion started by: yifangt
2 Replies

2. Programming

C header file and extern

In the header file data.h i got: const char ack_msg = "ack: received your msg\n"; In the code file server.c i got: extern const char ack_msg; And else it is only used in a function call: user$ grep ack_msg *c *h server.c:extern const char ack_msg; server.c: n = write(clientsfd,... (5 Replies)
Discussion started by: tornow
5 Replies

3. Ubuntu

Iptables forward traffic to forward chain!!!

Hi, I am new to linux stuff. I want to use linux iptables to configure rule so that all my incoming traffic with protocol "tcp" is forwarded to the "FORWARD CHAIN". The traffic i am dealing with has destination addresss of my machine but i want to block it from coming to input chain and somehow... (0 Replies)
Discussion started by: arsipk
0 Replies

4. Programming

segmentation fault for extern

Why this is happening when both of them compiled together and run? I am getting segmentation fault SIGSEGV. File1.c: int arr; File2.c: extern int *arr; int main() { arr = 100; } (3 Replies)
Discussion started by: royalibrahim
3 Replies

5. Linux

Fetchmail Help

Hello there Unix & Linux Guru's and Gifted ones, Can anyone help me configure fetchmail on my redhat 9.0 This sounds to be silly but really I'm new to linux. I really need step by step installation and configuration on our company's required Redhat 9.0 (shrike) OS. Thank you and God... (2 Replies)
Discussion started by: struggled_boy
2 Replies

6. UNIX for Dummies Questions & Answers

fetchmail: forward mail changing subject

Hi there, I receive job applications sent by a website daemon. The email subject contains the job offer description. The problem is that gmail tends to concatenate emails with the same subject and I don't really want all applications in the same email. Thus the from field contains the candidate... (0 Replies)
Discussion started by: chebarbudo
0 Replies

7. Linux

Problem mounting extern hd (fedora 9)

Hi there, I'm having a bit of a strange problem which I would appreciate some help with. The Problem: I have two external hard drives, but I'm borrowing one off my parents to copy data too (one of mine, which is identical to theirs - WD MyBook 300g - is on its way out). Fedora 9 recognizes... (3 Replies)
Discussion started by: lasthidingplace
3 Replies

8. Programming

Extern variable.

file1.c int a1; int main() { a1 = 2; printf("\na1 = %d\n", a1); next(); printf("\na1 = %d\n", a1); next1(); printf("\na1 = %d\n", a1); } file2.c #include <stdio.h> int b1 = 0; void next(void) (1 Reply)
Discussion started by: Tanvirk
1 Replies

9. Programming

extern for functions

Hi, Please let me know if the extern keyword is necessary for using functions which is defined and declared in another file and and used in a different file where both these files are linked together. thanks (8 Replies)
Discussion started by: naan
8 Replies

10. UNIX for Dummies Questions & Answers

fetchmail taking long time to fetchmail...

Hi peeps, We are having around 60 users. The time set to retrieve the mail is 300 sec. But it's taking around 1 hour to deliver mails. I am using debian sarge 3.1. any clues? And how it will affect if I decrease the time? My machine has got 1 p4 3.0 GHZ processor and 1 GB ram. The home... (2 Replies)
Discussion started by: squid04
2 Replies
Login or Register to Ask a Question
bbmail(1)																 bbmail(1)

NAME
bbmail - mailbox flag for X SYNOPSIS
bbmail [options] DESCRIPTION
bbmail displays the status of a mailbox and warns when new mail has arrived. It has internal support for mbox and maildir mailboxes. Other mailboxes like MH or pop3 can be checked using an external program. The tool is designed to mimic the look and feel of the Blackbox window manager when used in combination with blackbox bbmail copies the style from Blackbox. A little picture of an envelope shows if new mail is present. Multiple mailboxes can be defined and different envelope colors are used to indicate new mail. If the envelope is pressed with left mouse button a program for example a mail client can be started. When the right button is pressed on the envelope a menu shows up. The menu shows all mailboxes and the new mail/total mail of that mail box. Another option in the menu is reconfigure, which causes bbmail to reconfigure (reread the config files). Options bbmail supports the following command line options: -d displayname, --display displayname Set display to displayname -c configname, --config configname Read configuration from configname instead of the default. -v, --version Display version number of bbmail -h, --help Display help on command line options -g +x+y, --geometry+x+y Set the position of bbmail to x,y. Use +x+y to specify the coordinates relative to the upper left corner, use -x-y specify the coor- dinates relative the lower right corner. This option is ignored when -withdrawn flag is used. -d, --decorated Show bbmail in a normal window with title bar. -w, --withdrawn Put bbmail in the blackbox slit or Windowmaker dock. -s, --shape Don't display the background of bbmail. This only makes sense in combination with the -withdrawn flag Configuration Global configuration: By default the configuration file bbmail.bb can be found in /usr/local/share/bbtools Local configuration: The default configuration file should be placed in ~/.bbtools/ The following options can be set in the configuration file: bbmail.bevelWidth: width Set the width between text label and edge of tool. bbmail.position: +x+y Set position of bbmail. bbmail.withdrawn: boolean Set to True to put bbmail in the blackbox slit or Windowmaker dock. Default set to false. bbmail.shape:boolean Set to True if bbmail shouldn't display its background. This gives a nice effect when withdrawn. Default set to false. bbmail.checkDelay: seconds Delay between checks. After delay mailbox file is checked for change. bbmail.forceCheck.onDelay: seconds Delay between checks. After delay external program to check mail is executed. bbmail.show.newmail.counter: boolean Set to true if bbmail should show the new mail counter. Default set to true. bbmail.show.totalmail.counter: boolean Set to true if bbmail should show the total mail counter. Default set to true. bbmail.show.envelope: boolean Set to true if bbmail should show envelope which flags new mail. Default set to true bbmail.numberOf.digits: "value" Set the number of digits of the new mail and total mail labels. Default it is set to 2, this makes it fit nicely in the slit. bbmail.show.onlyAtnewmail: boolean Set to true if bbmail should only show up when new mail has arrived. Default set to false bbmail.raised: boolean bbmail.autoRaise: boolean bbmail.pressed.runCommand: "command" The command to run when the envelope is pressed (using the left mouse button). This command is overridden by the newmail command. bbmail.numberOf.mailboxes: "value" Set the number of mailboxes you want to define. If set to 0, the environment variable MAIL is used to find default mailbox. bbmail.mailbox.*.type: value Set the type of mailbox to eother mbox, maildir or other. bbmail.mailbox.*.filename: filename The filename of the mbox file or the directory of maildir bbmail.mailbox.*.name: name Name of mailbox, this name is shown in menu. bbmail.mailbox.*.newmail.pressed.runCommand: command The command to run when new mail is indicated. If this command is not defined the command defined by bbmail.pressed.runCommand is used. bbmail.mailbox.*.newmail.runCommand: command The command to run when new mail is received. Example: cat mail.wav > /dev/dsp bbmail.mailbox.*.newmail.bell: boolean If set to true the bell is sound when new mail arrives. bbmail.mailbox.*.newmail: gradient Set the gradient of the envelope when new mail is present. Example: Raised Gradient Vertical Bevel1 bbmail.mailbox.*.newmail.color: color Set the "from" color of the envelope when new mail is present. bbmail.mailbox.*.newmail.colorTo: color Set the "to" color of the envelope when new mail is present. bbmail.mailbox.*.newmail.pressed:gradient Set the gradient of the envelope when new mail is present and the envelope is pressed. Example: Flat Gradient Vertical Bevel1 bbmail.mailbox.*.newmail.textColor: "color" Set the color for the lines in the envelope. bbmail.mailbox.*.newmail.error.textColor: color Set color for the error indication in the envelope. bbmail.menu.justify: justify Set menu text justify to either CentreJustify, LeftJustify or RightJustify. bbmail.menu.bulletStyle: bullet style diamond Set menu bullet style to either diamond bbmail.menu.bulletPosition: "bulletposition" Set menu bullet position to either left or right. bbmail.menu: gradient Set the gradient of the menu. bbmail.menu.color: "color" Set the "from" color of the menu. bbmail.menu.colorTo: color Set the "to" color of the menu. type mbox options bbmail.mailbox.1.newmail.statusFlag: " status" Set the status flag which in used in the mbox file to indicate mail is read. Exam- ple for Netscape: X-Mozilla-Status: [89ABCDEF] type other options bbmail.mailbox.1.mode: mode mode: 1- unread mail total mail 2- unread mail read mail 3- read mail total mail 4- ignore second value (for both proc and reversed proc) bbmail.mailbox.1.proc: program The program to run to check for mail, bbmail searches for 2 integers in the output of the program. If none are found an error is reported. Example program MH: flist Example program fetchmail: fetchmail -c | ~/.bbtools/bbmailparsefm.pl BUGS
The config file of bbmail doesn't handle spaces after commands very well. John Kennis May 14, 2001 bbmail(1)