|
Dad is currently in France for a few months, so I cannot help him "live" (I will be there in a month, maybe he can live with it until then).
When he is at home (Canada), he can send email with his outlook application; but when he's in France, he cannot.
He can receive emails, but not send them out.
To send emails, he needs to login to his web email portal.
What configuration/setting should I ask him to look at in Outlook ?
Anti-Virus: I would expect his anti-virus to prevent receiving emails, but not send them ?
Proxi: ???
Firewall: ???
Thanks.
I'd rather be phishing!
|
|
|
|
|
Any error message?
He might check/ask about the router used in France. Some have options to deny outgoing SMTP for specific sources (connected devices) and/or white lists for allowed SMTP servers (servers of the provider itself and common ones like GMail).
The only other reason I can think of is that his IP address is blocked by the mail provider. While this happens sometimes for address ranges that has been noticed for spamming I have not heard so far for addresses being blocked by location.
I suggest to check if the provider uses some blocking (web research first and then optionally by contacting them).
For further analysis you/we need some more information:
Outlook error message
Mail provider (e.g. the SMTP server name)
Used internet connection (provider in France)
|
|
|
|
|
Maximilien wrote: What configuration/setting should I ask him to look at in Outlook ?
I bet his email is from his ISP and he doesn't have the SMTP server set with credentials. When in Canadia he won't need this as he will be using the network the mail server is a part of so it just lets email through.
In Outlook go to File -> Account Settings -> Account Settings. Click on the Email Account and click Change. Now click on the More Settings... button this will bring up a dialog box with 4 tabs (I'm on Hosted Exchange so can't see what POP3/IMAP has). One of these if for the Outgoing Server, check the box next to Use the same credentials as Incoming server and he will login to the SMTP server and be allowed to send emails.
Michael Martin
Australia
"I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible."
- Mr.Prakash One Fine Saturday. 24/04/2004
|
|
|
|
|
Just wondering what others are using for log analysis, metrics, reporting. My company is thinking of using LogRhythm and from what I've heard its not so great at the analystics piece but is good on security. What tools do you guys use for troubleshooting, analysis, metrics and general health reporting?
|
|
|
|
|
MothInTheMachine wrote: Just wondering what others are using for log analysis, metrics, reporting Excel.
MothInTheMachine wrote: analystics piece but is good on security They feature five products, which are you referring to?
And log-files from which product? SharePoint logs look a little different from the IIS log.
Sorry, your question feels like an ad.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
|
|
|
|
|
Its a pretty crappy ad if I'm saying I don't like the product.
|
|
|
|
|
That was not exactly what you were saying, but still; is there a product that knows all the formats of all your different logfiles?
Logs are mostly text; you can treat them as a single-column CSV. Import into excel, mess a bit around.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
|
|
|
|
|
We use a customized version of YALV[^]
This, of course, means that we're bound to use log4net and the XML specification YALV supports - Of course it is open source and we could adjust it any time needed - But c'mon, it's a log file. These things don't get any more spectacular when changin the formatting 
|
|
|
|
|
Hello,
The organization I am working for is looking at largely automating their "onboarding" process (hiring new employees and getting them into the system). However, one of my big "question marks" regarding this project involves the wealth of legal and other forms the employee has to fill out (I-9 for example).
The organization wants (a) these forms to be able to be completed digitally, (b) information that we have previously captured (name, address, etc) to be pre-populated, (c) the user to be able to complete it at home if necessary, and (d) some way to gather both the manager's and employees signatures.
First, I am curious if this is possible without running into a host of legal issues. Also, what might the best approach to forms be? Would it be fine to create a typical HTML form, and then maybe use the data captured there to populate a PDF version of the various forms (such as I-9) or what?
Thanks for any advice or guidance.
modified 19-Nov-20 21:01pm.
|
|
|
|
|
We cannot possibly give advice on legal issues, you need to consult your company's lawyers. As to the rest, you could use webforms or PDF forms that you can circulate via email.
|
|
|
|
|
Thanks for the response. Just to clarify, I am definitely not expecting specific legal advice, I am merely curious, if anyone has experience with a similar project, if, as a general rule, it is possible to to complete US government forms electronically (being that they typically require a signature). For example, when I filed my taxes, I believe I could fill most off it out in PDF form; however, I still had to physically print and sign it.
modified 19-Nov-20 21:01pm.
|
|
|
|
|
Well that is not really a question for a programming forum.
|
|
|
|
|
Every year I've done an e-file tax return, I've used a digital signature. It's definitely a question for legal, though, as the laws and policies governing what is acceptable for digital signatures is going to heavily influence implementation.
You're also setting yourself up to manage PII, so please let me be the first to welcome you to the wonderful world of HIPAA.
"There are three kinds of lies: lies, damned lies and statistics."
- Benjamin Disraeli
|
|
|
|
|
If I have more than one functioning network adapter in my machine and I open a browser, how does Windows decide which network adapter the browser communicates over?
The difficult we do right away...
...the impossible takes slightly longer.
|
|
|
|
|
This does not work in win 10 for some reason it only allows prioritising networks not adapters, for 7 onwards.
Open networks sharing
click Change Adapter Settings
Press the Alt key to reveal the windows menu strip and click advanced
select Advanced Settings on the menu
|
|
|
|
|
Thank you.
I was referring to Windows 10. With network priorities, how does it decide when to move from the first network to the next one in the chain? When it can't find a resource?
The difficult we do right away...
...the impossible takes slightly longer.
|
|
|
|
|
First for "local" traffic if the adapters are in different networks with unique address ranges then the decision is based on the target IP address as to which network to use, logical really.
For external addresses not within any of the networks it will tend to be in order of metrics, for some reason the last network added (say you plug in a cable whilst you are on wifi) seems to get pushed to top priority which may be decided on the speed and stability of the cabled network and that it can see the internet or might just be cabled is better than wifi.
To set individual metrics; Open Adapter Properties, double-click IPv4 protocol and click the Advanced button bottom right, there you can set the metrics for IPv4 on that adapter, untick Automatic Metrics and set the adapter you want to be high priority to the lowest value and all the other adapters to higher numbers in order you want them to be searched.
Caveat is that Win 10 ignores this and no matter how you try sets it back to automatic, think it is an open issue at MS.
|
|
|
|
|
You do not specify which windows version, for all but win 10;
Open network sharing centre
click Change Adapter Settings
press Alt key to reveal the windows menu strip and click Advanced and select Advanced Settings
For Win 10 you'll need to alter the metrics on the IPv4 protocol on the adapter, which does not always work...
|
|
|
|
|
With ForceBindIP you can bind any Windows application to a specific interface or IP address. It´s freeware"
"ForceBindIP works in two stages - the loader, ForceBindIP.exe will load the target application in a suspended state. It will then inject a DLL (BindIP.dll) which loads WS2_32.DLL into memory and intercepts the bind(), connect(), sendto(), WSAConnect() and WSASendTo() functions, redirecting them to code in the DLL which verifies which interface they will be bound to and if not the one specified, (re)binds the socket. "
|
|
|
|
|
I tried switching off IPV6 but it didnt work
it shows "DNS request timed out timeout was 2 seconds" almost every time
these is the DNS communication as captured by wireshark when I type 'nslookup' and open the program
5 4.080346 192.168.1.6 192.168.1.1 DNS 84 Standard query 0x0001 PTR 1.1.168.192.in-addr.arpa
6 4.336621 192.168.1.1 192.168.1.6 DNS 113 Standard query response 0x0001 PTR 1.1.168.192.in-addr.arpa PTR D-Link.DSL2740B
and when I type 'facebook.com'
21 12.931466 192.168.1.6 192.168.1.1 DNS 81 Standard query 0x0002 A facebook.com.DSL2740B
22 12.965884 192.168.1.1 192.168.1.6 DNS 156 Standard query response 0x0002 No such name A facebook.com.DSL2740B SOA a.root-servers.net
23 12.966017 192.168.1.6 192.168.1.1 DNS 81 Standard query 0x0003 AAAA facebook.com.DSL2740B
29 14.976087 192.168.1.6 192.168.1.1 DNS 72 Standard query 0x0004 A facebook.com
30 14.980174 192.168.1.1 192.168.1.6 DNS 88 Standard query response 0x0004 A facebook.com A 173.252.89.132
(first field is the packet number,second:time,third:source IP
fourth:dest IP fifth:protocol sixth:length seventh:description)
why is my gateway's name appended on facebook.com (facebook.com.DSL2740B)
when I type set type=mx or set type=all the MX and ANY queries are sent and there is no reply
any help ??
|
|
|
|
|
Sounds like your DNS server isn't working properly. Try querying Google's DNS servers:
nslookup
server 8.8.8.8
set type=a
facebook.com
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Member 10964099 wrote: why is my gateway's name appended on facebook.com (facebook.com.DSL2740B) This is because it is defined in the DNS Suffix Search List (type 'ipconfig /all' to see what is set). This list is mainly for resolving hosts in your local domain (no need to specify full qualified domains).
To avoid this you can use the nosearch option or append a period (but I'm not sure if using a period is supported by Windows nslookup):
nslookup -nosearch facebook.com
nslookup facebook.com.
Regarding the timeouts there may be multiple reasons. There may be for example firewalls blocking requests (on your system, on the gateway, or even by your ISP). It may be also a DNS server that responds with delays due to high system or network load.
Did you never got an answer or is it working sometimes (especially after sending the same query again)?
When sending the same query again, the DNS server on your gateway should have stored the result in his local cache meanwhile so that he can answer without forwarding the query.
You should also try to use a known DNS server as suggested by Richard:
nslookup facebook.com. 8.8.8.8
This avoids forwarding the query through the DNS server of your gateway / DSL router to the DNS server of your ISP and should be therefore much faster.
|
|
|
|
|
well the DNS server address default is my routers address
I changed it to my ISP's DNS server's address and everything works well
any idea why this happened only on nslookup while the rest of DNS worked fine ?
also : it happened only on one router
I moved to another house and it is working with any setting
|
|
|
|
|
Other programs will work because they usually have a longer timeout than the Windows nslookup.
It seems that your router is rather slow in forwarding DNS requests and answers. If it is an old model (slow CPU, little memory, old firmware) you should get a new one.
|
|
|
|
|
Member 10964099 wrote: I moved to another house
That's a bit of a drastic step, just to solve a DNS lookup issue!
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|