hi
i recently installed postfix on my freebsd server and try to test it via my local network with ip adress 192.168.11.0/24 ,so after installation configure the main.cf as mentioned in some tutorials like this:
myhostname = root.weblocal.loc
mydomain = weblocal.loc
myorigin = $myhostname
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, localhost
mynetworks = 192.168.11.0/24, 127.0.0.0/8
and the rest is default , so i have some questions about
1- is it possible to send and receive mail via postfix, if not why?
2- how to add user or subscriber to my mail server?
3- how to configure my thunderbird to connect to server ?
i recently installed postfix on my freebsd server and try to test it via my local network with ip adress 192.168.11.0/24 ,so after installation configure the main.cf as mentioned in some tutorials like this:
myhostname = root.weblocal.loc
mydomain = weblocal.loc
myorigin = $myhostname
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, localhost
mynetworks = 192.168.11.0/24, 127.0.0.0/8
and the rest is default , so i have some questions about
1- is it possible to send and receive mail via postfix, if not why?
2- how to add user or subscriber to my mail server?
3- how to configure my thunderbird to connect to server ?