forward(1) General Commands Manual forward(1)NAME
forward - forward new mail to one or more addresses
SYNOPSIS
in .qmail: |forward address ...
DESCRIPTION
forward forwards each new mail message to the specified list of addresses. It is a simple wrapper around qmail-queue. It achieves the
same results as listing each address separately in .qmail, but it is more programmable since address can be constructed on the fly.
SEE ALSO dot-qmail(5), qmail-command(8), qmail-queue(8)forward(1)
Check Out this Related Man Page
fastforward(1) General Commands Manual fastforward(1)NAME
fastforward - forward mail according to a cdb database
SYNOPSIS
in .qmail-default: | fastforward [ -nNpPdD ] cdb
DESCRIPTION
fastforward forwards each incoming message according to instructions in cdb created by setforward.
If there is no forwarding instruction in cdb for the incoming recipient address, fastforward will bounce the message.
You can override .qmail-default with a specific .qmail-recipient; see dot-qmail(5).
Warning to system administrators: Messages do not reach ~alias/.qmail-default unless they are controlled by the alias user. See qmail-
getpw(8).
SECURITY WARNING: If cdb includes instructions pointing to a mailing list owned by another user, that user gains some amount of control
over fastforward's behavior. In particular, he can force fastforward to open any file that you can access, and to read any world-readable
file that you own, even if the file is in a world-inaccessible directory.
OPTIONS -n No delivery. fastforward will print a description of its actions, but will not actually read or forward a message.
-N (Default.) Forward a message as usual.
-p Pass through. If fastforward does not find the recipient in cdb, it exits 0, giving the message to further commands in .qmail-
default. If fastforward finds the recipient, it forwards the message and exits 99, so that further commands are skipped.
-P (Default.) Do not pass through. If fastforward finds the recipient, it forwards the message and exits 0. Otherwise it bounces the
message.
-d Use $DEFAULT@$HOST as the recipient address, or $EXT@$HOST if $DEFAULT is not set.
-D (Default.) Use $RECIPIENT as the recipient address.
VERSION
This is fastforward 0.51. The fastforward home page is http://pobox.com/~djb/fastforward.html.
SEE ALSO newaliases(1), printforward(1), setforward(1), dot-qmail(5), qmail-command(8), qmail-local(8), qmail-getpw(8)fastforward(1)
Hi,
I am an NT MCSE who has decided to abandon the MSCE Win2K path and take the UNIX/Linux Path.
But since I am very new to that field, I am not sure exactly what Certification I should get that would cover the biggest area of that field as possible. Not to mention if I should got with... (10 Replies)
Good day!
I am trying to learn how to use the "sed" editor, to perform multiple edits on multiple files in multiple directories.
I have one script that tries to call up each file and process it according to the edits listed in a second script. I am using a small input text to test these, at... (12 Replies)
Hi, I'd like to forward my Emails from my domain to my gmx and web.de accounts. For example:
bla@blabla.de to bla@gmx.de
blabla@blabla.de to bla@web.de
How to do this ? I know that .forward forwards all emails to one account, but that's not what I want. (8 Replies)
Hi,
I am trying to search through a file for a particular word, then once found, I want the search to carry on for another 30 lines and append all this to a new file. For example, I search for the word "test" in hello.txt:
<--some code-->
<--some code-->
<--some code-->
test
<--some more... (7 Replies)
I have a file, can I just modify the <number> field and delete the 3rd number and move 4th number to 3rd.. (surely, delete the last digit)?
<john>
<Number>11 20 03 22 23 21 91 00 F0</Number>
<peter>
<Number>12 20 03 20 99 21 91 20 F0</Number>
<ken>
<id>
<Number>10 21 03 21 78 21 92... (6 Replies)
Hi All,
If I wanted to find and replace a line with a user input value that has forward slash, then how to do it?
For example I have a script called ./configure.sh which will ask for user to input some path (let's say WPS_HOME). I can read that user input and want to put this value to a... (6 Replies)
Hi Everyone,
I am an intermediate to Unix.I want to forward the incoming messages for my Unix Account 'pdileep' to another mail account 'pdileep@ncmail.com'.
I tried out .forward option,but the forwarded message was not there in my Unix Account.
My requirement is like,i want to forward... (6 Replies)
Hi,
I have an interesting problem. I cannot connect to a personal server I set up. What's interesting is that I can connect to it from the LAN using its non-local IP address. However, I cannot seem to connect to it from anywhere else.
Here's how my server is set up:
My entire home has a... (8 Replies)
i need to replace '/' forward slash with \/(backward slash follwed by a forward slash) using sed command when the forward slash occurs as a first character in a file..
Tried something like this but doesn't seem to work.
find $1 -print0 | xargs -0 sed -i -e 's/^\//\\\//g'
Can someone... (19 Replies)
Hello. I installed a Debian box, and its installed remotely. I need to boot up iceweasel from there to do a quick test.
I log on using:
ssh root@<IP> -X
I have modified the /etc/ssh/sshd_config file, and added the X11Forwarding yes flag
And yet I still get:
Error: cannot open... (10 Replies)
I currently installed openvpn on CentOS 6 64bit and everything is working fine but I want to portforward a client "user" so they can use that port here is what i thought it might work
iptables -t nat -A PREROUTING -p udp -d SERVERIP --dport 3074 -j DNAT --to-destination 10.8.0.6:3074 (13 Replies)
I have some directories I am trying to sort. When I attempt to sort them and they are in this format, everything works great:
file
/vol/trees10
/vol/trees2
/vol/trees7
cat file |sort -ts -k2 -n
/vol/trees2
/vol/trees7
/vol/trees10
This makes thefiles in the order... (9 Replies)
Hello,
I have a video streaming application that utilizes a WebSocket for the server <-> client communication. My goal is to make the video streaming service available over the internet in the cases where neither the server nor client have public IPs.
One way to do this is over a VPN... (8 Replies)
Question, I've been trying to find information for setting the X-Forwarded-For header in C programs, or basically how spoofing it works. I've seen how to do this in ruby, python, and even with curl. I tried searching Google for it, but have came up empty handed. Any links, examples or advice much... (11 Replies)
hi,
I'm trying to run a bash script that starts GUI. Though it says application started when I run this bash script doesn't show up any GUI. Here is what I've tried so far and please let me know if I'm missing something with the X11 set up here.
cat /etc/redhat-release
Red Hat Enterprise... (8 Replies)