- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2012 02:55 AM
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!
Solved! Go to Solution.
- Labels:
-
EEM Scripting
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2012 08:34 AM
If you're referring to applets, the command is "source-interface" as an argument to the mail action:
action X mail to "user@example.com" from "user@example.com" server 10.1.1.1 subject "Test" body "this is a test" source-interface Gi0/0

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2012 08:34 AM
If you're referring to applets, the command is "source-interface" as an argument to the mail action:
action X mail to "user@example.com" from "user@example.com" server 10.1.1.1 subject "Test" body "this is a test" source-interface Gi0/0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2012 02:38 AM
Thanks a lot for helping out, workes like a charme!
