Berkeley CSUA MOTD:Entry 28887
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/25 [General] UID:1000 Activity:popular
5/25    

2003/7/1-2 [Computer/SW/Mail] UID:28887 Activity:moderate
7/1     Does anyone use any SMTP antivirus scanning software for unix/linux?
        I'm looking at Sophos, McAfee, etc. Symantec seems to have the worst
        solution.
        \_ Using Sophos.  Not to shabby.  They stay on top of new viruses
           pretty damn well, and its resource footprint is quite small.
           Only thing is you must restart to load updates, which is a touch
           obnoxious. --scotsman
        \_ My group uses TrendMicro's VirusWall via sendmail milters.
           If you use sendmail, try to get something that works as a
           milter instead of as a stripped down SMTP daemon. --Jon
        \_ I've used TrendMicro.  It was the least bad.  They all pretty much
           suck.  Fortunately today most viruses are still of the linked .exe
           sort, so purging those will get 99% of them.
2025/05/25 [General] UID:1000 Activity:popular
5/25    

You may also be interested in these entries...
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
	...
2010/4/7-8 [Computer/SW/Mail] UID:53776 Activity:nil
4/7     postfix equivalent of 'sendmail -bt' ?
	...
2009/9/10-15 [Computer/SW/Mail] UID:53353 Activity:nil
9/9     What should outbound mail server be when reading mail from soda
        with IMAP? Is there a FAQ?
        \_ It's <DEAD>mail.csua.berkeley.edu<DEAD> (same as for incoming mail).
           \_ "The message could not be sent because connecting to SMTP
               server <DEAD>mail.csua.berkeley.edu<DEAD> failed. The server may
               be unavailable or is refusing SMTP connections."
	...
2008/11/11-26 [Computer/SW/Mail] UID:51911 Activity:nil
11/11   My RAID box has an email alert setting that requires an SMTP
        server. Are there non-encrypted smtp servers I can use?
        \_ yes
	...
2008/11/18-23 [Computer/SW/Mail] UID:52031 Activity:nil
11/18   Say I've written a pcap-based program which pulls out the message
        body of unencrypted SMTP sessions and writes those into file1 file2
        file3 ... fileN. Is there a simple way to get a spam-score for
        each of those [based on message body, not SMTP headers, sender
        reputations etc]. I'd like to have a program warn me if some
        IP address inside my institution starts sending say >10 suspect
	...
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]
	...
2008/1/28-2/2 [Computer/SW/Mail] UID:49023 Activity:nil
1/28    When I run Thunderbird to use my soda mail, I can read mail but I can't
        send.  It gives an error "Sending of message failed.  The message
        could not be sent because connecting to SMTP server
        <DEAD>mead.CSUA.Berkeley.edu<DEAD> failed. ......"  Is there some special setup
        that I need to configure in order to send mail?  Thanks.
        \_ Just use your ISP's SMTP server to send mail. Soda probably
	...
2007/8/21-22 [Computer/SW/Mail] UID:47698 Activity:nil
8/21    Would someone please post the IMAP and SMTP setting for soda email
        please?  thanks
	...
2007/4/5-7 [Computer/SW/Mail, Computer/HW/Drives] UID:46203 Activity:nil
4/5     IMAP questions
        1. when I IMAP, I got this error:
        "the current comand did not succeed.
        The mail server responded: Out of disk space"
        what did I do wrong?
        2. is SMTP the same server as IMAP server?
	...
2007/1/30-2/3 [Computer/SW/Mail] UID:45624 Activity:nil 76%like:45619
1/30    I can't get mutt to read my maildir dir.  What am I doing wrong?
        set mbox_type=Maildir
        \_ mine works just fine with MAIL set to /var/mail/user
        Also does anyone know the correct settings to get Mail.app to play
        nice with IMAP and soda mail?
        \_  Advanced: IMAP Path Prefix: "mail"; Port: "993"; "check" Use SSL;
	...
2007/1/30 [Computer/SW/Mail] UID:45619 Activity:nil 76%like:45624
1/30    I can't get mutt to read my maildir dir.  What am I doing wrong?
        \_ mine works just fine with MAIL set to /var/mail/user
        Also does anyone know the correct settings to get Mail.app to play
        nice with IMAP and soda mail?
        \_  Advanced: IMAP Path Prefix: "mail"; Port: "993"; "check" Use SSL;
                      Authentication: Password.  Haven't tried using CSUA's
	...