Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* msmtp and multiple smtp servers
@ 2007-11-08 22:31 Richard G Riley
  2007-11-08 22:58 ` Exal de Jesus Garcia Carrillo
  0 siblings, 1 reply; 12+ messages in thread
From: Richard G Riley @ 2007-11-08 22:31 UTC (permalink / raw)
  To: info-gnus-english


If anyone is successfully using msmtp with multiple smtp server I would
be interested to see your setup. I followed the instructions here but
keep getting errors.

http://www.emacswiki.org/cgi-bin/wiki/GnusMSMTP

See : Yet Another Gnus/MSMTP Setting for Easy Multi-SMTP Sending

I get:

220 mx.google.com ESMTP w5sm2573120mue
EHLO hostname.net
250-mx.google.com at your service, [85.179.196.180]
250-SIZE 28311552
250-8BITMIME
250-STARTTLS
250 ENHANCEDSTATUSCODES
MAIL FROM:<email@gmail.com> SIZE=254
530 5.7.0 Must issue a STARTTLS command first w5sm2573120mue
QUIT
221 2.0.0 mx.google.com closing connection w5sm2573120mue

in the trace file.

I have moved to try to use msmtp because it allows configurations to be
stored in .msmtprc which is easier to hide from prying eyes than a
separate .el file.

Any and all suggestions greatly appreciated.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: msmtp and multiple smtp servers
  2007-11-08 22:31 msmtp and multiple smtp servers Richard G Riley
@ 2007-11-08 22:58 ` Exal de Jesus Garcia Carrillo
  2007-11-08 23:14   ` Richard G Riley
  0 siblings, 1 reply; 12+ messages in thread
From: Exal de Jesus Garcia Carrillo @ 2007-11-08 22:58 UTC (permalink / raw)
  To: info-gnus-english

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Richard G. Riley em gnu.emacs.gnus escreveu :


> I have moved to try to use msmtp because it allows configurations to be
> stored in .msmtprc which is easier to hide from prying eyes than a
> separate .el file.

With smtpmail.el you could also store sensitive information in a
separated file.





- -- 
Spam protection: 
In my e-mail remplace the words `no-spam' with `exal'.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ <http://mailcrypt.sourceforge.net/>

iD8DBQFHM5R6oZmxoVJRtGIRAkV+AJ9I26zLruDrSxlP0FUcWzqi0qqNcwCfZ4d0
j9fV4U61vuUyrodbFpQ7rXU=
=/FaM
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: msmtp and multiple smtp servers
  2007-11-08 22:58 ` Exal de Jesus Garcia Carrillo
@ 2007-11-08 23:14   ` Richard G Riley
  2007-11-08 23:44     ` Exal de Jesus Garcia Carrillo
  0 siblings, 1 reply; 12+ messages in thread
From: Richard G Riley @ 2007-11-08 23:14 UTC (permalink / raw)
  To: info-gnus-english

Exal de Jesus Garcia Carrillo <no-spam@gnu.org> writes:

> Richard G. Riley em gnu.emacs.gnus escreveu :
>
>
>> I have moved to try to use msmtp because it allows configurations to be
>> stored in .msmtprc which is easier to hide from prying eyes than a
>> separate .el file.
>
> With smtpmail.el you could also store sensitive information in a
> separated file.

Could you explain how? I don't like requir'ing another .el file with
different permissions. I prefer a resource file such as .authinfo or
.msmtprc

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: msmtp and multiple smtp servers
  2007-11-08 23:14   ` Richard G Riley
@ 2007-11-08 23:44     ` Exal de Jesus Garcia Carrillo
  2007-11-09  0:25       ` Richard G Riley
  0 siblings, 1 reply; 12+ messages in thread
From: Exal de Jesus Garcia Carrillo @ 2007-11-08 23:44 UTC (permalink / raw)
  To: info-gnus-english

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Richard G. Riley em gnu.emacs.gnus escreveu :

