The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
174 views

Postfix configuration - keep the envelops

I have a postfix server that delivers mail and send a copy of the outgoing mail to a second server for content analysis using the following configuration (addresses and IPs have been replaced): ...
0
votes
1answer
423 views

Server inbound email forwarding

I have been struggling to get this to work for a little while now so I have come in the hope of getting a wee bit of help. I am running redhat 6.3, and using the machine as a webserver. My question ...
1
vote
1answer
175 views

possible spots to configure BIND-DNS forwarders

i'm investigating our BIND's configuration and can not figure out how it is aware of it's next name server to ask for some domain he's not authorative server for... e.g. home domain is ...
3
votes
1answer
306 views

TCP forwarding over SSH using non-root account

I've setup TCP forwarding over SSH using the following command: ssh -N -L 1234:10.0.2.2:1234 root@10.0.2.1 This works no problem. So I decided to create a non-root account user1 on 10.0.2.1 to do ...
2
votes
2answers
574 views

X11 forwarding through SSH

I have been playing around with X11 forwarding the past few hours and so far I've managed to forward my desktop pc's X Server to my laptop, using X11VNC as server and X2VNC as client. X2VNC uses ...
2
votes
1answer
445 views

How do i fix the to address when forwarding with mail/exim?

I am using debian squeeze (i believe, the box doesnt really say) i config exim4 to use gmail and put root: someuser in /etc/aliases then put my email address (name+box@gmail.com) in .forward I ...