From: Fons van der Beek on
I want to relay mail for a specific domain
The version I use is postfix 2.3.3, perhaps its ancient, but untill now
it has done the job wel for dbmail.

I've added in transport and postmapped this file
domain.com smpt:sbsserver:25

I've added in main.cf
relay_domains=domain.com

I've added the users to relay_recepients and postmapped this file

in master.cf
smtp inet n - n - - smtpd -v
qmgr fifo n - n 300 1 qmgr -v


I've checked transports
Jul 27 15:02:43 mail postfix/qmgr[24778]: qmgr_transport_select: smpt
Jul 27 15:02:43 mail postfix/qmgr[24778]: qmgr_active_drain: allocate smpt
Jul 27 15:02:43 mail postfix/qmgr[24778]: connect to subsystem
private/smpt: No such file or directory
Jul 27 15:02:43 mail postfix/qmgr[24778]: warning: connect to transport
smpt: No such file or directory

Anyone an idea what is wrong????





--

Met vriendelijke groet
Kind Regards,
Mit den besten Gr��en,


Fons van der Beek,
84-IT BV <http://www.84-it.com/index.php?option=com_content&view=article&id=2&Itemid=2>

T +31 475 769002
M +31 6 29296243
E fons.vanderbeek(a)84-it.com <mailto:fons.vanderbeek(a)84-it.com>

From: Jonathan Amiez on
Le mardi 27 juillet 2010 15:15:24, Fons van der Beek a écrit :
> I want to relay mail for a specific domain
> The version I use is postfix 2.3.3, perhaps its ancient, but untill now
> it has done the job wel for dbmail.
>
> I've added in transport and postmapped this file
> domain.com smpt:sbsserver:25
>
> I've added in main.cf
> relay_domains=domain.com
>
> I've added the users to relay_recepients and postmapped this file
>
> in master.cf
> smtp inet n - n - - smtpd -v
> qmgr fifo n - n 300 1 qmgr -v
>
>
> I've checked transports
> Jul 27 15:02:43 mail postfix/qmgr[24778]: qmgr_transport_select: smpt
> Jul 27 15:02:43 mail postfix/qmgr[24778]: qmgr_active_drain: allocate smpt
> Jul 27 15:02:43 mail postfix/qmgr[24778]: connect to subsystem
> private/smpt: No such file or directory
> Jul 27 15:02:43 mail postfix/qmgr[24778]: warning: connect to transport
> smpt: No such file or directory
>
> Anyone an idea what is wrong????

Hi,

Double-check your config, you wrote "smpt" instead of "smtp"

:)

From: Stan Hoeppner on
Jonathan Amiez put forth on 7/27/2010 8:26 AM:
> Le mardi 27 juillet 2010 15:15:24, Fons van der Beek a �crit :

>> domain.com smpt:sbsserver:25
^^^^
||||

>> Anyone an idea what is wrong????

> Double-check your config, you wrote "smpt" instead of "smtp"

It's not often that breakage due to a typo makes it all the way to a technical
mailing list, especially when the pasted evidence includes the typo 5 times...

--
Stan

From: Wietse Venema on
> Jonathan Amiez put forth on 7/27/2010 8:26 AM:
> > Le mardi 27 juillet 2010 15:15:24, Fons van der Beek a _crit :
>
> >> domain.com smpt:sbsserver:25
> ^^^^
> ||||
>
> >> Anyone an idea what is wrong????
>
> > Double-check your config, you wrote "smpt" instead of "smtp"

Postfix reflects its UNIX origins - it takes inputs literally, and
does not come with spell checking or fuzzy matching.

Wietse

From: Fons van der Beek on
sorry...........
i just didn't see it.........
very stupid, but also gratefull


Stan Hoeppner schreef:
> Jonathan Amiez put forth on 7/27/2010 8:26 AM:
>
>> Le mardi 27 juillet 2010 15:15:24, Fons van der Beek a �crit :
>>
>
>
>>> domain.com smpt:sbsserver:25
>>>
> ^^^^
> ||||
>
>
>>> Anyone an idea what is wrong????
>>>
>
>
>> Double-check your config, you wrote "smpt" instead of "smtp"
>>
>
> It's not often that breakage due to a typo makes it all the way to a technical
> mailing list, especially when the pasted evidence includes the typo 5 times...
>
>