Re: Recipient address rejected: User unknown in local recipient table

2019-03-30 Thread luckydog xf
gt;> > Hi, >> > >> > I'm new to postfix, and I use postfix + dovecot, and I add MX/A/PTR. >> > >> > I use Mariadb as Dovecot passdb and Cyrus SASL Authentication. >> > >> > And I configure email client (MUA) and try to send ema

Re: Recipient address rejected: User unknown in local recipient table

2019-03-29 Thread Noel Jones
says, "Recipient address rejected: User unknown in local recipient table"  I can read literally this user does not exist on this machine. How can I solve this problem?  I also read docs of postfix, which is quite difficult for me since I'm new to email field. Postfix needs to k

Recipient address rejected: User unknown in local recipient table

2019-03-29 Thread luckydog xf
Hi, I'm new to postfix, and I use postfix + dovecot, and I add MX/A/PTR. I use Mariadb as Dovecot passdb and Cyrus SASL Authentication. And I configure email client (MUA) and try to send email to another user in the same domain, it says, "Recipient address rejected: User unknow

Re: Recipient address rejected: User unknown in local recipient table

2017-10-27 Thread Viktor Dukhovni
> On Oct 27, 2017, at 9:32 AM, 9acca9 wrote: > > Recipient address rejected: User unknown in local recipient table > > of course the "user" is not know by postfix or that server, I want postfix > to deliver this mail to zimbra, who knows them. Remove the recipien

Re: Recipient address rejected: User unknown in local recipient table

2017-10-27 Thread wilfried.es...@essignetz.de
gt; The sending of mails was correct but if from my google mail account I want > to answer, I find this error in the log: > > Recipient address rejected: User unknown in local recipient table > > of course the "user" is not know by postfix or that server, I want postfix

Recipient address rejected: User unknown in local recipient table

2017-10-27 Thread 9acca9
was correct but if from my google mail account I want to answer, I find this error in the log: Recipient address rejected: User unknown in local recipient table of course the "user" is not know by postfix or that server, I want postfix to deliver this mail to zimbra, who knows them. sm

Re: Recipient address rejected: User unknown in local recipient table

2017-02-23 Thread Asif Iqbal
On Thu, Feb 23, 2017 at 6:54 PM, Viktor Dukhovni wrote: > If you've migrated from qmail, you should probably keep "-" as your > recipient delimiter to maintain as much backwards-compatible behaviour > as possible. > > Otherwise you'll need an explicit alias for each actively used "-" > address ex

Re: Recipient address rejected: User unknown in local recipient table