> Exal de Jesus Garcia Carrillo <no-spam@gnu.org> writes:
>
>> Richard G. Riley em gnu.emacs.gnus escreveu :
>>
>>
>>> I have moved to try to use msmtp because it allows configurations to be
>>> stored in .msmtprc which is easier to hide from prying eyes than a
>>> separate .el file.
>>
>> With smtpmail.el you could also store sensitive information in a
>> separated file.
>
> Could you explain how? I don't like requir'ing another .el file with
> different permissions. I prefer a resource file such as .authinfo or
> .msmtprc



(setq smtpmail-auth-credentials "~/.authinfo")



- -- 
Spam protection: 
In my e-mail remplace the words `no-spam' with `exal'.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ <http://mailcrypt.sourceforge.net/>

iD8DBQFHM59XoZmxoVJRtGIRAjgtAJ9DXgX+acllmmxq2gONd2zbjT446QCfXE85
9XK5nlzbP5Mc8KhBhLjM3/I=
=7zBm
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: msmtp and multiple smtp servers
  2007-11-08 23:44     ` Exal de Jesus Garcia Carrillo
@ 2007-11-09  0:25       ` Richard G Riley
  2007-11-09  2:03         ` Exal de Jesus Garcia Carrillo
  0 siblings, 1 reply; 12+ messages in thread
From: Richard G Riley @ 2007-11-09  0:25 UTC (permalink / raw)
  To: info-gnus-english

Exal de Jesus Garcia Carrillo <no-spam@gnu.org> writes:

> Richard G. Riley em gnu.emacs.gnus escreveu :
>
>> Exal de Jesus Garcia Carrillo <no-spam@gnu.org> writes:
>>
>>> Richard G. Riley em gnu.emacs.gnus escreveu :
>>>
>>>
>>>> I have moved to try to use msmtp because it allows configurations to be
>>>> stored in .msmtprc which is easier to hide from prying eyes than a
>>>> separate .el file.
>>>
>>> With smtpmail.el you could also store sensitive information in a
>>> separated file.
>>
>> Could you explain how? I don't like requir'ing another .el file with
>> different permissions. I prefer a resource file such as .authinfo or
>> .msmtprc
>
>
>
> (setq smtpmail-auth-credentials "~/.authinfo")

This doesn't work with multiple accounts on the same machine from what I
can gather and is useless if you use a function like fs-change-smtp (google)
which sets smtpmail-auth-credentials based on the from field.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: msmtp and multiple smtp servers
  2007-11-09  0:25       ` Richard G Riley
@ 2007-11-09  2:03         ` Exal de Jesus Garcia Carrillo
  2007-11-09 14:06           ` Richard G Riley
  0 siblings, 1 reply; 12+ messages in thread
From: Exal de Jesus Garcia Carrillo @ 2007-11-09  2:03 UTC (permalink / raw)
  To: info-gnus-english

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Richard G. Riley em gnu.emacs.gnus escreveu :

> Exal de Jesus Garcia Carrillo <no-spam@gnu.org> writes:
>
>> Richard G. Riley em gnu.emacs.gnus escreveu :
>>
>>> Exal de Jesus Garcia Carrillo <no-spam@gnu.org> writes:
>>>
>>>> Richard G. Riley em gnu.emacs.gnus escreveu :
>>>>
>>>>
>>>>> I have moved to try to use msmtp because it allows configurations to be
>>>>> stored in .msmtprc which is easier to hide from prying eyes than a
>>>>> separate .el file.
>>>>
>>>> With smtpmail.el you could also store sensitive information in a
>>>> separated file.
>>>
>>> Could you explain how? I don't like requir'ing another .el file with
>>> different permissions. I prefer a resource file such as .authinfo or
>>> .msmtprc
>>
>>
>>
>> (setq smtpmail-auth-credentials "~/.authinfo")
>
> This doesn't work with multiple accounts on the same machine from what I
> can gather and is useless if you use a function like fs-change-smtp (google)
> which sets smtpmail-auth-credentials based on the from field.



why not?


- -- 
Spam protection: 
In my e-mail remplace the words `no-spam' with `exal'.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ <http://mailcrypt.sourceforge.net/>

