Hello Peter, Peter Bieringer wrote in <[email protected]>: |Am 06.01.24 um 22:41 schrieb Steffen Nurpmeso: |> Peter Bieringer wrote in |> <[email protected]>: |>|during migration and testing an e-mail system coming from Enterprise |>|Linux 8 to 9 it turned out that EL9 has no longer "mailx" but "s-nail" |>|packaged. |>| |>|And the behavior regarding verp delimiter "+" support is different, |>|"s-nail" is missing it. |> |> It is not valid alias content. | |Thank you for your hints, found at least a workaround: | |echo "Test" | mail -s "Test" account+sub@$HOSTNAME | |> Interesting that you try to test a verp delimiter address. | |It is a special construct for sharing one local mailbox user and having |special "sub" handling via maildrop's mailfilter like (excerpt): | |import LOCAL |import RECIPIENT |import SENDER |import EXTENSION | |log "INFO: LOCAL=$LOCAL RECIPIENT=$RECIPIENT SENDER=$SENDER | |FINALSENDER="[email protected]" | |if ( $EXTENSION eq "test" ) |{ | FINALRECEPIENT="[email protected]" |} | |if ( $FINALRECEPIENT ne "" ) |{ | log "ACT : forward FROM=$FINALSENDER TO=$FINALRECEPIENT" | xfilter "reformail" | /^.*/ | to "| $SENDMAIL -f $FINALSENDER $FINALRECEPIENT" |}
..no idea, but it is ok.. Ciao, Peter. --steffen | |Der Kragenbaer, The moon bear, |der holt sich munter he cheerfully and one by one |einen nach dem anderen runter wa.ks himself off |(By Robert Gernhardt)