2017-02-23 Thread Viktor Dukhovni
l postfix/smtpd[16962]: NOQUEUE: reject: RCPT from > remote.example.net[192.168.18.193]: 550 5.1.1 : > Recipient address rejected: User unknown in local recipient table; > from= to= proto=ESMTP > helo= > > I am using postfix 2.6.6 on CentOS 6.7. My recipient_delimiter is `+

Recipient address rejected: User unknown in local recipient table

2017-02-23 Thread Asif Iqbal
Failing to receive mail in iqbala-sysad...@example.net Feb 23 18:40:02 mail postfix/smtpd[16962]: NOQUEUE: reject: RCPT from remote.example.net[192.168.18.193]: 550 5.1.1 : Recipient address rejected: User unknown in local recipient table; from=< r...@remote.example.net> to= proto=ESMT

Re: canonicalised address gives: Recipient address rejected: User unknown in local recipient table

2016-03-02 Thread Tom Robinson
On 03/03/16 08:58, wilfried.es...@essignetz.de wrote: >> I was guessing that this would have to be aliased but didn't see it in the >> documentation for >> canonical. Is it the correct way to set up full.name mapping to local users? >> Also I'm more used to >> sendmail and qmail. This is my first

Re: canonicalised address gives: Recipient address rejected: User unknown in local recipient table

2016-03-02 Thread wilfried.es...@essignetz.de
> I was guessing that this would have to be aliased but didn't see it in the > documentation for > canonical. Is it the correct way to set up full.name mapping to local users? > Also I'm more used to > sendmail and qmail. This is my first time configuring postfix. Correct is probably the wrong w

Re: canonicalised address gives: Recipient address rejected: User unknown in local recipient table

2016-03-02 Thread Tom Robinson
e-from=r...@motec.com.au; >>>> receiver=tom.robin...@motec.com.au Mar 2 15:47:36 camber >>>> postfix/smtpd[17974]: NOQUEUE: reject: RCPT from >>>> caster.motec.com.au[10.0.6.3]: 550 5.1.1 >>>> : Recipient address rejected: User >&g

Re: canonicalised address gives: Recipient address rejected: User unknown in local recipient table

2016-03-02 Thread Tom Robinson
tec.com.au Mar 2 15:47:36 camber >>> policyd-spf[17984]: None; identity=mailfrom; client-ip=10.0.6.3; >>> helo=motec.com.au; envelope-from=r...@motec.com.au; >>> receiver=tom.robin...@motec.com.au Mar 2 15:47:36 camber >>> postfix/smtpd[17974]: NOQUEUE: re

Re: canonicalised address gives: Recipient address rejected: User unknown in local recipient table

2016-03-02 Thread wilfried.es...@essignetz.de
ver=tom.robin...@motec.com.au Mar 2 15:47:36 camber >>> policyd-spf[17984]: None; identity=mailfrom; >>> client-ip=10.0.6.3; helo=motec.com.au; >>> envelope-from=r...@motec.com.au; >>> receiver=tom.robin...@motec.com.au Mar 2 15:47:36 camber >>> postfix/sm

Re: canonicalised address gives: Recipient address rejected: User unknown in local recipient table

2016-03-02 Thread wilfried.es...@essignetz.de
in...@motec.com.au Mar 2 15:47:36 camber > postfix/smtpd[17974]: NOQUEUE: reject: RCPT from > caster.motec.com.au[10.0.6.3]: 550 5.1.1 > : Recipient address rejected: User > unknown in local recipient table; from= > to= proto=SMTP helo= Hi, can you show the according entries from /et

canonicalised address gives: Recipient address rejected: User unknown in local recipient table

2016-03-01 Thread Tom Robinson
Hi, I'm trying to map users to first.last in canonical but I get an error when sending email to the canonicalized address first.last@domain: Recipient address rejected: User unknown in local recipient table What am I not understanding? Any help is appreciated. Here are my configs an

Re: Forward emails recieveing error: Recipient address rejected: User unknown in local recipient table

2015-04-08 Thread Viktor Dukhovni
e. > The error message : 550 5.1.1 : Recipient address > rejected: User unknown in local recipient table Both machines must accept all users in the domain. > Partial postconf output: > alias_maps = mysql:/etc/postfix/mysql-alias.cf > mailbox_transport = cyrus > mydestination = ex

Re: Forward emails recieveing error: Recipient address rejected: User unknown in local recipient table

2015-04-08 Thread Noel Jones
On 4/8/2015 3:51 AM, Jonathan Bees wrote: > > Hoping someone knows a good way to send all unknown recepient in > local tables (referred by mysql-virtual.cf > ) to a smarthost (192.168.1.1), which would > decide whether to forward this to the remote server or answer with a

Forward emails recieveing error: Recipient address rejected: User unknown in local recipient table

2015-04-08 Thread Jonathan Bees
Hi, I have one domain - example.com. And I'd like to have user mailboxes on two separate machines (policy differences), but ran into a problem with sending emails from a user on one machine to users on the other machine. The error message : 550 5.1.1 : Recipient address rejected: User unkno

Re: Recipient address rejected: User unknown in local recipient table

2011-09-06 Thread Noel Jones
On 9/6/2011 11:09 AM, clem free wrote: Hi, I installed a postfix relay between a local SMTP server and another relay. I have the error when email are sent from external (i.e: gmail) to my internal domain : Recipient address rejected: User unknown in local recipient table Here is my main.cf

Recipient address rejected: User unknown in local recipient table

2011-09-06 Thread clem free
Hi, I installed a postfix relay between a local SMTP server and another relay. I have the error when email are sent from external (i.e: gmail) to my internal domain : Recipient address rejected: User unknown in local recipient table Here is my main.cf: disable_dns_lookup = yes queue_directory