Skip to main content

Questions tagged [forwarding]

There are myriad kinds of forwarding. Use this if you must, but try to find a more specific [tag] first.

-1 votes
0 answers
15 views

ACM email forwarding is slow? [closed]

I take advantage of the Association for Computing Machinery (ACM) email forwarding. I notice that the time it takes for incoming email messages to appear on the server for download seems to be ...
0 votes
0 answers
14 views

How to forward function calls to function target with same name but in different context

Working: import multiprocessing from time import sleep class bar(): def __init__(self): pass def x(self, a, b): print(self, a, b) def y(self, a, b=None, c=None): print(self, c, b, a) ...
0 votes
0 answers
46 views

How to expose port of LXC container in Proxmox?

I have a proxmox server running an LXC container with radicale (a CalDav server). Everything worked fine while I only used the server in my own LAN. Now I want to expose the port 5232 to the Internet, ...
0 votes
1 answer
97 views

How to use a non-template function to achieve perfect forwarding by an argument-wise manner?

template<typename T> class Group; template<typename...U> class Group<std::tuple<U...>> { public: typedef std::tuple<U...> type; void emplace_back(U&......
0 votes
0 answers
11 views

Dnsmasq printed out "forwarded to" correctly but tx count of network interface is not increased

I have problem about working of dnsmasq. To forward dns queries from other devices to external network, I used dnsmasq v2.86. When problem was happened, dnsmasq printed out forward log successfully ...
0 votes
1 answer
9k views

DNS lookup getting Non-existent domain error

I have two mirrored forward DNS server(for simplifying, named f1, f2) which forward some domain request to my authoritative DNS server(also named a1, a2), I added some new domain to my authoritative ...
38 votes
11 answers
95k views

VirtualBox port forwarding not working with NAT adapter

I'm trying simple port forwarding with VirtualBox and it appears VirtualBox.exe is listening on the host to the port, but not actually forwarding the connection to the guest. I've tried on multiple ...
9 votes
3 answers
6k views

Quickest and most reliable way to forward mail from an IMAP account

I'm wondering what is the quickest and most reliable way to forward mail from an IMAP account. My university does not allow our student-mailbox to forward to a private e-mail account (everybody uses ...
0 votes
0 answers
8 views

Nginx proxying lost Tomcat's HTTP port

===========================10.10.50.95=========================== I am running a Tomcat on the machine at 10.10.50.95 Locally, I verified the service is running normally using curl curl -v http://...
5 votes
2 answers
9k views

How to forward an email downloaded by PHP and IMAP?

I'm writing a script to read email and distribute it to different email addresses depending on the TO address. All email comes to one address, but I cannot seem to figure out how to forward an email, ...
-2 votes
1 answer
112 views

MIPS pipeline forwarding

Consider a 5-stage pipelined processor with Instruction Fetch (IF), Instruction Decode (ID), Execute (EX), Memory Access (MEM), and Register Writeback (WB) stages. Which of the following statements ...
1 vote
1 answer
2k views

How to disable forwarding message sent by Telegram Bot in private chat?

How to disable forwarding message of Telegram Bot in private chat? Some individuals are receiving messages from the bot and subsequently distributing them to others. I want to prevent this activity I ...
0 votes
0 answers
21 views

Twilio Number to forward an incoming call to 2+ numbers. My current build ends the call if one of the ones is off. Will conference solve this?

I've pasted my code below. I've searched through some old posts and see that the Twilio dial feature can't delineate between a voicemail and an answer. Essentially - I only need one of the numbers to ...
0 votes
1 answer
47 views

Possible to update a forwarding number by sending SMS?

Very new Twilio user and I have a really specific use case and wonder if this is possible? I am part of a team of volunteers for a water rescue charity and we have an on call Incident Commander (IC). ...
47 votes
3 answers
55k views

Can I forward env variables over ssh?

I work with several different servers, and it would be useful to be able to set some environment variables such that they are active on all of them when I SSH in. The problem is, the contents of some ...

15 30 50 per page
1
2 3 4 5
43