Results 11 to 20 of 27
[root@glacier root]# postconf -v| grep 'forward'
allow_mail_to_commands = alias,forward
allow_mail_to_files = alias,forward
forward_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEF GHIJKLMNOPQRSTUVWXYZ
forward_path = $home/.forward${recipient_delimiter}${extension},$home/.forward
prepend_delivered_header = command, file, forward
Looks the same, Is there a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-15-2005 #11Linux Newbie
- Join Date
- Nov 2004
- Location
- Glacier, WA
- Posts
- 103
[root@glacier root]# postconf -v| grep 'forward'
allow_mail_to_commands = alias,forward
allow_mail_to_files = alias,forward
forward_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEF GHIJKLMNOPQRSTUVWXYZ
forward_path = $home/.forward${recipient_delimiter}${extension},$home/.forward
prepend_delivered_header = command, file, forward
Looks the same, Is there a setting in teh Postfix setup I need to change??
- 03-15-2005 #12Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
AFAIK, no!
might be something that I can't se here right now.
Have you sent out a question in the Postfix mail forum?
If there is a flaw (with e.g. RH), I'm quite sure there will be an answer at that forum.
- 03-15-2005 #13Linux Newbie
- Join Date
- Nov 2004
- Location
- Glacier, WA
- Posts
- 103
Thanks for the help.
Bill
- 03-15-2005 #14
In sendmail you can set up fowarding in virtualusertable in /etc/mail
in your example
if your username on the sendmail box is donald then it goes like this
donald <tab><tab>donald.duck@ducktales.com
Mike
P.S. Where is Glacier WA?Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 03-15-2005 #15Linux Newbie
- Join Date
- Nov 2004
- Location
- Glacier, WA
- Posts
- 103
Thanks again.
And Glacier, WA is in the Northwest corner of Washington State, about 100 miles north of Seattle and 40 miles east of Bellingham.
Bill :o
- 03-15-2005 #16Linux User
- Join Date
- Feb 2005
- Posts
- 290
this is mine... hope this helps
[root@intra root]# cd ~adam
[root@intra adam]# pwd
/home/adam
[root@intra adam]# ls -ald .forward
-rw-r--r-- 1 adam users 26 Oct 6 2003 .forward
[root@intra adam]# cat .forward
adam
adam_spam_me_no_more@yahoo.com
[root@intra adam]#
- 03-15-2005 #17
- 03-16-2005 #18Linux Newbie
- Join Date
- Nov 2004
- Location
- Glacier, WA
- Posts
- 103
It looks like it's working now, I added a \ to the like
\bill@xxxxxxxxx.com
and it looks like it is working
Thanks for all teh help.
Bill
- 03-16-2005 #19Just Joined!
- Join Date
- Mar 2005
- Posts
- 2
Re: my .forward is not working
Originally Posted by GlacierBill
Are you sure the home dir is mounted on the email server??
- Nils
- 03-16-2005 #20Linux Newbie
- Join Date
- Nov 2004
- Location
- Glacier, WA
- Posts
- 103
I was in error, it still is not working, where are teh logs for postfix??


Reply With Quote
