Hello,
I want to know how to redirect permanently the "Undelivered Mail Returned to Sender" in outlook 2007.
I have already tested to make different rules and spam redirect but, the undelivered mails continues to come in my inbox.
Do outlook have a special configuration, does someone knows why i cant redirect my undelivered mails ?
Please test it YOURSELF and you will know it is not simple as making a rule with the message or the sender name...
I just bought a dedicated server on online.net I have a public and a private ip. I installed esxi from their panel and I can connect successfully with my vsphere client.
The problem is this: I want to create some instances and I want to give them different private ips. I also want to create some NAT rules to forward all users coming to my public ip port 80 to a specific instance.
How can I do that?
Thanks
I have my msn email account setup with a bunch of folders to put all my different emails in. I don't use rules, just drag and drop sort. On my current computer, I have it go to outlook, and all the folders pop up fine. But I set that up 4 years ago, and now I'm setting up a new laptop and have no idea how to get it going again. Any ideas?
We have a pfSense firewall in our datacentre. By default, pfSense is only storing 500K of firewall filter logs, which is only a few hours for us. How can I increase this?
pfSense uses clog rather than the usual BSD newsyslog.
I only want the log for debugging firewall rules, not compliance or anything, and the firewall has 100GB of spare disk space, so I'd rather have the logs on the firewall itself than set up a syslog server.
I have wrote my rules like this:
iptables -P INPUT DROP
iptables -P OUTPUT DROP
iptables -P FORWARD DROP
iptables -A OUTPUT -i eth0 -p tcp --dport 80 -j ACCEPT
What do I do next?
My MediaTemple Plesk Firewall Module seems to have just stop reflecting the rules in the iptables. I want to uninstall and reinstall the module, however, have no idea where to get the module package.
Anyone know where to get the module?
Is it possible to create an VPN connection while using site-to-site VPN?
Also see: http://serverfault.com/questions/126537/is-it-possible-to-use-microsofts-secure-connection-rules-ipsec-with-vpn
Hi, excuse me if my terminology is not correct.
We are using WebVPN to VPN into an Cisco ASA 5520. We want to have different rules that allow the user that VPNs into the network to access certain things based on their RSA SecurID authentication userid. Is this possible? If so, are there some good examples of how to achieve this?
I want connections coming in on ppp0 on port 8001 to route to 192.168.1.200 on eth0 on port 8080
I've got these two rules
-A PREROUTING -p tcp -m tcp --dport 8001 -j DNAT --to-destination 192.168.1.200:8080
-A FORWARD -m state -p tcp -d 192.168.1.200 --dport 8080 --state NEW,ESTABLISHED,RELATED -j ACCEPT
and it doesn't work, what am I missing?
It is noticeably faster to send and receive mail on my iPhone than on my MacBook, both through a Gmail IMAP account. (I'm still using Leopard, though.) I have a few rules set up in Mail, but it seems like the slowdown on the Mac is in the communication to Google's servers.
Any explanations?
Hello fellows, I need some advise here for default.vcl. Here's the rules:
1) Only cache pages with urls that contains '/c/', the rest will pass
2) Set the cache expiry to 3 hours
3) Only cache and server from cache if cookie 'abc' and cookie 'xyz' is empty
Thank you!
We use Citrix to access an app (APP1) remotely. As it currently stands, when APP1 needs to do a merge document, it calls a session of another app (APP2) from the Citrix server.
However, due to latency issues, we now want APP1 to call a local version of APP2. This is controlled in the registry entry for APP1.
I'm wondering what kind of path entry would need to be made so that APP1 would call the local APP2 while following the rules of the Citrix profile.
How can i block a sub-site of a website as e.g. http://example.com/someSite
unfortunately the hosts file is not an option since you can only block whole domains there and any "/" just destroys these rules.
this is just for my personal protection against visiting some sites too often, while i still have to be able to get to the other sites of that domain (as e.g. example.com/someOtherSite)
would be great if someone knows a solution regarding this topic
I whould like this simple rewrite rule:
/somefolder/mypage.aspx?myid=4343&tab=overview
to be redirected to:
/folder/4343/overview/
I looked for some solutions and none actually worked..
I tried:
rewrite ^/somefolder/mypage.aspx?myid=(.*)&tab=overview$ /folder/$1/overview permanent;
and
rewrite ^/somefolder/mypage\.aspx\?myid=(.*)&tab=overview$ /folder/$1/overview permanent;
What am I doing wrong? I'm getting 404
(simpler rules works just fine..)
Thanks
I have added a install for Silver light to my MDT server, so it can get installed when the image gets deployed.
When I boot them machines it is asking me to install the applications, how can i get it to auto install the apps without prompting. I have added this line to the rules -
I thought that would but seems to make no difference. I'm sure i must have missed something somewhere?
Cheers
Luke
Given a public WiFi hotspot behind an ISA Sever and a single Internet address, which rules or content filters would be useful to achieve this configuration?
Allow anonymous users to surf the web, chat over IM, and connect to their diffrent workplace VPNs
Restrict Bittorrent and other P2P clients from attracting the attention of MediaSentry and others.
I am new to ubuntu , i have installed rdiff-backup.
I have folder called sqlfiles on remote ftp server.The sql filesa are stored for last three days and then deleted. But i want to download the all copies to local computers
I want to have incremental backups on my local server so that
1)If file is same then it should not be copied
2)if different , then overwrite it
3)If file is in local directory and not in FTP , then leave as it is
How can i apply those rules to r-diff
Hi all,
I am trying to connect to mysql database on amazon through a php script, but I am shown this error:
Warning: mysql_connect()
[function.mysql-connect]: Lost
connection to MySQL server at 'reading
initial communication packet', system
error: 111
I have tried and searched places and did the following things:
In "/etc/mysql/my.cnf" I commented out the line bind address: 127.0.0.1 to allow the acccess to all.
checked /etc/hosts.allow and /etc/hosts.deny and made sure that there are no rules present that may cause
But still no luck. Please suggest any other way.
Thanks,
Madhup
Is it possible to include the config.tar (encompasses the rules before/after scripts…) instead of on a web server served through http:// - but included no the cdrom itself.
Namely am trying to do something along the lines of:
title Solaris
kernel$ /boot/multiboot kernel/$ISADIR/unix install cdrom:/config/config.tar dhcp -B install_media=cdrom
module$ /boot/$ISADIR/x86.miniroot
Yet it seems Solaris only supports HTTP or NFS as the source for config.tar - and not the CDROM itself.
Any ideas?
Thank you.
How can i block a sub-site of a website as e.g. http://example.com/someSite
unfortunately the hosts file is not an option since you can only block whole domains there and any "/" just destroys these rules.
this is just for my personal protection against visiting some sites too often, while i still have to be able to get to the other sites of that domain (as e.g. example.com/someOtherSite)
would be great if someone knows a solution regarding this topic
I am trying to redirect traffic from one IP reached on a specific port to a website.
For example I have two external ips, lets say 194.145.63.1 and 194.145.63.2 set on one network card as 194.145.63.1 - eth0 and 194.145.63.2 -eth0:1
mywebsite.com allows access only from 194.145.63.1 and I want to set my rules like if I hit http://194.145.63.2:8080 to open mywebsite.com trough 194.145.63.1.
Thanks in advance!
I'm learning how to use iptables on ubuntu server.
Can you please explain to me what "Allowing Established Sessions" means and why should I include it in rules?
sudo iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
I understand concept of allowing specific ports and blocking others
sudo iptables -A INPUT -p tcp --dport ssh -j ACCEPT
block all
sudo iptables -A INPUT -j DROP
But I don't get the concept of allowing established session.
Thanks.
S.
Usually I just use the online tools for url mod_rewrite rules but this just wouldn't work.
Dynamic url: http://sub.domain.com/index.php?page=index&name=test
Rewritten url: http://sub.domain.com/test OR http://sub.domain.com/test/
My htaccess:
RewriteRule ^([^/]+)/?$ index.php?page=index&name=$1 [L]
Instead of passing "test" for the variable name, I always get the value "index.php"
Anyone gurus has have any idea?