Hi guys, do you have a procedure to configure a SMTP Server in Netvanta 7100?
I'ven looking but can't find any procedure or command about SMTP,
Here is part of configuration.
Thanks
Building configuration...
!
!
! ADTRAN, Inc. OS version R11.3.0.HA.E
! Boot ROM version 15.01.00
! Platform: NetVanta 7100, part number 1200796E1
! Serial number LBADTN0937AA002
!
!
hostname "netvanta"
enable password XXXXXXXX
!
clock timezone -8
!
statistics rate-interval 30
!
ip subnet-zero
ip classless
ip routing
ipv6 unicast-routing
domain-proxy
name-server 8.8.8.8 8.8.4.4
!
!
no auto-config
!
no event-history
event-history priority error
no logging forwarding
no logging console
logging email on
logging email priority-level warning
logging email receiver-ip smtpout.secureserver.net port 110
logging email address-list receiver@company.com
logging email sender voicemail@company.com
voice user 2001
connect sip
cos "normal_users"
first-name "Name"
last-name "LastName"
password "XXXX"
coverage global go_to_voicemail
sip-authentication password "XXXX"
codec-list g711_first both
email receiver@company.com
no voicemail new-user
voicemail auth-mode password
voicemail language-preference LatinAmSpanish
no voicemail envelope-play
voicemail cos normal_voicemail
voicemail notify email attach-message pcm
voicemail password "XXXX"
voicemail notify schedule Sunday 12:00 am
notify email primary
Hi guys, just to let you know VoiceMail to email is working.
Here is configuration:
no event-history
event-history priority error
no logging forwarding
no logging console
logging email on
logging email priority-level warning
logging email receiver-ip smtpout.secureserver.net port 80 auth-username voicemail@company.com auth-password XXXXX
logging email address-list voicemail@company.com
logging email sender voicemail@company.com
voice user 2001
connect sip
cos "normal_users"
first-name "Name"
last-name "LastName"
password "XXXX"
coverage global go_to_voicemail
sip-authentication password "XXXX"
codec-list g711_first both
email receiver@company.com
no voicemail new-user
voicemail auth-mode password
voicemail language-preference LatinAmSpanish
no voicemail envelope-play
voicemail cos normal_voicemail
voicemail notify email attach-message pcm
voicemail password "XXXX"
voicemail notify schedule Sunday 12:00 am
notify email primary
Just another question, Can I receive audio file in my mobile phone, actually wave file is received in Outlook but just text in mobile phone.
Regards
The sending mail server or SMTP relay is configured with:
logging email receiver-ip <ipv4 address | hostname>
If you want the Adtran to send the mail directly to the receiver's MTA, eliminate this line or set it to 127.0.0.1. However, many systems use spam filtering algorithms that will reject mail from IPs that aren't normally used as mail servers.
You presently have configured:
logging email receiver-ip smtpout.secureserver.net port 110
Port 110 is for POP3, you probably want to not specify a port number which should default to 25, or use an authenticated port with authentication parameters.
grupot1 wrote:
Just another question, Can I receive audio file in my mobile phone, actually wave file is received in Outlook but just text in mobile phone.
Regards
That would depend on the capabilities and configuration of your mobile phone. If the file is embedded as MIME type audio/wav and the phone supports it, probably yes.