What Are You Doing Right Now
-
@eddiejennings You cannot escape the SAM once he has you.
-
@eddiejennings said in What Are You Doing Right Now:
Ha! Look what I found when Googling for information about RAID performance.
@scottalanmiller
https://www.storagecraft.com/blog/raid-performance/I keep a big long list of reference links on pastebin for quick reference, I think it might be time for you to read the rest of them as you've just found 2 this morning.
-
@travisdh1 Ha!
-
Spent the morning getting the rental car back. Back at the house now.
-
Getting notes together for a meeting tomorrow where I have to explain to people that I have zero control over how someone elses's mail server handles final delivery of our E-mail messages.
-
@eddiejennings said in What Are You Doing Right Now:
Getting notes together for a meeting tomorrow where I have to explain to people that I have zero control over how someone elses's mail server handles final delivery of our E-mail messages.
Have fun coddling your idiots... I mean users.
Also, make my email go through!!!! The attachment is only 75mb!!!
-
@rojoloco said in What Are You Doing Right Now:
@eddiejennings said in What Are You Doing Right Now:
Getting notes together for a meeting tomorrow where I have to explain to people that I have zero control over how someone elses's mail server handles final delivery of our E-mail messages.
Have fun coddling your idiots... I mean users.
Also, make my email go through!!!! The attachment is only 75mb!!!
Some of this is probably related to sub-optimally configure SPF and DKIM stuff, which has since been fixed. Now, since there was a chink in the armor, we must now be the cause of all possible delivery issues.
-
@eddiejennings I'm really glad my users know what "smtp error - dropped by remote host" means.
-
@rojoloco said in What Are You Doing Right Now:
@eddiejennings I'm really glad my users know what "smtp error - dropped by remote host" means.
I don't get to get to see actual SMTP logs with SendGrid, however, I can see in the portal that a message was "delivered," which for my purposes is the MTA on the other end has the message and does with it what it wants.
-
I'm seeing regular site failures with SW. Is that just me or are they having problems today?
-
@scottalanmiller said in What Are You Doing Right Now:
I'm seeing regular site failures with SW. Is that just me or are they having problems today?
You mean more than just the usual?
-
@nerdydad said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
I'm seeing regular site failures with SW. Is that just me or are they having problems today?
You mean more than just the usual?
Correct, worse than the baseline.
-
But I'm in Houston on AT&T rather than home on FiOS, so could just be a crappy local network.
-
I just discovered the
Send-MailMessage
PowerShell cmdlet... this has so many immediate uses.Testing went great.
-
@scottalanmiller said in What Are You Doing Right Now:
But I'm in Houston on AT&T rather than home on FiOS, so could just be a crappy local network.
Or it could be the crappiness of the website in question.
-
@tim_g said in What Are You Doing Right Now:
I just discovered the
Send-MailMessage
PowerShell cmdlet... this has so many immediate uses.Testing went great.
Does one need to setup a email relay for it to work from a workstation?
-
@tim_g said in What Are You Doing Right Now:
I just discovered the
Send-MailMessage
PowerShell cmdlet... this has so many immediate uses.Testing went great.
Almost as useful as the mail command
-
Fixed all electrical issues at home, now to finish the leaves and paint tomorrow.
-
@rojoloco said in What Are You Doing Right Now:
@eddiejennings I'm really glad my users know what "smtp error - dropped by remote host" means.
Having intelligent users is what is keeping me in this gig. I love my users so hard.
-
@black3dynamite said in What Are You Doing Right Now:
@tim_g said in What Are You Doing Right Now:
I just discovered the
Send-MailMessage
PowerShell cmdlet... this has so many immediate uses.Testing went great.
Does one need to setup a email relay for it to work from a workstation?
Probably, I already had an SMTP relay going for O365, and just pointed it at that and it worked.