Modify ↓
Opened 12 months ago Closed 11 months ago #325 closed bug (fixed)501 Syntactically invalid EHLO argument(s)
DescriptionDescription
Since the multiple smtp was introduced I have been unable to send e-mails via my provider smtp server, on every attempt error message appears:
Bad response from mail server 'smtp.hdsnet.hu' to command 'EHLO':
Couldn't connect to host 'smtp.hdsnet.hu'.
This is the case with MorphOS and AmigaOS3 2.8-dev version, too.
I use MorphOS2.7 as operating system on Pegasos2. Attachments (0)Change History (4)comment:1 Changed 12 months ago by thboeckelcomment:2 follow-up: ↓ 3 Changed 12 months ago by szakacst@…
With YAM debug It can see the difference:
with yam 2.7 :
etc. and e-mail is sent.
But with nightly build:
SERVER[0038]: 220 relay01.digicable.hu ESMTP ready
That hdsnet.hu was the SMTP-domain in 2.7 .config file, but now that argument is missing from .config for 2.8? I don't know from where is that pegasos2_100 is came from? comment:3 in reply to: ↑ 2 Changed 12 months ago by damato
Replying to szakacst@…:
This seems to be the hostname of your machine configured in your TCP/IP stack. I already suspected that this might be the actual reason for your problems. In a short test it seems that the SMTP server of your provider doesn't like the "_" character in your hostname. I'll see how I can change that and what the official RFC says about that. Thanks for the report and the debug log. comment:4 Changed 11 months ago by damato
(In [6040]) * YAM_UT.c, tcp/Connection.c: reworked the GetHostName() function to call
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber
| ||||||||||||||||||||||||||||



Nothing in SMTP handling was changed, except that it is now possible to have more than one single SMTP server.
To investigate what is going on during the transfer you should start YAM as "YAM debug" from a shell. During the transfer (POP3 and SMTP) lots of stuff will be printed to the shell. Please attach this output to this ticket.
Although we did our best to hide private stuff like passwords please make sure to check the output for such data as we take no responsibility for leaked passwords and hacked accounts.