From mboxrd@z Thu Jan 1 00:00:00 1970 From: Apurva Mehta To: 9fans@cse.psu.edu Subject: Re: [9fans] mail problems.. Message-Id: <20030624220435.05eac738.apurva@gmx.net> In-Reply-To: <200306241524.h5OFO9704366@augusta.math.psu.edu> References: <20030624201114.77af6699.apurva@gmx.net> <200306241524.h5OFO9704366@augusta.math.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Tue, 24 Jun 2003 22:04:35 +0530 Topicbox-Message-UUID: d9513b48-eacb-11e9-9e20-41e7f4b1d025 On Tue, 24 Jun 2003 11:24:09 -0400 Dan Cross wrote: > > It sounds like acme was running in a different namespace and thus > didn't see the /mail/fs that was being presented by upas/fs talking > to the POP3 server. Did you run acme in the same window you ran > upas/fs in? Thanks, I ran mail from the window I ran upas/fs from and I could read my mail. However, it does not store a local copy of the messages, it seems to download them from the server everytime I access my mail box.. Is there any way to make it download a local copy while leaving the original message on the server? > Well, you should move rewrite.gateway to rewrite. Authentication is > handled using smtp; change /mail/lib/remotemail such that, when it > invokes smtp, it supplies the ``-a'' and ``-u '' > options. Note that authentication is a little picky in that the > SMTP server must support TLS for it to work. The client won't > authenticate by sending a password over an unencrypted connection. > Make sure your password on the mailserver is in a factotum that smtp > can see (if you're just using a standalone machine, that's your > normal factotum). Something like: > echo 'key proto=pass service=smtp server=''your.mail.server'' > !password=''your_password''' >> /mnt/factotum/ctl(You may not need > to quote the mailserver name, nor the password, but it won't hurt > anything). I did that, but my messages do not seem to be reaching the recipients. I will wait and see, but usually my smtp server delivers messages almost instantly. BTW, I ran 'mail recipient_address' on the command line and typed in a message. I then hit ESC and CTRL+D. Since I have used justqmail in my rewrite file, I executed '/mail/lib/kickqueue'. There was some activity on my modem and I got the prompt back.. Is this the correct way of going about sending mail? Also, my smtp service requires that the address I am sending from should be an @gmx.net address. I have added the line : "From: "Apurva Mehta" to my /mail/box/user_name/headers file. Will this ensure that the 'from' address is as required by the service? - Apurva