Re: SMTP-source

2019-03-07 Thread Latin Bishop
Ok this helped Thanks http://postfix.1071664.n5.nabble.com/smtp-source-smtp-sink-howto-td36350.html > On Mar 7, 2019, at 5:37 PM, Viktor Dukhovni > wrote: > >> On Thu, Mar 07, 2019 at 05:24:38PM -0500, Latin Bishop wrote: >> >> $ smtp-source -s 20 -l 5120 -m 100 -

Re: SMTP-source

2019-03-07 Thread Latin Bishop
I did localhost 25 > On Mar 7, 2019, at 5:37 PM, Viktor Dukhovni > wrote: > >> On Thu, Mar 07, 2019 at 05:24:38PM -0500, Latin Bishop wrote: >> >> $ smtp-source -s 20 -l 5120 -m 100 -M localhost:25 -m 100 -f pi@foo -t >> soydepr@foo >> smtp-source: fa

SMTP-source

2019-03-07 Thread Latin Bishop
smtp-source -s 20 -l 5120 -m 100 -M localhost:25 -m 100 -f pi@foo -t soydepr@foo smtp-source: fatal: usage: smtp-source -cdLNov -s sess -l msglen -m msgs -C count -M myhostname -f from -t to -r rcptcount -R delay -w delay host[:port] Where foo is my domain getting fatal usage and bad host nam

Re: How can I see why this was rejected when sending

2019-02-24 Thread Latin Bishop
Much thanks > On Feb 24, 2019, at 11:49 AM, Wietse Venema wrote: > > Latin Bishop: >> smtps inet n - y - - smtpd >>... >>-o smtpd_client_restrictions=permit_sasl_authenticated,reject > > That explains why Post

Re: How can I see why this was rejected when sending

2019-02-24 Thread Latin Bishop
Thanks for your help smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname, reject_unknown_he$smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination smtpd_relay_restri

Re: How can I see why this was rejected when sending

2019-02-24 Thread Latin Bishop
Thank you. Fixed On Feb 24, 2019, at 9:42 AM, Wietse Venema wrote: Feb 24 07:57:02 pepino postfix/smtps/smtpd[7383]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 554 5.7.1 : Client host rejec$ >> >> 08:41:10] SMTP> RCPT TO: >> [08:41:10] SMTP< 554 5.7.1 : Client host reje

Re: How can I see why this was rejected when sending

2019-02-24 Thread Latin Bishop
:39] IMAP< 11 OK NOOP completed (0.001 + 0.000 secs). Is this my server or the receiving server > On Feb 24, 2019, at 8:28 AM, Wietse Venema wrote: > > Latin Bishop: >> root@pepino:/home/soydepr# tail /var/log/syslog >> Feb 24 07:57:02 pepino postfix/smtps/smtpd[

How can I see why this was rejected when sending

2019-02-24 Thread Latin Bishop
root@pepino:/home/soydepr# tail /var/log/syslog Feb 24 07:57:02 pepino postfix/smtps/smtpd[7383]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 554 5.7.1 : Client host rejec$Feb 24 07:57:05 pepino postfix/smtps/smtpd[7383]: lost connection after RCPT from localhost[127.0.0.1] Feb 24 07:57:05

Re: Error sending

2019-02-19 Thread Latin Bishop
I see. Thanks it was from master.cf Sent from my iPad > On Feb 19, 2019, at 7:53 AM, Benny Pedersen wrote: > > Soydepr skrev den 2019-02-19 13:34: > >> Feb 19 07:25:45 pepino postfix/smtps/smtpd[10435]: warning: unknown smtpd >> restriction: "permit_ssl_authenticated" > > postconf -nf | grep

Re: Error sending

2019-02-19 Thread Latin Bishop
Not sure sure where is coming from not form main cf root@pepino:/home/pi# postconf -nf |grep permit smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, smtpd_relay_restrictions = permit_mynetworks,