iD8DBQFHM7/ioZmxoVJRtGIRAs5qAJ9cwNQU8iVmglpcmIH6stTaBIulLgCgnK3y
bMI3M3vsOA9M3AN4etstWmc=
=rbIO
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: msmtp and multiple smtp servers
  2007-11-09  2:03         ` Exal de Jesus Garcia Carrillo
@ 2007-11-09 14:06           ` Richard G Riley
  2007-11-09 16:37             ` Sivaram Neelakantan
       [not found]             ` <mailman.3191.1194626802.18990.info-gnus-english@gnu.org>
  0 siblings, 2 replies; 12+ messages in thread
From: Richard G Riley @ 2007-11-09 14:06 UTC (permalink / raw)
  To: info-gnus-english

Exal de Jesus Garcia Carrillo <no-spam@gnu.org> writes:

> Richard G. Riley em gnu.emacs.gnus escreveu :
>
>> Exal de Jesus Garcia Carrillo <no-spam@gnu.org> writes:
>>
>>> Richard G. Riley em gnu.emacs.gnus escreveu :
>>>
>>>> Exal de Jesus Garcia Carrillo <no-spam@gnu.org> writes:
>>>>
>>>>> Richard G. Riley em gnu.emacs.gnus escreveu :
>>>>>
>>>>>
>>>>>> I have moved to try to use msmtp because it allows configurations to be
>>>>>> stored in .msmtprc which is easier to hide from prying eyes than a
>>>>>> separate .el file.
>>>>>
>>>>> With smtpmail.el you could also store sensitive information in a
>>>>> separated file.
>>>>
>>>> Could you explain how? I don't like requir'ing another .el file with
>>>> different permissions. I prefer a resource file such as .authinfo or
>>>> .msmtprc
>>>
>>>
>>>
>>> (setq smtpmail-auth-credentials "~/.authinfo")
>>
>> This doesn't work with multiple accounts on the same machine from what I
>> can gather and is useless if you use a function like fs-change-smtp (google)
>> which sets smtpmail-auth-credentials based on the from field.
>
>
>
> why not?

If I knew I wouldn't be asking here.

I tried the solution here:

http://www.emacswiki.org/cgi-bin/wiki/GnusMSMTP

What happens is that gmail smtp servers replaces my "from" email with
the one matching the first authinfo entry for "smtp.gamil.com".So When I
send an email using one of a couple of posting styles the recipient sees
the "id1@gmail" as the from instead of "id2@gmail" despite the fact that
msmtp had the from correctly set as id2@gmail in the .msmtprc file.

It is all quite confusing.

Any help appreciated.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: msmtp and multiple smtp servers
  2007-11-09 14:06           ` Richard G Riley
@ 2007-11-09 16:37             ` Sivaram Neelakantan
       [not found]             ` <mailman.3191.1194626802.18990.info-gnus-english@gnu.org>
  1 sibling, 0 replies; 12+ messages in thread
From: Sivaram Neelakantan @ 2007-11-09 16:37 UTC (permalink / raw)
  To: info-gnus-english

Richard G Riley <rileyrgdev@googlemail.com> writes:


[...]

> I tried the solution here:
>
> http://www.emacswiki.org/cgi-bin/wiki/GnusMSMTP
>
> What happens is that gmail smtp servers replaces my "from" email with
> the one matching the first authinfo entry for "smtp.gamil.com".So When I
> send an email using one of a couple of posting styles the recipient sees
> the "id1@gmail" as the from instead of "id2@gmail" despite the fact that
> msmtp had the from correctly set as id2@gmail in the .msmtprc file.
>
> It is all quite confusing.
>
> Any help appreciated.

ummm...I wrote the first half of the page, so if you explain what's
the issue, I could revise the page for the better.  Maybe your Emacs
config for gnus and msmtprc without the identifying info could be a
good start.

Before sending the email, try checking the variable
message-sendmail-extra-arguments to see whether it points to the
correct alias of msmtprc profiles.

 sivaram
 -- 

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: msmtp and multiple smtp servers
       [not found]             ` <mailman.3191.1194626802.18990.info-gnus-english@gnu.org>
@ 2007-11-09 17:14               ` Richard G Riley
  2007-11-09 19:22               ` Richard G Riley
  1 sibling, 0 replies; 12+ messages in thread
