View Single Post

  #6 (permalink)  
Old 01-15-2004
Dragan Colak
 
Posts: n/a
Default Re: postfix and Maildirs

On Thu, 15 Jan 2004 18:22:16 +0000, Nick E. wrote:

> Dragan Colak wrote:
>
>
>> It runs perfectly here. But I first had to create ~/Maildir manually
>> and tell Postfix to not only listen on eth0 but also on the loopback
>> device. Then it worked just fine.
>>
>>
>> From /etc/postfix/main.cf:
>> ...
>> queue_directory = /var/spool/postfix
>> home_mailbox = Maildir/
>> ...
>>
>> HTH
>> Dragan

>
> everything looks pretty much like I have. I, too, created Maildir/
> manually.
>
> could you please tell me where to setup the listen on loopback device
> part tho?
>
> thx,
> john



/etc/postfix/main.cf -> inet_interfaces

That option should be inactive. The default behavior of postfix is to
listen to all available interfaces.

You may check the current state with 'netstat -pln | grep 25'. If the IP
you see there is 0.0.0.0 then Postfix is listening to all interfaces.

Or you may just run fetchmail. If Postfix isn't listening to the loopback
device it would return an error.

Dragan

Reply With Quote