smtpd relay error - sender address rejected

2024-04-18 Thread Luis Mendes
Hi, I'm trying to configure smtpd to send some emails to my account at Yandex, but the mail server is returning an error: stat="550 5.7.0 Sender address rejected: not owned by authorized user This is on OpenBSD 7.5. The /etc/mail/smtpd.conf configuration is: # grep -v '^#' /etc

Re: smtpd[68513]: warn: lost processor: spamassassin exited abnormally

2023-11-13 Thread Harald Dunkel
Hi Omar, On 2023-11-09 18:22:41, Omar Polo wrote: I've committed the update and backported to -STABLE so the fixed package should appear in the next days. Thanks for the report and sorry for the breakage I highly appreciate your fast response and the fix you have provided. Regards Harri

Re: smtpd[68513]: warn: lost processor: spamassassin exited abnormally

2023-11-09 Thread Omar Polo
I've committed the update and backported to -STABLE so the fixed package should appear in the next days. Thanks for the report and sorry for the breakage

Re: smtpd[68513]: warn: lost processor: spamassassin exited abnormally

2023-11-08 Thread Omar Polo
On 2023/11/07 22:44:56 +0100, Giovanni Bechis wrote: > On 11/7/23 20:16, Omar Polo wrote: > > On 2023/11/07 19:30:43 +0100, Harald Dunkel wrote: > >> Hi Omar, > >> > >> sorry for the delay, but I have good news: The patch seems to > >> work. Of course I will continue to watch it. > > Thanks for

Re: smtpd[68513]: warn: lost processor: spamassassin exited abnormally

2023-11-07 Thread Giovanni Bechis
On 11/7/23 20:16, Omar Polo wrote: On 2023/11/07 19:30:43 +0100, Harald Dunkel wrote: Hi Omar, sorry for the delay, but I have good news: The patch seems to work. Of course I will continue to watch it. Thanks for verifying! Before bumping the smtp-filter protocol version I took at look at

Re: smtpd[68513]: warn: lost processor: spamassassin exited abnormally

2023-11-07 Thread Omar Polo
patch-filter-spamassassin_go --- /dev/null 1 Jan 1970 00:00:00 - +++ patches/patch-filter-spamassassin_go7 Nov 2023 19:14:58 - @@ -0,0 +1,14 @@ +handle the smtpd filter-protocol version 0.7 + +Index: filter-spamassassin.go +--- filter-spamassassin.go.orig filter-spamassassin.go +@@ -

Re: smtpd[68513]: warn: lost processor: spamassassin exited abnormally

2023-11-07 Thread Harald Dunkel
Hi Omar, sorry for the delay, but I have good news: The patch seems to work. Of course I will continue to watch it. Thank you very much Harri

Re: smtpd[68513]: warn: lost processor: spamassassin exited abnormally

2023-11-06 Thread Harald Dunkel
On 2023-11-05 10:21:10, Omar Polo wrote: Can you try the following diff to see if it helps? I will try this evening after work, stay tuned. Its been a while since I used CVS. Regards Harri

smtpd[68513]: warn: lost processor: spamassassin exited abnormally

2023-11-05 Thread Harald Dunkel
Hi folks, since OpenBSD 7.4 the spamassassin filter seems to be broken. On the first EMail opensmtpd dies with a message in maillog saying Nov 5 08:59:23 mhost smtpd[60460]: bcc4f33a095bb28e smtp connected address=xx.xx.xx.xx host=mail.example.com Nov 5 08:59:23 mhost filter-spamassassin

Re: smtpd[68513]: warn: lost processor: spamassassin exited abnormally

2023-11-05 Thread Omar Polo
On 2023/11/05 09:59:14 +0100, Harald Dunkel wrote: > Hi folks, > > since OpenBSD 7.4 the spamassassin filter seems to be broken. On > the first EMail opensmtpd dies with a message in maillog saying > > Nov 5 08:59:23 mhost smtpd[60460]: bcc4f33a095bb28e smtp connected >

smtpd and honeypot (rspamd)

2023-10-23 Thread kasak
Hello misc! I'm trying to make honeypot with smtpd and rspamd here is some cut from my smtpd.conf: table honeypot file:/etc/mail/traps action "trap" mda "/usr/local/bin/rspamc -f 1 -w 10 fuzzy_add" match !from src for rcpt-to action "trap" the table contains

Re: Smtpd is not adding message-id

2023-10-10 Thread Nicolas Goy
On 09.10.23 22:56, Todd C. Miller wrote: I just committed the fix but I don't think there is a workaround. You will need to patch and recompile smtpd. Thank you very much. Have a great day -- Nicolas Goy Engineer & Developer https://www.kuon.ch https://www.goyman.com

Re: Smtpd is not adding message-id

