> -----Original Message----- > From: owner-postfix-us...@postfix.org [mailto:owner-postfix- > us...@postfix.org] On Behalf Of Dominique > Sent: 27 July 2012 09:57 > To: Postfix User List > Subject: Outgoing mail problem from phone > > Hi, > > We have a simple postfix setup as part of a local mail server > (Postfix/Cyrus/Sieve) that works perfectly locally through TB, and remotely > through WebGUI (Roundcube). > > However when trying to connect through a phone app (Android/email app), > there is no way to send a mail. It gets rejected all the time. > > Jul 27 10:25:03 www postfix/smtpd[10868]: connect from 230.Red-176-83- > 90.dynamicIP.rima-tde.net[176.83.90.230] > Jul 27 10:25:04 www postfix/smtpd[10868]: NOQUEUE: reject: RCPT from > 230.Red-176-83-90.dynamicIP.rima-tde.net[176.83.90.230]: 554 5.7.1 > <230.Red-176-83-90.dynamicIP.rima-tde.net[176.83.90.230]>: Client host > rejected: Access denied; from=<hraboga...@hrabogados.com> > to=<dco...@gmail.com> proto=ESMTP helo=<[10.27.232.189]> Jul 27 > 10:25:05 www postfix/smtpd[10868]: lost connection after RCPT from > 230.Red-176-83-90.dynamicIP.rima-tde.net[176.83.90.230] > Jul 27 10:25:05 www postfix/smtpd[10868]: disconnect from 230.Red-176-83- > 90.dynamicIP.rima-tde.net[176.83.90.230] > > The message is not cryptic, I just don't know what to do to fix it... > > Can someone help me out ? Let me know what info is needed. > > Thanks, > > Dominique >
Please post the output of postconf -n I cannot say for certain but I would imagine your problem is your configuration of smtpd_recipient_restrictions, you'll need to add something like permit_sasl_authenticated prior to your reject statement. However this is all speculation without your configuration details. Kind regards, James Day (IT Engineer)