My some software applications need to relay emails to my email account.
The only way they can do it via connecting to localhost which relays mail on behalf of application.
I have forgotten the name of such a software it is a Debian/Ubuntu environment.
Can any one let me know the name of such an proxy software which relays mail to your local SMTP server on behalf of application I will need to enter username password also in this setting because the mail server needs authentication.
Ok thanks all I found
nullmailer
is the software I was looking for.It is a ubuntu package which can deliver mail on behalf of a software to the corporate mail server with authentication as a user.As I can not run a MTA so nullmailer suits my needs.
Standard servers include exim, postfix, and sendmail. I would prefer exim or postfix over sendmail. The command
aptitude search smtp
lists a number of relay only tools.Try the command
aptitude show mail-transport-agent
for a complete list of packaged mail transport agents.What you need is an MTA. This will relay messages on your behalf.
It's essential the same as running your own mail server, however in the case you describe you don't accept incoming mail, just relay outgoing mail.
Example of MTA are: sendmail, postfix, qmail, etc.