I have postfix running on my xubuntu 21.10 desktop machine and it's
working fine for sending mail from mutt which uses the 'sendmail'
interface.
However I have a script which attempts to send using localhost port 25
and that doesn't appear to work.
I am trying to debug it by connecting directly
>
>
> I am trying to debug it by connecting directly to port 25 on localhost
> using telnet and composing mail that way. It appears to be sent
> according to the postfix mail.log but it just disappears.
>
It could be that it went to spam because you misused some headers while
sending mail manually
On 2021-05-16 at 12:10:59 UTC-0400 (Sun, 16 May 2021 17:10:59 +0100)
Chris Green
is rumored to have said:
I have postfix running on my xubuntu 21.10 desktop machine and it's
working fine for sending mail from mutt which uses the 'sendmail'
interface.
However I have a script which attempts to s
Chris Green wrote:
> I am trying to debug it by connecting directly to port 25 on localhost
> using telnet and composing mail that way.
I highly recommend "swaks" the Swiss Army Knife SMTP, the all-purpose
SMTP transaction tester utility program for generating test emails
using SMTP transactions.
Dnia 16.05.2021 o godz. 13:58:22 Bob Proulx pisze:
> Chris Green wrote:
> > I am trying to debug it by connecting directly to port 25 on localhost
> > using telnet and composing mail that way.
>
> I highly recommend "swaks" the Swiss Army Knife SMTP, the all-purpose
> SMTP transaction tester utili
SASL when authenticating via PAM requires a service name. Is the
service name "stmp" hardcoded or is it configurable?