I want to send my voice mail and faxes to my email address. I want to send these email via my gmail account. I have my own domain say abc.net
my domain email are handled with gmail.com and I have a
pbx@abc.net account and I can send and receive email with my outlook express with smtp.gmail.com and pop.gmail.com
here is what i did
in /etc/postfix/main.cf
mydomain = abc.net
myhostname = elastix.abc.net
smtp_sasl_auth_enablee = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options =
relayhost = smtp.gmail.com
then I made sasl_passwd and add this information
smtp.gmail.com:465
pbx@abc.net:wordpass
then I run postmap /etc/postfix/sasl_passwd
my emails are not going
here is what i get in /var/log/maillog
| Código: |
Jul 13 17:47:43 elastix postfix/qmgr[2403]: F3F6D12111D: from=<asterisk@abc.net>, size=19212, nrcpt=1 (queue active)
Jul 13 17:47:43 elastix postfix/qmgr[2403]: 0700112110B: from=<asterisk@abc.net>, size=20524, nrcpt=1 (queue active)
Jul 13 17:52:43 elastix postfix/smtp[3940]: 0700112110B: conversation with smtp.gmail.com[74.125.79.109] timed out while receiving the initial server greeting
Jul 13 17:52:43 elastix postfix/smtp[3939]: F3F6D12111D: to=<bahram@abc.net>, relay=smtp.gmail.com[216.239.59.109]:465, delay=2489, delays=2189/0.02/300/0, dsn=4.4.2, status=deferred (conversation with smtp.gmail.com[216.239.59.109]
timed out while receiving the initial server greeting)
Jul 13 17:57:43 elastix postfix/smtp[3940]: 0700112110B: to=<bahram@abc.net>, relay=smtp.gmail.com[74.125.79.111]:465, delay=64654, delays=64054/0.02/600/0, dsn=4.4.2, status=deferred (conversation with smtp.gmail.com[74.125.79.111]
timed out while receiving the initial server greeting)
Jul 13 18:04:23 elastix postfix/qmgr[2403]: 45A1812111C: from=<asterisk@abc.net>, size=15513, nrcpt=1 (queue active)
Jul 13 18:09:23 elastix postfix/smtp[3969]: 45A1812111C: conversation with smtp.gmail.com[74.125.79.111] timed out while receiving the initial server greeting
|
as you can I think the trouble is email are not going from
pbx@abc.net but from
asterisk@abc.net