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
...
|
2012/8/29-11/7 [Computer/SW/Security] UID:54467 Activity:nil | 8/29 There was once a CSUA web page which runs an SSH client for logging
on to soda. Does that page still exist? Can someone remind me of the
URL please? Thx.
\_ what do you mean? instruction on how to ssh into soda?
\_ No I think he means the ssh applet, which, iirc, was an applet
that implemented an ssh v1 client. I think this page went away
...
|
2012/3/29-6/4 [Computer/HW/Memory, Computer/HW/CPU, Computer/HW/Drives] UID:54351 Activity:nil | 3/29 A friend wants a PC (no mac). She doesn't want Dell. Is there a
good place that can custom build for you (SSD, large RAM, cheap video
card--no game)?
\_ As a side note: back in my Cal days more than two decades ago when
having a 387SX made me the only person with floating-point hardware,
most machines were custom built.
...
|
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
...
|
2010/3/10-30 [Computer/SW/Mail] UID:53751 Activity:nil | 3/10 What email program do people in Cal CS use nowadays? In my school days
people used /usr/bin/mail, then RMail in emacs, then VMail in emacs.
After my days people used Elm, Pine, Mutt (I forgot which order). In
my first two jobs we could tell the seniority of fellow engineers based
on which email program they use at work, because everyone used what
they used to use in their school years. In my last two jobs though,
...
|
2009/11/13-30 [Computer/SW/Unix] UID:53523 Activity:nil | 11/12 How does one find out if a system has rootkit installed?
\_ Unix or m$?
\_ Unix. On M$ I always assume it's compromised.
\_ Install Tripwire before you plug your server into The Net?
The only other answer I can think of is to reinstall the
OS from scratch on another server and do an md checksum
...
|
2009/7/24-29 [Computer/SW/Editors/Vi] UID:53195 Activity:low | 7/24 Is dos2unix available somewhere? Someone added all those Ctrl-M's to
motd.public.
\_ %s/^V^M//g in vim. What has your editor done for you today?
\_ that works great in vi actually... in vim :set filetype=unix
...
|
|