|
|||||||||||
|
Re: using a remote IMAP server and smarthost
From: Florian Kulzer <florian.kulzer+debian(at)icfo.es>
Date: Sun Aug 26 2007 - 17:53:19 EDT
The server in question should be your provider's smarthost; the ssh link from your local computer to your VM should be completely transparent for both mutt and the smarthost. This is probably a simple configuration issue (wrong port on the smarthost, wrong tls settings). It will be easier to figure this out if you install msmtp directly on the VM and try to make it work with mutt running on the VM first. (This eliminates the ssh port-forwarding details as a source of problems.) Maybe the smarthost does not use TLS (an encryption wrapper) because it is only dealing with internal connections from trusted VMs. I would start simple on the VM, with this ~/.msmtprc: #------------------------- tls off host FULLY_QUALIFIED_DOMAIN_NAME_OR_IP_OF_SMARTHOST from YOUR_EMAIL_ADDRESS auth plain user YOUR_USERNAME password YOUR_PASSWORD #------------------------- If that does not work then try to use "tls on". If that gives you the same error message then try to add "tls_starttls off" (while keeping "tls on"). You might furthermore have to play around with the "auth" setting; see the manpage of msmtp. What information did your provider give you about the smtp smarthost? One of these configurations should work unless the smarthost uses a non-standard setup or strange ports. (Normally msmtp can figure out the correct port from the configuration details.) Once you have a working .msmtprc on the VM it should be easy to set it up on the local computer as well. (We may have to adjust the destination port of the ssh port-forwarding command; it could be 465 instead of 25.) -- Regards, | http://users.icfo.es/Florian.Kulzer Florian |Received on Sun Aug 26 18:10:35 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 02:59:26 EDT |
||||||||||
|
|||||||||||