From: Richard G Riley @ 2007-11-09 17:14 UTC (permalink / raw)
  To: info-gnus-english

Sivaram Neelakantan <nsivaram.net@gmail.com> writes:

> Richard G Riley <rileyrgdev@googlemail.com> writes:
>
>
> [...]
>
>> I tried the solution here:
>>
>> http://www.emacswiki.org/cgi-bin/wiki/GnusMSMTP
>>
>> What happens is that gmail smtp servers replaces my "from" email with
>> the one matching the first authinfo entry for "smtp.gamil.com".So When I
>> send an email using one of a couple of posting styles the recipient sees
>> the "id1@gmail" as the from instead of "id2@gmail" despite the fact that
>> msmtp had the from correctly set as id2@gmail in the .msmtprc file.
>>
>> It is all quite confusing.
>>
>> Any help appreciated.
>
> ummm...I wrote the first half of the page, so if you explain what's
> the issue, I could revise the page for the better.  Maybe your Emacs
> config for gnus and msmtprc without the identifying info could be a
> good start.

The issues is the multi smtp server part. I am just looking for one
person who can confirm it works using the cg-feed-msmtp function at the
end of the page. Is some setting not working which is causing the issue?
I use posting-styles too btw : but I still used the fs-change-smtp to
set the smtpmail-auth-credentials ( in an el file in plaintext). When I
tried to move to using the cg-feed-msmtp function what else needs to be
set? The correct profile seems to be picked up but then msmtp goes on to
use .authinfo for some reason (I assume from the fact that google is
rewriting my from address and this msmtp is picking the wrong smtp login
and I think its getting it from .authinfo - if I remove the authinfo
lines for smtp.gmail.com then I get an smtp protocol error. Why is that?
Surely everything it needs is in the .msmtprc?

Note : I did get it to work from the command line using the -d log
option to see correct settings.

I dont have time now but I will try and cobble together an example soon.

>
> Before sending the email, try checking the variable
> message-sendmail-extra-arguments to see whether it points to the
> correct alias of msmtprc profiles.

It does.

>
>  sivaram
>  -- 

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: msmtp and multiple smtp servers
       [not found]             ` <mailman.3191.1194626802.18990.info-gnus-english@gnu.org>
  2007-11-09 17:14               ` Richard G Riley
@ 2007-11-09 19:22               ` Richard G Riley
  2007-11-10 16:21                 ` Sivaram Neelakantan
       [not found]                 ` <mailman.3223.1194712580.18990.info-gnus-english@gnu.org>
  1 sibling, 2 replies; 12+ messages in thread
From: Richard G Riley @ 2007-11-09 19:22 UTC (permalink / raw)
  To: info-gnus-english

Sivaram Neelakantan <nsivaram.net@gmail.com> writes:

> Richard G Riley <rileyrgdev@googlemail.com> writes:
>
>
> [...]
>
>> I tried the solution here:
>>
>> http://www.emacswiki.org/cgi-bin/wiki/GnusMSMTP
>>
>> What happens is that gmail smtp servers replaces my "from" email with
>> the one matching the first authinfo entry for "smtp.gamil.com".So When I
>> send an email using one of a couple of posting styles the recipient sees
>> the "id1@gmail" as the from instead of "id2@gmail" despite the fact that
>> msmtp had the from correctly set as id2@gmail in the .msmtprc file.
>>
>> It is all quite confusing.
>>
>> Any help appreciated.
>
> ummm...I wrote the first half of the page, so if you explain what's
> the issue, I could revise the page for the better.  Maybe your Emacs
> config for gnus and msmtprc without the identifying info could be a
> good start.
>
> Before sending the email, try checking the variable
> message-sendmail-extra-arguments to see whether it points to the
> correct alias of msmtprc profiles.
>
>  sivaram
>  -- 

OK, the problem is narrowed down.

the account is correct. But its not matching the .msmtprc section.
Instead it is dropping through to the default e.g

,----
| account abc
| user abc@gmail.com
| password abc123
| 
| account rgr
| user rgr@gmail.com
| password rgr123
| 
| account default : rgr
`----

in this case if the "from" is logged using message in the multi-smtp
function then message correctly reports that account "abc" was selected
into variable account. But the actual user & password picked up for the
smtp chat with the gmail servers is that of rgr above : the default
account.

I have latest msmtp 1.4.13.

This then makes me think there is indeed a problem with

(setq message-sendmail-extra-arguments (list "-a" account))

But examining it tells me

message-sendmail-extra-arguments's value is ("-a" "abc")

Is this correct? Has something changed here?

So what else can I do to debug? I am dreading this being something so
obvious with my config file.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: msmtp and multiple smtp servers
  2007-11-09 19:22               ` Richard G Riley
@ 2007-11-10 16:21                 ` Sivaram Neelakantan
       [not found]                 ` <mailman.3223.1194712580.18990.info-gnus-english@gnu.org>
  1 sibling, 0 replies; 12+ messages in thread
From: Sivaram Neelakantan @ 2007-11-10 16:21 UTC (permalink / raw)
  To: info-gnus-english

Richard G Riley <rileyrgdev@gmail.com> writes:

> Sivaram Neelakantan <nsivaram.net@gmail.com> writes:
>
>> Richard G Riley <rileyrgdev@googlemail.com> writes:
>>
>>
>> [...]
>>
>>> I tried the solution here:
>>>

[...]

>
> OK, the problem is narrowed down.
>
> the account is correct. But its not matching the .msmtprc section.
> Instead it is dropping through to the default e.g
>
> ,----
> | account abc
> | user abc@gmail.com
> | password abc123
> | 
> | account rgr
> | user rgr@gmail.com
> | password rgr123
> | 
> | account default : rgr
> `----
>
> in this case if the "from" is logged using message in the multi-smtp
> function then message correctly reports that account "abc" was selected
> into variable account. But the actual user & password picked up for the
> smtp chat with the gmail servers is that of rgr above : the default
> account.
>
> I have latest msmtp 1.4.13.
>
> This then makes me think there is indeed a problem with
>
> (setq message-sendmail-extra-arguments (list "-a" account))
>
> But examining it tells me
>
> message-sendmail-extra-arguments's value is ("-a" "abc")
>
> Is this correct? Has something changed here?
>
> So what else can I do to debug? I am dreading this being something so
> obvious with my config file.

Does your posting style look similar to this?

(setq gnus-parameters 
      '((".*news\\.gmane\\.org.*" 
	 (visible . t) 
	 (display . all) 
	 (posting-style 
	  (address "nsivaram.xxxxxx@gmail.com") 
	  (name "Sivaram Neelakantan") 
	  (eval (setq message-sendmail-extra-arguments '("-a" "siva"))) 
	  (user-mail-address "nsivaram.xxxx@gmail.com"))) 
	(".*nnfolder:.*" 
	 (posting-style 
	  (address "sssss@gmail.com") 
	  (name "Ssssss")
	  (body "Sssss") 
	  (eval (setq message-sendmail-extra-arguments '("-a" "sssss"))) 
	  (user-mail-address "ssssss@gmail.com"))))) 

Obviously, the sendmail args go into effect only when I *enter* the
specific folders.  The second argument is the account names in the
msmtprc file.

1.  Set the posting styles match for 2 different folders and check the
message-sendmail-extra-arguments value in each case (by entering the
folder) to see whether it changes from one value to the other.  If it
doesn't, fix your posting styles, first.

2.  Then send an email and check the logs and the sent mail folder on
gmail to check which smtp account it used.

The extra-args thingy goes into effect only when there is a match and
 that is achieved by entering a folder.


 sivaram
 -- 

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: msmtp and multiple smtp servers
       [not found]                 ` <mailman.3223.1194712580.18990.info-gnus-english@gnu.org>
@ 2007-11-10 17:02                   ` Richard G Riley
  0 siblings, 0 replies; 12+ messages in thread
From: Richard G Riley @ 2007-11-10 17:02 UTC (permalink / raw)
  To: info-gnus-english

Sivaram Neelakantan <nsivaram.net@gmail.com> writes:

> Richard G Riley <rileyrgdev@gmail.com> writes:
>
>> Sivaram Neelakantan <nsivaram.net@gmail.com> writes:
>>
>>> Richard G Riley <rileyrgdev@googlemail.com> writes:
>>>
>>>
>>> [...]
>>>
>>>> I tried the solution here:
>>>>
>
> [...]
>
>>
>> OK, the problem is narrowed down.
>>
>> the account is correct. But its not matching the .msmtprc section.
>> Instead it is dropping through to the default e.g
>>
>> ,----
>> | account abc
>> | user abc@gmail.com
>> | password abc123
>> | 
>> | account rgr
>> | user rgr@gmail.com
>> | password rgr123
>> | 
>> | account default : rgr
>> `----
>>
>> in this case if the "from" is logged using message in the multi-smtp
>> function then message correctly reports that account "abc" was selected
>> into variable account. But the actual user & password picked up for the
>> smtp chat with the gmail servers is that of rgr above : the default
>> account.
>>
>> I have latest msmtp 1.4.13.
>>
>> This then makes me think there is indeed a problem with
>>
>> (setq message-sendmail-extra-arguments (list "-a" account))
>>
>> But examining it tells me
>>
>> message-sendmail-extra-arguments's value is ("-a" "abc")
>>
>> Is this correct? Has something changed here?
>>
>> So what else can I do to debug? I am dreading this being something so
>> obvious with my config file.
>
> Does your posting style look similar to this?
>
> (setq gnus-parameters 
>       '((".*news\\.gmane\\.org.*" 
> 	 (visible . t) 
> 	 (display . all) 
> 	 (posting-style 
> 	  (address "nsivaram.xxxxxx@gmail.com") 
> 	  (name "Sivaram Neelakantan") 
> 	  (eval (setq message-sendmail-extra-arguments '("-a" "siva"))) 
> 	  (user-mail-address "nsivaram.xxxx@gmail.com"))) 
> 	(".*nnfolder:.*" 
> 	 (posting-style 
> 	  (address "sssss@gmail.com") 
> 	  (name "Ssssss")
> 	  (body "Sssss") 
> 	  (eval (setq message-sendmail-extra-arguments '("-a" "sssss"))) 
> 	  (user-mail-address "ssssss@gmail.com"))))) 
>
> Obviously, the sendmail args go into effect only when I *enter* the
> specific folders.  The second argument is the account names in the
> msmtprc file.
>
> 1.  Set the posting styles match for 2 different folders and check the
> message-sendmail-extra-arguments value in each case (by entering the
> folder) to see whether it changes from one value to the other.  If it
> doesn't, fix your posting styles, first.
>
> 2.  Then send an email and check the logs and the sent mail folder on
> gmail to check which smtp account it used.

I know which one was used : the one which appears as the "from" when it
is received - google automatically replaces anything in the "from" with
the user logged into the smtp server.

However, everything is now solved.

And it's embarrassing.

Almost line 1 of the Wiki.

I changed to No Gnus 0.6 and it worked. Since I had an emacs-snapshot of
emacs 22 then I assumed (wrongly) that I had recent Gnus. I have no real
idea what No Gnus v Gnus means but it works now.

What the difference is that makes it work is unknown to me.

Thanks for your support.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-11-10 17:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-08 22:31 msmtp and multiple smtp servers Richard G Riley
2007-11-08 22:58 ` Exal de Jesus Garcia Carrillo
2007-11-08 23:14   ` Richard G Riley
2007-11-08 23:44     ` Exal de Jesus Garcia Carrillo
2007-11-09  0:25       ` Richard G Riley
2007-11-09  2:03         ` Exal de Jesus Garcia Carrillo
2007-11-09 14:06           ` Richard G Riley
2007-11-09 16:37             ` Sivaram Neelakantan
     [not found]             ` <mailman.3191.1194626802.18990.info-gnus-english@gnu.org>
2007-11-09 17:14               ` Richard G Riley
2007-11-09 19:22               ` Richard G Riley
2007-11-10 16:21                 ` Sivaram Neelakantan
     [not found]                 ` <mailman.3223.1194712580.18990.info-gnus-english@gnu.org>
2007-11-10 17:02                   ` Richard G Riley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).