Michelle Konzack writes:

Hello,

I have my bind9 config with:

--[ command 'dig ANY mail.tamay-dogan.net' ]----------------------------
;; Truncated, retrying in TCP mode.
mail.tamay-dogan.net.   3600    IN      A       78.47.247.21
mail.tamay-dogan.net.   3600    IN      AAAA    2a01:4f8:d12:1300::2
tamay-dogan.net.        3600    IN      NS      dns3.tamay-dogan.net.
tamay-dogan.net.        3600    IN      NS      dns2.tamay-dogan.net.
tamay-dogan.net.        3600    IN      NS      dns1.tamay-dogan.net.
dns1.tamay-dogan.net.   3600    IN      A       78.47.104.44
dns2.tamay-dogan.net.   3600    IN      A       217.147.94.23
dns3.tamay-dogan.net.   3600    IN      A       78.47.247.21
------------------------------------------------------------------------

and it looks right, but if I try to connect to <2a01:4f8:d12:1300::2>  I
get a timeout.

A timeout indicates a networking or a firewall issue. If nothing's listening on that port, that becomes an immediately refused connection.

               I  have  choosen  that  the  Kernel  should  assign  the
interface with the address and it seems, courier does not like it.

You might have a firewall/iptables configuration issue that needs addressing.

So, my question is, where must I set the infos about the IPv6 addresse?

If I set SOURCE_ADDRESS to anything other then "0"  courierd/imapd  stop
working.

Any ideas?

SOURCE_ADDRESS is for outgoing ESMTP, and has nothing to do with incoming connections.

The default is to listen on all ports, and you have no reason to change that.

Use ifconfig to confirm what addresses are really assigned.

From the same server, try to connect to ::1, the IPv6 loopback address.


Attachment: pgpDiJkiVnCrs.pgp
Description: PGP signature

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to