Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

SMTP and SNMP traps alerts email configuration

David_226
Nimbostratus
Nimbostratus

Hello,

I try to configure smtp and SNMP traps alerts but when i try to send email i had this error.

David_226_0-1676225186665.png

Could someone help me ?

8 REPLIES 8

Paulius
MVP
MVP

I check the recommandations in this link but everythink recommanded is ok.

i dont know if the last sentence in error "your acces to submit messages to this email system has been rejected" and "Unable to relay for user@sierracollege.edu" are caused by the same issu.

Thanks

 

@David_226 I would recommend performing a tcpdump on the F5 to ensure that you are sending the message to the destination SMTP relay server as well as a capture on that server to ensure you are receiving the relay.

David_226
Nimbostratus
Nimbostratus

@Paulius  The command to do is tcpdump -i 1.1 host smtpserver ?

 

@David_226 depending on your configuration the specified interface could be different but the following is a possibility that would work for you no matter the interface. Please keep in mind that this will also capture traffic passing through your F5 if you have deployed it in path in your network rather than one arm mode/out of path.

tcpdump -nni 0.0 host <smtp_server_IP>

 

David_226
Nimbostratus
Nimbostratus

How to exploite the ouput of the tcpdump command?

@David_226 I believe you are asking how to save what you capture and if so it should be the following.

tcpdump -nni 0.0 host <smtp_server_IP> -w <filename_include_full_path>

David_226
Nimbostratus
Nimbostratus

Hello,

my issue is fixed now.Sorry for the late.After firewall checking , the SMTP was been blocked.

Thanks all