2023-10-09 Thread Todd C . Miller
On Mon, 09 Oct 2023 19:32:50 +0200, Nicolas Goy wrote: > I am hitting this issue with some go based process that send emails: > > https://github.com/OpenSMTPD/OpenSMTPD/issues/1068 > > Basically the client is not putting any Message-Id header and smtpd is > not adding it when

Smtpd is not adding message-id

2023-10-09 Thread Nicolas Goy
Hello, I am hitting this issue with some go based process that send emails: https://github.com/OpenSMTPD/OpenSMTPD/issues/1068 Basically the client is not putting any Message-Id header and smtpd is not adding it when sending the email. Do you have an idea how to work around it? Or do I need

Re: I would like help matching my outgoing domains to the right IP for smtpd

2023-08-16 Thread Chris Bennett
On Wed, Aug 16, 2023 at 10:21:34AM +0200, Bruno Flückiger wrote: > How about something like this? > > match from mail-from regex "@example.net" action send_example_net > match from mail-from regex "@example.com" action send_example_com > > Cheers, > Bruno > Thank you very much. I just had to

Re: I would like help matching my outgoing domains to the right IP for smtpd

2023-08-16 Thread Bruno Flückiger
server, different A records for the mx > > > versus domain name. > > > > Difficult to understand what you're trying there... > > I kinda understand that you have multiple IP-addresses on that smtpd > > machine and need to send from a "correct" one? > &

Re: [cpb_m...@bennettconstruction.us: I would like help matching my outgoing domains to the right IP for smtpd]

2023-08-12 Thread Chris Bennett
It's the weekend. I will see if anyone has any advice later. I will spend my time looking at perhaps solving the problem with a filter and using tcpdump and the debug features of smtpd to follow what I come up with. -- Chris Bennett

Re: I would like help matching my outgoing domains to the right IP for smtpd

2023-08-11 Thread Chris Bennett
name. > > Difficult to understand what you're trying there... > I kinda understand that you have multiple IP-addresses on that smtpd > machine and need to send from a "correct" one? > If so, check back that 'action' with a relay delivery has a 'src' option. > > HT

Re: I would like help matching my outgoing domains to the right IP for smtpd

2023-08-11 Thread Chris Bennett
name. > > Difficult to understand what you're trying there... > I kinda understand that you have multiple IP-addresses on that smtpd > machine and need to send from a "correct" one? > If so, check back that 'action' with a relay delivery has a 'src' option. > > HT

Re: I would like help matching my outgoing domains to the right IP for smtpd

2023-08-11 Thread Philipp Buehler
multiple IP-addresses on that smtpd machine and need to send from a "correct" one? If so, check back that 'action' with a relay delivery has a 'src' option. HTH, -- pb

I would like help matching my outgoing domains to the right IP for smtpd

2023-08-11 Thread Chris Bennett
Hello, as I was updating to the new IP ranges, I changed ~all to -all (My old IP's were crap filled with spam, so I just didn't send mails to the big guys.) I tried sending to gmail.com and got smacked that the spf was referring to an unexpected address on the server. I found that I was getting

[cpb_m...@bennettconstruction.us: I would like help matching my outgoing domains to the right IP for smtpd]

2023-08-11 Thread Chris Bennett
- Forwarded message from Chris Bennett - To: misc@openbsd.org From: Chris Bennett Subject: I would like help matching my outgoing domains to the right IP for smtpd Date: Fri, 11 Aug 2023 18:13:59 -0700 Hello, as I was updating to the new IP ranges, I changed ~all to -all (My old IP's

R: smtpd: access.db?

2023-06-13 Thread Francesco Toscan
Il giorno lunedì 12 giugno 2023 22:41 Steve Fairhead ha scritto: > I'm in newbie mode again. I'm working on replacing an old OpenBSD server > running Sendmail with a new one running smtpd. With Sendmail, I rely > heavily on the access.db feature to block TLDs, usernames, email &g

smtpd: access.db?

2023-06-12 Thread Steve Fairhead
Hi, I'm in newbie mode again. I'm working on replacing an old OpenBSD server running Sendmail with a new one running smtpd. With Sendmail, I rely heavily on the access.db feature to block TLDs, usernames, email addresses, and domains. Is there an equivalent feature with smtpd? Also I can't

Re: smtpd

2022-09-21 Thread Mik J
UTC+2, Todd C. Miller a écrit : On Wed, 08 Jun 2022 08:16:20 -0700, latin...@vcn.bc.ca wrote: > Hello misc > > Could somebody please tell me what cert is smtpd refering to? > > smtpd[11054]: 106b2cfae48c5616 mta cert-check result="unverified" This is probably a war

Re: smtpd with dkim & mailing lists

2022-08-31 Thread Alexandre Ratchov
On Tue, Aug 30, 2022 at 09:17:44PM +0200, Tobias Fiebig wrote: > Heho, > > The important part is not 'not adding an additional signature' but > 'not breaking the previous signature'. As long as you do not fiddle > with anything in there, things will be fine; But, as you most likely > do (think:

Re: smtpd with dkim & mailing lists

2022-08-31 Thread Alexandre Ratchov
On Tue, Aug 30, 2022 at 07:26:11PM +0200, Martijn van Duren wrote: > On Tue, 2022-08-30 at 17:13 +0200, Alexandre Ratchov wrote: > > Hi, > > > > For my $DAYJOB I had to please big mail corporations and configured > > smtpd(8) to send DKIM-signed emails (also adde

Re: smtpd with dkim & mailing lists

2022-08-30 Thread Tobias Fiebig
@openbsd.org Subject: Re: smtpd with dkim & mailing lists On Tue, 2022-08-30 at 17:13 +0200, Alexandre Ratchov wrote: > Hi, > > For my $DAYJOB I had to please big mail corporations and configured > smtpd(8) to send DKIM-signed emails (also added SPF and DMARC > records). This was eas

Re: smtpd with dkim & mailing lists

2022-08-30 Thread Martijn van Duren
On Tue, 2022-08-30 at 17:13 +0200, Alexandre Ratchov wrote: > Hi, > > For my $DAYJOB I had to please big mail corporations and configured > smtpd(8) to send DKIM-signed emails (also added SPF and DMARC > records). This was easy using instruction in the > opensmtpd-filter-dksim p

smtpd with dkim & mailing lists

2022-08-30 Thread Alexandre Ratchov
Hi, For my $DAYJOB I had to please big mail corporations and configured smtpd(8) to send DKIM-signed emails (also added SPF and DMARC records). This was easy using instruction in the opensmtpd-filter-dksim port and works fine to send messages to bigmailcorp accounts. The mail server is used

smtpd fallback catch-all

2022-08-16 Thread Nick
I'm trying to have smtpd: 1. Deliver mail directly to existing users 2. Otherwise fall back to the contents of /etc/mail/aliases 3. Otherwise fall back to a catch-all that sends all mail to me I can't seem to figure it out. According to table(5), to use a catch-all I must use a "virtual co

Re: smtpd: return tempfail if no valid fcrdns: good or bad?

2022-06-27 Thread Florian Obser
On 2022-06-24 10:16 +02, Alexandre Ratchov wrote: > I noticed that most of the spam that spamd(8) doesn't catch comes from > machines with no valid FCrDNS and that all legitimate mails used valid > FCrDNS. > > Certain [1] recommend to return 550 in case of invalid FCrDNS, but if > I understand

smtpd: return tempfail if no valid fcrdns: good or bad?

2022-06-24 Thread Alexandre Ratchov
I noticed that most of the spam that spamd(8) doesn't catch comes from machines with no valid FCrDNS and that all legitimate mails used valid FCrDNS. Certain [1] recommend to return 550 in case of invalid FCrDNS, but if I understand correctly, 550 is a permanent error. So this may block

Re: smtpd + dkimsign 7.0 upgraded to 7.1

2022-06-15 Thread Pete
Hi, you're probably missing something along those lines: pki mail.example.com cert "/etc/ssl/mail.example.com.crt" pki mail.example.com key "/etc/ssl/private/mail.example.com.key" listen on egress tls pki mail.example.com

Re: smtpd + dkimsign 7.0 upgraded to 7.1

2022-06-15 Thread Martijn van Duren
Your bugreport is all over the place... First you say "stopped working", which I interpreted as won't start. Then you follow up with a "connection refused", which means that smtpd is not listening (or even running) and then you give an example where you can connect, but tryi

Re: smtpd + dkimsign 7.0 upgraded to 7.1

2022-06-14 Thread latincom
on! >> >> PS: >> i am NOT receiving mail but i am able to send!. >> >> With this conf it works correctly send/receive: >> #$OpenBSD: smtpd.conf,v 1.14 2019/11/26 20:14:38 gilles Exp $ >> >> # This is the smtpd server system-wide configuration file

Re: smtpd + dkimsign 7.0 upgraded to 7.1

2022-06-14 Thread latincom
correctly send/receive: # $OpenBSD: smtpd.conf,v 1.14 2019/11/26 20:14:38 gilles Exp $ # This is the smtpd server system-wide configuration file. # See smtpd.conf(5) for more information. table aliases file:/etc/mail/aliases listen on socket # To accept external mail, replace with: listen

Re: smtpd + dkimsign 7.0 upgraded to 7.1

2022-06-13 Thread Martijn van Duren
nBSD: smtpd.conf,v 1.14 2019/11/26 20:14:38 gilles Exp $ > > # This is the smtpd server system-wide configuration file. > # See smtpd.conf(5) for more information. > > table aliases file:/etc/mail/aliases > > filter "dkimsign" proc-exec "filter-dkimsign -d agroena

smtpd + dkimsign 7.0 upgraded to 7.1

2022-06-13 Thread latincom
Hello My mail server stop working after upgrade to 7.1; could somebody please check the conf? # $OpenBSD: smtpd.conf,v 1.14 2019/11/26 20:14:38 gilles Exp $ # This is the smtpd server system-wide configuration file. # See smtpd.conf(5) for more information. table aliases file:/etc/mail

Re: smtpd

2022-06-08 Thread Todd C . Miller
On Wed, 08 Jun 2022 08:16:20 -0700, latin...@vcn.bc.ca wrote: > Hello misc > > Could somebody please tell me what cert is smtpd refering to? > > smtpd[11054]: 106b2cfae48c5616 mta cert-check result="unverified" This is probably a warning that the remote side of the c

smtpd

2022-06-08 Thread latincom
Hello misc Could somebody please tell me what cert is smtpd refering to? smtpd[11054]: 106b2cfae48c5616 mta cert-check result="unverified" Thanks.

Re: First time using filter-dkimsign with smtpd

2022-06-01 Thread Łukasz Moskała
W dniu 1.06.2022 o 21:13, Sven F. pisze: /usr/local/libexec/smtpd/filter-dkimsign -dhttp://example.com -s mydkim -k /etc/mail/dkim/private.rsa.key` Hi, I'll start by saying that I don't have expirience with filter-dkimsign, but I'm pretty sure you are not supposed to have http here

Re: First time using filter-dkimsign with smtpd

2022-06-01 Thread Sven F.
n and > installation > instructions . > and have the filter running : > `_dkimsig 61499 0.0 0.0 704 3288 ?? Ip 6:39PM 0:00.03 > /usr/local/libexec/smtpd/filter-dkimsign -d http://example.com -s > mydkim -k /etc/mail/dkim/private.rsa.key` > > my /etc/mail/dkim/private.rsa.key is

First time using filter-dkimsign with smtpd

2022-06-01 Thread Sven F.
704 3288 ?? Ip 6:39PM 0:00.03 /usr/local/libexec/smtpd/filter-dkimsign -d http://example.com -s mydkim -k /etc/mail/dkim/private.rsa.key` my /etc/mail/dkim/private.rsa.key is mode 0440 and owned by _dkimsig and only apply on the localhost `listen on lo0 filter dkimsign_rsa` When the php fpm

Re: smtpd bounce messages and non-existent users

2022-02-16 Thread Tom Szilagyi
re bounce messages > sent back to the client in this case? > > Feb 15 12:15:09 server smtpd[90604]: 886047b20afc9b3d smtp > disconnected reason=quit > Feb 15 12:15:22 server smtpd[90604]: 886047b5d8ac59a6 smtp connected > address=local host=server.example.org > Feb 15 12:15:22 server s

smtpd bounce messages and non-existent users

2022-02-15 Thread fixied
mail to non-existent users in vusers from the local machine, no bounce message is ever sent back to the user. I do see the following log entries, but is there a way to configure bounce messages sent back to the client in this case? Feb 15 12:15:09 server smtpd[90604]: 886047b20afc9b3d smtp

Re: unable to send external mail with smtpd

2021-10-20 Thread freddie
can't send mail through my mail account w smtpd. i have asked my provider for support about the issues i saw other people having (port 25 not being open) but they said that wasn't it and they were unsure about the problem. below i have linked to a paste of my smtpd.conf and my maillog. Personally

Re: unable to send external mail with smtpd

2021-10-20 Thread Stuart Henderson
oot man page i'm struggling >> to work out why i can't send mail through my mail account w smtpd. i >> have asked my provider for support about the issues i saw other people >> having (port 25 not being open) but they said that wasn't it and they >> were unsure abou

Re: unable to send external mail with smtpd

2021-10-20 Thread Crystal Kolipe
truggling to work out > why i can't send mail through my mail account w smtpd. i have asked my > provider for support about the issues i saw other people having (port 25 not > being open) but they said that wasn't it and they were unsure about the > problem. below i have linked to a paste of

Re: unable to send external mail with smtpd

2021-10-20 Thread Dave Voutila
mail through my mail account w smtpd. i > have asked my provider for support about the issues i saw other people > having (port 25 not being open) but they said that wasn't it and they > were unsure about the problem. below i have linked to a paste of my > smtpd.conf and my maillog. P

unable to send external mail with smtpd

2021-10-20 Thread freddiebubble
Hi, I'm new to openbsd having just set it up on my x200 and loving it (running so much better than my old distro). after reading through c0ffee's laptop set up guide and the afterboot man page i'm struggling to work out why i can't send mail through my mail account w smtpd. i have asked my

Re: smtpd only Mail Server

2021-08-22 Thread Martijn van Duren
On Sat, 2021-08-21 at 07:20 -0700, latin...@vcn.bc.ca wrote: > > On Tue, 2021-08-10 at 04:32 -0700, latin...@vcn.bc.ca wrote: > > > > On Aug 10 01:52:57, latin...@vcn.bc.ca wrote: > > > > > > - smtpd had its first commit in 2008 and back then was far from

Re: smtpd only Mail Server

2021-08-21 Thread latincom
> On Tue, 2021-08-10 at 04:32 -0700, latin...@vcn.bc.ca wrote: >> > On Aug 10 01:52:57, latin...@vcn.bc.ca wrote: >> > > > - smtpd had its first commit in 2008 and back then was far from >> > > >   production ready: So are you using base smtpd,

Re: smtpd only Mail Server

2021-08-12 Thread latincom
m. >> >> >> >> #       $OpenBSD: smtpd.conf,v 1.14 2019/11/26 20:14:38 gilles >> >> Exp $ >> >> >> >> # This is the smtpd server system-wide configuration file. >> >> # See smtpd.conf(5) for more information. >>

Re: smtpd only Mail Server

2021-08-12 Thread Michael Hekeler
Am 10.08.21 13:29 schrieb latin...@vcn.bc.ca: > > On Tue, 2021-08-10 at 04:32 -0700, latin...@vcn.bc.ca wrote: > >> > On Aug 10 01:52:57, latin...@vcn.bc.ca wrote: > >> > > > - smtpd had its first commit in 2008 and back then was far from > >> >

Re: smtpd only Mail Server

2021-08-10 Thread latincom
> On Tue, 2021-08-10 at 04:32 -0700, latin...@vcn.bc.ca wrote: >> > On Aug 10 01:52:57, latin...@vcn.bc.ca wrote: >> > > > - smtpd had its first commit in 2008 and back then was far from >> > > >   production ready: So are you using base smtpd,

Re: smtpd only Mail Server

2021-08-10 Thread Martijn van Duren
On Tue, 2021-08-10 at 04:32 -0700, latin...@vcn.bc.ca wrote: > > On Aug 10 01:52:57, latin...@vcn.bc.ca wrote: > > > > - smtpd had its first commit in 2008 and back then was far from > > > >   production ready: So are you using base smtpd, or sendmail, or > > &g

Re: smtpd only Mail Server

2021-08-10 Thread latincom
> On Aug 10 01:52:57, latin...@vcn.bc.ca wrote: >> > - smtpd had its first commit in 2008 and back then was far from >> > production ready: So are you using base smtpd, or sendmail, or >> > something else? >> >> Yes, 2000 it was sendmail, nginx, apache

Re: smtpd only Mail Server

2021-08-10 Thread Jan Stary
On Aug 10 01:52:57, latin...@vcn.bc.ca wrote: > > - smtpd had its first commit in 2008 and back then was far from > > production ready: So are you using base smtpd, or sendmail, or > > something else? > > Yes, 2000 it was sendmail, nginx, apache, smtpd if i reme

Re: smtpd only Mail Server

2021-08-10 Thread latincom
> On Mon, 2021-08-09 at 20:02 -0700, latin...@vcn.bc.ca wrote: >> Hello >> >> i have had a smtpd only mail server for 21 years; but now i have a big >> problem related to dkim, dmarc, and spf. First, there is not man page, >> archives are not clear for me, goog

Re: smtpd only Mail Server

2021-08-10 Thread artsi0m
Hello! >smtpd only mail server for 21 years. Why not use fdm ? As i know it is developed by OpenBSD members. >There is no man page for dkim, dmark and spf OpenBSD developers maintain man pages for base system mostly. I've never heard about ports maintainers editing port man page. &

Re: smtpd only Mail Server

2021-08-10 Thread Martijn van Duren
On Mon, 2021-08-09 at 20:02 -0700, latin...@vcn.bc.ca wrote: > Hello > > i have had a smtpd only mail server for 21 years; but now i have a big > problem related to dkim, dmarc, and spf. First, there is not man page, > archives are not clear for me, google is confusing; b

smtpd only Mail Server

2021-08-09 Thread latincom
Hello i have had a smtpd only mail server for 21 years; but now i have a big problem related to dkim, dmarc, and spf. First, there is not man page, archives are not clear for me, google is confusing; but i have added the corresponding dns records, with the result that dkim is not signing mail

Re: .forward file with 6.8 and smtpd -- should that still work?

2021-02-12 Thread Austin Hook
On Fri, 22 Jan 2021, Gabriel Garcia wrote: > > Used to be able to put .forward files in the home > > directory of certain users and re-send their mail to a gmail or other > > address. > > > > Doesn't seem to work now. Is that feature available somehow with smtp

smtpd virtual table with only userparts

2021-01-27 Thread Péter Bertalan Zoltán
For an smtpd.conf containing this: 8< table domains { mydomain.tld } table virtuals file:/etc/mail/virtual action "domain" maildir "/var/vmail/mydomain.tld/%{dest.user}" virtual match from any for domain action "domain" 8< The

Re: .forward file with 6.8 and smtpd -- should that still work?

2021-01-22 Thread Gabriel Garcia
Used to be able to put .forward files in the home directory of certain users and re-send their mail to a gmail or other address. Doesn't seem to work now. Is that feature available somehow with smtpd? This should still work, I believe it's related to local mail delivery, rather than smtpd

Re: .forward file with 6.8 and smtpd -- should that still work?

2021-01-22 Thread Stuart Henderson
ain users and re-send their mail to a gmail or other > address. > > Doesn't seem to work now. Is that feature available somehow with smtpd? > > Also unable to use "Alpine" to send, and have to use "Mail" as a mail client > -- see my recent > post to ports@. >

.forward file with 6.8 and smtpd -- should that still work?

2021-01-21 Thread austin
now. Is that feature available somehow with smtpd? Also unable to use "Alpine" to send, and have to use "Mail" as a mail client -- see my recent post to ports@. Any clues would be much appreciated. Austin Milk River

smtpd-filters(7) not in base. Are filters not stable yet?

2020-12-31 Thread Andrea Biscuola
Hi @misc For a new project I would like to use smtpd(8) as an e-mail server. I noticed that the filters API man page is present in the source tree, but not installed in base. Is there a reason for it? Regards. -- Andrea

Re: smtpd returns 'TempFail' and 'No route to destination' when using localhost as source behind NAT

2020-08-19 Thread Martin
As I know, table sources is needed to bind smtpd to an interface while mail sending, but table helonames is for session IP=name. sorces != helonames in my particular configuration. So it doesn't work for me. smtpd should bind to local interface like localhost or another interface on local

Re: smtpd returns 'TempFail' and 'No route to destination' when using localhost as source behind NAT

2020-08-15 Thread Kastus Shchuka
On Sat, Aug 15, 2020 at 07:49:28AM +, Martin wrote: > It is worth to mention smtpd works absolutely fine for outgoing/incoming mail > if local machine has static IP address when: > ... > table sources {1.2.3.4} equivalent to > table helonames {1.2.3.4 = smtp.domain.tld} > .

Re: smtpd returns 'TempFail' and 'No route to destination' when using localhost as source behind NAT

2020-08-15 Thread Martin
It is worth to mention smtpd works absolutely fine for outgoing/incoming mail if local machine has static IP address when: ... table sources {1.2.3.4} equivalent to table helonames {1.2.3.4 = smtp.domain.tld} ... And yes, I have exactly the same action in /etc/mail/smtpd.conf ... table sources

smtpd returns 'TempFail' and 'No route to destination' when using localhost as source behind NAT

2020-08-13 Thread Martin
traffic right into IPsec VPN tunnel. Other local machine's services successfully connect to their destinations using NAT from local machine's localhost by IPsec VPN. Logically, smtpd should bind on 127.0.0.1 local machine and expose its external remote gateway machine's IP in heloname as configured

Re: smtpd returns 'TempFail' and 'No route to destination' when using localhost as source behind NAT

2020-08-13 Thread Kastus
o 0.0.0.0/0 nat-to 10.100.0.2 > > where 10.100.0.2 is virtual IP to NAT all local machine's traffic right into > IPsec VPN tunnel. > > Other local machine's services successfully connect to their destinations > using NAT from local machine's localhost by IPsec VPN. > > Logicall

Re: OpenBSD smtpd to GoDaddy

2020-04-26 Thread Thomas Bohl
Am 26.04.2020 um 19:15 schrieb Philip Munts: I'm trying to send email from OpenBSD 6.6 via GoDaddy's smtp.secureserver.net.  Unfortunately my GoDaddy SMTP username is "p...@munts.net" which doesn't seem to be a legal username for OpenBSD's smtpd.  I've tried every escaping

OpenBSD smtpd to GoDaddy

2020-04-26 Thread Philip Munts
I'm trying to send email from OpenBSD 6.6 via GoDaddy's smtp.secureserver.net. Unfortunately my GoDaddy SMTP username is "p...@munts.net" which doesn't seem to be a legal username for OpenBSD's smtpd. I've tried every escaping mechanism for the @ character I can think of, but n

Re: resolving addresses in smtpd and T-mobile addresses I login on with SSH being used

2019-12-03 Thread Chris Bennett
After digging through logs on laptop for the same time as errors, I found that the two errors did indeed match. Sorry for the noise. Rebooting the server and reconnecting with a new IP left me perplexed. Chris Bennett

Re: resolving addresses in smtpd and T-mobile addresses I login on with SSH being used

2019-12-03 Thread Chris Bennett
On Tue, Dec 03, 2019 at 06:16:06PM +, Raf Czlonka wrote: > On Tue, Dec 03, 2019 at 04:41:27PM GMT, Chris Bennett wrote: > > > > [...] > > Dec 2 22:36:28 freedomforlife smtpd[78001]: cd3e9bc4ab696630 smtp > > connected address=172.58.46.253 host= > > Dec

Re: resolving addresses in smtpd and T-mobile addresses I login on with SSH being used

2019-12-03 Thread Raf Czlonka
On Tue, Dec 03, 2019 at 04:41:27PM GMT, Chris Bennett wrote: > > [...] > Dec 2 22:36:28 freedomforlife smtpd[78001]: cd3e9bc4ab696630 smtp connected > address=172.58.46.253 host= > Dec 2 22:36:28 freedomforlife smtpd[78001]: cd3e9bc4ab696630 smtp > failed-command comm

Re: resolving addresses in smtpd and T-mobile addresses I login on with SSH being used

2019-12-03 Thread Chris Bennett
I've got to leave where I'm at right now, I'll respond more later. In a rush now. Thanks, Chris

Re: resolving addresses in smtpd and T-mobile addresses I login on with SSH being used

2019-12-03 Thread Chris Bennett
On Tue, Dec 03, 2019 at 05:05:15PM +, Raf Czlonka wrote: > > Hi Chris, > > Is rdns anywhere in your smtpd.conf? You forgot to attach, so only > guessing here... > > Regards, > > Raf Sorry. This is for the server with the problem. I can't guarantee that it was exactly like this, since I've

Re: resolving addresses in smtpd and T-mobile addresses I login on with SSH being used

2019-12-03 Thread Raf Czlonka
t; Dec 2 22:36:28 freedomforlife smtpd[78001]: cd3e9bc4ab696630 smtp connected > address=172.58.46.253 host= > Dec 2 22:36:28 freedomforlife smtpd[78001]: cd3e9bc4ab696630 smtp > failed-command command="" result="550 no rDNS is so 80s" > Dec 2 22:36:28

resolving addresses in smtpd and T-mobile addresses I login on with SSH being used

2019-12-03 Thread Chris Bennett
I have been fixing some problems with emails between two of my servers. At the time I had /etc/hosts file empty except for localhost. While sending emails, I got several of errors in maillog like these: Dec 2 22:36:28 freedomforlife smtpd[78001]: cd3e9bc4ab696630 smtp connected address

Re: cron output direct to mbox without smtpd?

2019-11-24 Thread chohag
Andrew Kanaber writes: > Hi, > > I'm setting up an embedded machine that won't be able to send mail to > the internet and it seems excessive to leave smtpd running just so root > can receive cron job output, but I can't see a way to cut smtpd out of > the delivery chain because

Re: cron output direct to mbox without smtpd?

2019-11-24 Thread gilles
November 24, 2019 4:34 PM, "Andrew Kanaber" wrote: > Hi, > > I'm setting up an embedded machine that won't be able to send mail to > the internet and it seems excessive to leave smtpd running just so root > can receive cron job output, but I can't see a way to cut sm

cron output direct to mbox without smtpd?

2019-11-24 Thread Andrew Kanaber
Hi, I'm setting up an embedded machine that won't be able to send mail to the internet and it seems excessive to leave smtpd running just so root can receive cron job output, but I can't see a way to cut smtpd out of the delivery chain because mail.local doesn't implement sendmail-style command

Re: spool smtpd filling

2019-09-19 Thread Raul Miller
You should probably look at what you see there. -- Raul On Thu, Sep 19, 2019 at 3:35 PM sven falempin wrote: > > Sorry to disturb , > > what is filling my /var/spool/smtpd/offline directory ? > > Smtpd is off on my device ( no mailing ) weekly/monthly active or not > it

spool smtpd filling

2019-09-19 Thread sven falempin
Sorry to disturb , what is filling my /var/spool/smtpd/offline directory ? Smtpd is off on my device ( no mailing ) weekly/monthly active or not it feels this directory ( looks like 6.4 novelty ) Best.

Re: smtpd accept client certificate only from a specific CA

2019-07-24 Thread Lévai , Dániel
Sorry, running 6.5-stable. Eredeti üzenet Be 2019. júl. 24. 19:13, Lévai, Dániel írta: > Hi all! > > I have this on my relay host: > > smtpd.conf: > ca myCA cert "/path/to/myCA.pem" > > listen on egress port submission \ > tls-require verify \ > ca myCA > > Now with that I

smtpd accept client certificate only from a specific CA

2019-07-24 Thread Lévai , Dániel
Hi all! I have this on my relay host: smtpd.conf: ca myCA cert "/path/to/myCA.pem" listen on egress port submission \ tls-require verify \ ca myCA Now with that I expected that it'll only accept smtp clients that provide a certificate signed by myCA, but it turns out it accepts any

Re: Migrating smtpd from OpenBSD 6.3 to 6.4 problems

2019-04-24 Thread Edgar Pettijohn
;> Hi, > >>>> > >>>>      I'm trying to migrate my setups for smtpd+dovecot, and I'm about > >>>>half > >>>> there. The scenario is this: > >>>> > >>>> - OpenBSD client machines have smtpd set up to send the daily

Re: Migrating smtpd from OpenBSD 6.3 to 6.4 problems

2019-04-24 Thread Noth
On 24/04/2019 10:16, Bruno Flückiger wrote: On 23.04., Noth wrote: Hi,   I'm trying to migrate my setups for smtpd+dovecot, and I'm about half there. The scenario is this: - OpenBSD client machines have smtpd set up to send the daily/weekly mails to an address u...@example.org handled

Re: Migrating smtpd from OpenBSD 6.3 to 6.4 problems

2019-04-24 Thread Noth
On 24/04/2019 02:13, Edgar Pettijohn wrote: On Apr 23, 2019 6:35 PM, Noth wrote: On 23/04/2019 23:51, Edgar Pettijohn wrote: On Apr 23, 2019 2:49 PM, Noth wrote: Hi,     I'm trying to migrate my setups for smtpd+dovecot, and I'm about half there. The scenario is this: - OpenBSD client

Re: Migrating smtpd from OpenBSD 6.3 to 6.4 problems

2019-04-24 Thread Bruno Flückiger
On 23.04., Noth wrote: > Hi, > >   I'm trying to migrate my setups for smtpd+dovecot, and I'm about half > there. The scenario is this: > > - OpenBSD client machines have smtpd set up to send the daily/weekly mails > to an address u...@example.org handled by central serv

Re: Migrating smtpd from OpenBSD 6.3 to 6.4 problems

2019-04-23 Thread Edgar Pettijohn
On Apr 23, 2019 6:35 PM, Noth wrote: > > > On 23/04/2019 23:51, Edgar Pettijohn wrote: > > On Apr 23, 2019 2:49 PM, Noth wrote: > >> Hi, > >> > >>    I'm trying to migrate my setups for smtpd+dovecot, and I'm about half > >> there. The scenari

Re: Migrating smtpd from OpenBSD 6.3 to 6.4 problems

2019-04-23 Thread Noth
On 23/04/2019 23:51, Edgar Pettijohn wrote: On Apr 23, 2019 2:49 PM, Noth wrote: Hi,   I'm trying to migrate my setups for smtpd+dovecot, and I'm about half there. The scenario is this: - OpenBSD client machines have smtpd set up to send the daily/weekly mails to an address u

Re: Migrating smtpd from OpenBSD 6.3 to 6.4 problems

2019-04-23 Thread Noth
On 23/04/2019 23:51, Edgar Pettijohn wrote: On Apr 23, 2019 2:49 PM, Noth wrote: Hi,   I'm trying to migrate my setups for smtpd+dovecot, and I'm about half there. The scenario is this: - OpenBSD client machines have smtpd set up to send the daily/weekly mails to an address u

Re: Migrating smtpd from OpenBSD 6.3 to 6.4 problems

2019-04-23 Thread Edgar Pettijohn
On Apr 23, 2019 2:49 PM, Noth wrote: > > Hi, > >   I'm trying to migrate my setups for smtpd+dovecot, and I'm about half > there. The scenario is this: > > - OpenBSD client machines have smtpd set up to send the daily/weekly > mails to an address u...@example.org h

Migrating smtpd from OpenBSD 6.3 to 6.4 problems

2019-04-23 Thread Noth
Hi,   I'm trying to migrate my setups for smtpd+dovecot, and I'm about half there. The scenario is this: - OpenBSD client machines have smtpd set up to send the daily/weekly mails to an address u...@example.org handled by central server also running smtpd - Central server running OpenBSD

Re: Puffy Security smtpd out of date ( closed )

2019-03-11 Thread Geir Svalland
On 2019-03-11 16:38, Gilles Chehade wrote: > On Mon, Mar 11, 2019 at 11:34:58AM +, Geir Svalland wrote: >> On 2019-03-11 09:58, Janne Johansson wrote: >>> Den fre 8 mars 2019 kl 20:59 skrev Sean Kamath : > It's a shame good work like this is > of no use anymore. According to my

  1   2   3   4   5   6   7   >