2008/7/15-16 [Computer/Domains] UID:50572 Activity:nil | 7/14 Help sendmail experts. I forward email from my own domain to
http://gmail.com. I have never had any problem until recently. The problem
happens only when eBay sends an email to my domain (as
member@ebay.com). I receive the mail on my domain/my machine, and
when it tries to forward to gmail, I get the following:
Diagnostic-Code: X-Postfix; host <DEAD>gmail-smtp-in.l.google.com<DEAD>[w.x.y.z]
...
|
2006/12/29-30 [Computer/SW/Security, Academia/Berkeley/CSUA/Motd] UID:45510 Activity:high | 12/29 There have been a lot of complaints regarding soda reliability and
users not volunteering their time and effort to help. Obviously,
it wouldn't make sense for every user to be given root access so
they can volunteer. Instead, why don't we use motd for people to
contribute concrete suggestions (not just to start flame wars) to
improve soda reliability and security? I'll start:
...
|
2006/9/9-11 [Computer/SW/Mail, Computer/SW/Unix] UID:44331 Activity:nil | 9/9 After rotating my /var/log/mail.* files and restarting postfix,
I no longer have any mail log files in /var/log/mail.*! Is there
something else I have to do for postfix? I never had this problem
when I was using sendmail. Please help! -learning unix
\_ man -k syslog
...
|
2006/8/6-10 [Computer/SW/Mail] UID:43922 Activity:nil | 8/5 I just want to take this fine opportunity and say, FUCK sendmail.
It is difficult to configure and its debugging facility totally
blows. I can't believe how braindead sendmail config is, not to
mention its sucky security. Fuck sendmail, use postfix instead.
I got postfix running in a jiffy and I didn't even have to go
through 800 pages of sendmail manpage. Fuck sendmail and
...
|
2006/8/4-6 [Computer/SW/Mail] UID:43896 Activity:nil | 8/3 I'm trying to add virtual forwarding, by adding a file called
/etc/mail/virtusertable that forwards from user "test@mydomain.com"
to "joeblow". I also added the line "FEATURE(`virtusertable')dnl"
in sendmail.mc. Lastly, I did a make, then restarted sendmail. However
it is not working. How do I diagnose the problem?
\_ I have a similar setup. From my config I also have a
...
|
2006/8/4-6 [Computer/SW/Mail] UID:43903 Activity:low | 8/4 In sendmail on Linux, how do I write a rule which will quietly discard
e-mail sent to nonexistent users? Default behavior is to bounce
the mail back, but in the case of SPAM the From: address doesn't
exist. I'd rather just toss such mail.
\_ This may bring other problems with it, but you may wish to
consider greylisting. It simply replies to each mail with a 405
...
|
2006/8/5-6 [Computer/Domains] UID:43917 Activity:nil | 8/5 I'm trying to setup procmail so that when I send email out, I can set my
domain to be any of the 3 I own. However, sendmail keeps masquerading my
domain to be a certain domain, even though I didn't specify masquerading
in sendmail.mc/cf. What is going on?
\_ Try Hotmail. -proud American
...
|
2011/10/26-12/6 [Computer/SW/Unix] UID:54202 Activity:nil | 10/24 What's an easy way to see if say column 3 of a file matches a list of
expressions in a file? Basically I want to combine "grep -f <file>"
to store the patterns and awk's $3 ~ /(AAA|BBB|CCC)/ ... I realize
I can do this with "egrep -f " and use regexp instead of strings, but
was wondering if there was some magic way to do this.
\_ UNIX has no magic. Make a shell script to produce the ask or egrep
...
|
2011/3/12-4/20 [Consumer/CellPhone, Computer/HW/Laptop] UID:54057 Activity:nil | 3/12 I am curious what others think of tablets like iPad. They don't seem
useful to me, but I use my computer for more than web browsing,
Facebook, and Twitter. Why would I buy one instead of a laptop?
They seem like a disabled laptop to me, but at a higher price.
\_ You are most likely a coder. iPad is not for coders. They are
what you get your non-technical friends. Or musicians. Look at
...
|
2011/2/6-19 [Computer/Networking] UID:54028 Activity:nil | 2/5 hmm.
$netstat -at | grep LISTEN
tcp 0 0 *:43300 *:* LISTEN
\_ this is an sshd
tcp 0 0 *:49416 *:* LISTEN
tcp 0 0 *:36201 *:* LISTEN
...
|
2009/4/22-28 [Computer/SW/Security] UID:52894 Activity:nil | 4/22 ok, here's a little networking puzzler. I haven't been able to access
youtube for a couple weeks. Couldn't figure out why. Happened on all
browsers. traceroute did weird stuff and then timed out. Finally I
got so frustrated I setup firefox to ssh tunnel through soda.csua,
which worked great. Then, I kill the ssh proc, quit FF, and now,
I can access youtube just fine from any browser. wtf? any
...
|
2009/1/25-29 [Computer/SW/Unix] UID:52456 Activity:low | 1/23 may the awesome rootstaff please apt-get install:
colorgcc, colordiff, colormake
thanks!
\_ Done. In the future email such requests to root@csua for
faster response
\_ totally, understood. Altho yeah I do like asking for
...
|
2008/10/14-20 [Computer/SW/Languages/Misc, Computer/SW/Languages/Web] UID:51527 Activity:nil | 10/14 2 apache 2.0.52 servers running on Linux boxes. Identical httpd.conf
files (except for ServerName). But on one, if a CGI script takes
longer than 300 seconds, it times out. The other, not. Why is that?
\_ Perhaps network equipment configuration. Or try comparing settings
in /proc/sys/net.
\_ I ran /sbin/sysctl -a | grep tcp, all settings are the same.
...
|
2008/9/3 [Computer/SW/Unix] UID:51030 Activity:nil | 9/3 Okay, my sed and awk skills are obviously not up to par here.
I want to only see the "500's" in my apache error log, how do I
do that? I want to see the whole line, not just the 500 error code.
Never mind, grep " 500 " is close enough.
...
|
2008/8/5-10 [Computer/Networking] UID:50788 Activity:nil | 8/5 It looks like my company has started blocking HTTPS tunneling.
I used to do this by tunneling SSH through the HTTP/HTTPS proxy
server, but this seems to have stopped working. Does anyone know
how the implementation of tunneling detection works, and whether
there are widely available implementations? We run a bunch of MS
stuff, so I imagine we're running an MS proxy server or something.
...
|
2008/7/14-16 [Computer/SW/Languages/Perl, Computer/SW/Unix] UID:50557 Activity:moderate | 7/14 Shell Programming question: I want to call a script with 1 arg
and have it figure out whether $1 is a MAC address or an IP address
and then do call the appropriate function. What is the best way
to do this, given that sh/bash/ksh do not have something like
the =~ in perl. Check for exit status of grep, or is there a
a better way? For the moment, let's just say the two tests are:
...
|
2007/9/4-6 [Computer/Rants] UID:47882 Activity:moderate | 9/4 Happy Labor Day! Thank you, Labor, for weekends, mandatory breaks,
and a generally un-serf-like workplace.
\_ There are a few books coming out about how horrible the
New Deal was for America. I love it.
New Deal was for America.
\_ There are also books out about how much the Jews control
...
|
2007/8/18 [Computer/SW/Unix] UID:47649 Activity:nil | 8/17 How to I grep to exclude all lines with more than 1 / ?
\_ After reading the grep man page:
grep -v -E '/[^/]*/' myFile
...
|
|