Re: [9fans] request for examples



no. I still don't have TLS set up for imap, for example. It just won't work.

Strange, it just works for me (sorry). I did have problems initially
as the server I connect to (MS Exchange) wanted to use a subtly different
auth scheme but I got a patch in last year to add that to upas/fs.

for what its worth I run this script on boot to pick up my email.

#!/bin/rc

rfork en

upas/fs -f /imaps/mail.mycompany.com/myusername
cd /mail/fs/mbox

while(){
for (f in `{ls | grep '^[0-9]+' | sort -n}){
upas/send -r inject!steve < $f/raw
rm $f
}
sleep 60
}

-Steve
.



Relevant Pages

  • Re: SMTP Reverse DNS incoming option and external Email
    ... >> We have a very strange issue. ... >> internal DNS and Exchange settings. ... >> that the reverse DNS was missing for our Exchange ... >> virtual server on our Exchange server was performing ...
    (microsoft.public.exchange2000.connectivity)
  • Only Distribution Groups show up in the GAL for a couple of users
    ... We setup a new Exchange 2003 Server last Friday. ... well except for one strange thing. ... I have a couple of users using Outlook ...
    (microsoft.public.exchange.clients)
  • Everyone group is missing
    ... folders etc. but it doesn't show up in the AD snap in. ... unavailable to our Exchange 2003 server. ... It is kind of strange. ...
    (microsoft.public.windows.server.active_directory)
  • RE: how to remove Exchange 5.5 server that is defunct
    ... I followed the steps described in this KB article and ended up with a strange ... organization as long as I look on it with the Exchange 5.5 Administrator ... I can still see it in Exchange 2003 System Manager. ... >> the server is defunct. ...
    (microsoft.public.exchange.admin)
  • Re: Exchange Disaster Recovery Server
    ... The backup server is setup also in the lab so I ... >>> The Microsoft Exchange Server computer is not available. ... >>> Microsoft Exchange Server Information Store ...
    (microsoft.public.exchange2000.admin)

Loading