well well, I am sure I need to study more about Postfix, but

the mail sended by sendmail is finally send by smtp to external (remote
domain) - because sendmail-> postdrop-> maildrop->pickup->
cleanup->etc....until smtp

this final SMTP is important for me.

I will modify the Question: Is it possible to set any parameters on this
"final" smtp step how the message is handled before sending?
@Andreas,
thanks for idea with transports, may be it will be the only way - I have
to play with this little more...

thanks,
marek

Marek Dvorak

email: m.dvo...@annkar.cz
tel  : 777 691 528
skype: dvorak.marek


On 4. 1. 2015 18:30, li...@rhsoft.net wrote:
>
> Am 04.01.2015 um 18:18 schrieb m.dvo...@annkar.cz:
>> I have a script where sendmail command is used BUT I need to specify to
>> via SMTP server (espec. port) will sendmail send email.
>
> again: sendmail don't use a smtp server at all - period
>
> if you need smtpd restrictions fix your script and use SMTP and as
> long you are using the sendmail binary smtp between your client and
> postfix is just not part of the game
>
> you really need to understand such basics before specifiy requirements
>
> http://www.postfix.org/sendmail.1.html
> http://www.postfix.org/pickup.8.html
>
> in case of PHP
> https://code.google.com/a/apache-extras.org/p/phpmailer/downloads/list
>
>> On 4. 1. 2015 18:07, li...@rhsoft.net wrote:
>>>
>>>
>>> Am 04.01.2015 um 18:11 schrieb m.dvo...@annkar.cz:
>>>> I would like to ask you if someone tried and solved requirement to
>>>> configure sendmail command to send email via specific SMTP port.
>>>>
>>>> I mean :
>>>> use sendmail to send email via 127.0.0.1 but port e.g 20000 where are
>>>> different settings (e.g. removed content filter)
>>>
>>> that question makes no sense
>>>
>>> the sendmail command is not affected by any smtpd_ setting at all just
>>> because it is not smtp


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to