Hello Ferran:
On Tue, 18 Sep 2007, Ferran Jorba wrote:
> (setq smtpmail-smtp-server "smtp.uab.cat")
>> Sure. Please forward me the full message (all headers included) of an
>> email sent from Gnus that did not pass through.
>
> I attach my own BCC of my previous mail.
The headers are not complete, e.g. there is no "Return-Path". Can you
please either C-c C-f to my personal address the full message, or try
to send me a completely new message from Gnus?
(Unfortunately we don't have an option to configure
project-cdsware-developers mailing list sensibly to deliver errors
onyl to the list owners, so they are switched off and so neither you
nor I see any error messages if anything goes wrong with your posts;
but we can simply use my personal address for debugging.)
Otherwise the only difference between your Gnus and Icedove headers
seems to be that Gnus mail was going through localhost MTA too. So,
in the worst of cases you can configure Gnus to use external MTA
server directly:
(require 'smtpmail)
(setq message-send-mail-function 'smtpmail-send-it ;; for gnus/message
send-mail-function 'smtpmail-send-it) ;; for `mail'
(setq smtpmail-smtp-service 25
smtpmail-smtp-server "smtp.uab.cat")
(setq smtpmail-default-smtp-server "smtp.uab.cat")
Maybe you are missing the part saying "(setq
message-send-mail-function 'smtpmail-send-it)" in your ~/.gnus.el?
See also <http://josefsson.org/smtpmail.html>.
Best regards
--
Tibor Simko ** CERN Document Server ** <http://cds.cern.ch/>