Sharma, Ashish: > Wietse, > > Following is the requested result: > > $telnet 10.194.99.63 10030 > Trying 10.194.99.63... > Connected to ip-10-194-99-63.ec2.internal (10.194.99.63). > Escape character is '^]'. > 220 Hello > Mail From:ashiish.sha...@gmail.com > 503 5.5.1 Error: need EHLO command > EHLO > 250 Custom Java SMTP Server > MAIL FROM:ashiish.sha...@gmail.com > 250 Ok > RCPT TO:cp_u...@dev1.cpgtest.ostinet.net > 250 OK > DATA: > 354 send data now > Ashish sharma is testing this > . > 250 message received > Connection closed by foreign host.
Now you should connect to the same program with 10 connections at the same time, using the Postfix smtp-source tool. ./smtp-source -c -l 10000 -m 1000 -s 10 -f ashiish.sha...@gmail.com -t cp_u...@dev1.cpgtest.ostinet.net 10.194.99.63:100 The Postfix smtp-source tool is distributed with Postfix source code, and is sometimes installed by Linux distributions. Wietse