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

Reply via email to