Manuel Lemos - 2015-02-13 17:56:23 - In reply to message 1 from Pawel Nowosielski
What do you mean by second server? Do you have qmail installed more than once on different directories of the same machine or it is on a different machine?
Pawel Nowosielski - 2015-02-14 16:47:10 - In reply to message 2 from Manuel Lemos
I mean the second physical server.
I have in my local network two servers, both running qmail, but each have different email accounts.
I wrote an application that sends e-mails. I would like to be able to send e-mails, once from the first server, and once from the second server.
Manuel Lemos - 2015-02-14 17:06:57 - In reply to message 3 from Pawel Nowosielski
If you need to send messages to a separate machine, you can use SMTP to relay messages to that server. You just need to configure that other server to accept messages for relay.
Manuel Lemos - 2015-02-14 23:32:04 - In reply to message 5 from Pawel Nowosielski
No because that is the path of the qmail executable files that will inject the messages in the queue.
Since your other server is on another machine, you can inject messages in the other server queue using SMTP, as long as the other server as qmail SMTP server running.