Postfix smarthost with diffent relayhosts and sender dependant authentication

Posted by mattinsalto on Server Fault See other posts from Server Fault or by mattinsalto
Published on 2013-11-13T09:45:16Z Indexed on 2013/11/13 9:58 UTC
Read the original article Hit count: 196

Filed under:
|
|

I've setup postfix as smarthost with different relayhosts and sender dependant authentication. Everything works ok, but I have a performance question. Is it better to send all the email corresponding to a domain through only one account? I mean, now I'm sending each message authenticating to the relay host with the sender credentials.

Example: If I have 5 email accounts and I send 10 simultaneous messages from each account, How many times is postfix login to the relay host if I have sender dependant authentication?

5 times? once for each sender

50 times? once for each message

If I send all the messages corresponding to one realy host through one account, how many times does postfix login to the relay host? only once?

Thanks in advance.

© Server Fault or respective owner

Related posts about postfix

Related posts about Performance