cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3957
Views
0
Helpful
2
Replies

Source interface for SMTP

sdekooter
Level 3
Level 3

All,

Due to CSCsg69672 it now seems possible to change the source address of an outgoing SMTP session. Default behaviour is using the outgoing interface thats used to get to the smtp server.

I anyone aware of the command needed to change this behaviour to a fixed source interface?

Thanks a lot!

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

If you're referring to applets, the command is "source-interface" as an argument to the mail action:

action X mail to "[email protected]" from "[email protected]" server 10.1.1.1 subject "Test" body "this is a test" source-interface Gi0/0

View solution in original post

2 Replies 2

Joe Clarke
Cisco Employee
Cisco Employee

If you're referring to applets, the command is "source-interface" as an argument to the mail action:

action X mail to "[email protected]" from "[email protected]" server 10.1.1.1 subject "Test" body "this is a test" source-interface Gi0/0

Thanks a lot for helping out, workes like a charme!