1 May 2011 17:03
Re: nAlPineForum: Sending (SMTP) Servers
M.RossARR wrote on Saturday, 2011-04-23: > Problem 1: > > Can multiple sending (SMTP) servers be setup for use like > multiple incoming servers are setup for use in a multiple email > account Pine/Alpine session? I faced same/similar problems with the Sender Policy Framework (SPF) (see http://en.wikipedia.org/wiki/Sender_Policy_Framework). Some mail servers reject my GMX emails if I don't deliver them via an GMX SMTP server. I handle this problem outside alpine with postfix. I let alpine deliver my emails to the local mail agent (postfix). That is also convenient when write emails while beeing offline. Postfix then delivers the outgoing emails to different SMTP-Servers, depending on the receivers address. There is a map for it (/etc/postfix/transport.map in my case). That looks about like this: # GMX will treat my ' <at> gmx.net' emails as spam if I don't # deliver them via an GMX smtp server. So let's use the GMX # servers for emails to GMX accounts: gmx.de smtp:[mail.gmx.net]:submission gmx.net smtp:[mail.gmx.net]:submission # and there is another one causing problems: problematic.com smtp:[other.server.net]:submission The standard SMTP-server ist configured somewhere else.(Continue reading)
RSS Feed