Re: alpine mail client with gmx.net as mail provider
Hi,
Nicolas George wrote:
> Do try strace, and if
> you know a bit of SMTP, which seems the case, you should be able to spot the
> problem in a few minutes.
It's nearly too late in the evening. But (with alpine 2.20 from
source):
read(9, "220 gmx.com (mrgmx102) Nemesis E"..., 8192) = 52
write(9, "EHLO localhost\r\n", 16) = 16
read(9, "250-gmx.com Hello localhost [79."..., 8192) = 86
write(9, "AUTH PLAIN\r\n", 12) = 12
read(9, "334 \r\n", 8192) = 6
write(9, "...for.my.eyes.only...", ...) = ...
read(9, "235 Authentication succeeded\r\n", 8192) = 30
write(9, "MAIL FROM:<...my_id...@...my.local.hostname...>"..., ...) = ...
Oh yes. That's wrong. It must be ...my_id...@gmx.net.
Consequential Nemesis rejects:
read(9, "550-Requested action not taken: "..., 8192) = 89
But alpine happily goes on with
write(9, "RCPT TO:<...some_id...@gmx.net>\r\n", ...) = ...
which earns it
read(9, "503 Bad sequence of commands\r\n", 8192) = 30
Ok. About 20 minutes including reading man strace.
Catch of the day. Congrats to Nicolas George !
It's really too late now. But i change alpine configuration
from:
User Domain = <No Value Set>
to:
User Domain = gmx.net
... naw. Does not help. At least not now.
I have something to dig for in the source. Tomorrow.
Have a nice day :)
Thomas
Reply to: