On Oct 26, 2018 4:46 AM, Fred Crowson <fred.crow...@gmail.com> wrote:
>
> Hi,
>
> In my aliases table I have entries like:
>
> admin:    fred, f...@crowsons.net
>
> but with my new smtpd.conf [1] I'm getting the following error:
>
> 524 5.2.4 Mailing list expansion problem
>
> this worked with my old config [2].
>
> What am I doing wrong?
>
> Thanks
>
> Fred

I don't know, but my relay credentials table isnt working anymore either and I 
can't seem to find the solution either.
>
> [1] New Config:
> # pki setup
> pki mx.crowsons.com cert "/etc/ssl/mx.crowsons.com.crt"
> pki mx.crowsons.com key "/etc/ssl/private/mx.crowsons.com.key"
>
> table sources { 46.235.226.153 }
> table helonames { 46.235.226.153 = mx.crowsons.com }
> table aliases file:/etc/mail/aliases
> table passwd passwd:/etc/mail/passwd
> table secrets file:/etc/mail/cc.sec
> table domains file:/etc/mail/domains
>
> #listen on vio0
> listen on egress port 25 tls pki mx.crowsons.com
> listen on egress port 587 tls-require pki mx.crowsons.com auth <passwd>
>
> #actions
> action "local" mbox alias <aliases>
> action "relay" relay
> action "c.net" relay host tls+auth://usern...@smtp.mail.com auth <secrets>
>
> # allow local messages
> match for local action "local"
> match from any for domain <domains> action "local"
> match for domain crowsons.net action "c.net"
>
> [2] Old Config:
> # pki setup
> pki mx.crowsons.com certificate "/etc/ssl/mx.crowsons.com.crt"
> pki mx.crowsons.com key "/etc/ssl/private/mx.crowsons.com.key"
>
> table aliases file:/etc/mail/aliases
> table passwd passwd:/etc/mail/passwd
>
> #listen on vio0
> listen on egress port 25 tls pki mx.crowsons.com
> listen on egress port 587 tls-require pki mx.crowsons.com auth <passwd>
>
> accept from any for domain "crowsons.com" alias <aliases> deliver to mbox
> accept for local alias <aliases> deliver to mbox
> # allow local messages
> accept from local for any relay
>
> -- 
> You received this mail because you are subscribed to misc@opensmtpd.org
> To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org
>

Reply via email to