Message sent by SMTP get lost whereas those via pickup(sendmail) are OK

2021-05-16 Thread Chris Green
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

Re: Message sent by SMTP get lost whereas those via pickup(sendmail) are OK

2021-05-16 Thread IL Ka
> > > 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

Re: Message sent by SMTP get lost whereas those via pickup(sendmail) are OK

2021-05-16 Thread Bill Cole
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

Re: Message sent by SMTP get lost whereas those via pickup(sendmail) are OK

2021-05-16 Thread Bob Proulx
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.

Re: Message sent by SMTP get lost whereas those via pickup(sendmail) are OK

2021-05-16 Thread Jaroslaw Rafa
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 and PAM

2021-05-16 Thread Ivan Avery Frey
SASL when authenticating via PAM requires a service name. Is the service name "stmp" hardcoded or is it configurable?