Shadowing Posted July 25, 2012 Share Posted July 25, 2012 Hey guys i cant figure out what mail server my server is running I'm running Ubuntu Anyone know a way i can find out. I thought it was postfix but i ran some commands that i googled and the config files dont exist Link to comment https://forums.phpfreaks.com/topic/266253-problems-finding-out-what-mail-server-im-using/ Share on other sites More sharing options...
Mahngiel Posted July 26, 2012 Share Posted July 26, 2012 You can see if postfix is install by dpkg -l | grep 'postfix'. If there is no output then postfix is not installed. If there is, then you likely just need to reconfig postfix to generate the config file. sudo dpkg-reconfigure postfix Link to comment https://forums.phpfreaks.com/topic/266253-problems-finding-out-what-mail-server-im-using/#findComment-1364693 Share on other sites More sharing options...
Shadowing Posted July 26, 2012 Author Share Posted July 26, 2012 thanks for the reply Mahnqiel i ran a setup command for exim and it poped up. so apparently exim is installed but not setup i guess hmm wierd when i did that i got all this below Type dpkg --help for help about installing and deinstalling packages [*]; Use `dselect' or `aptitude' for user-friendly package management; Type dpkg -Dhelp for a list of dpkg debug flag values; Type dpkg --force-help for a list of forcing options; Type dpkg-deb --help for help about manipulating *.deb files; Type dpkg --license for copyright license and lack of warranty (GNU GPL) [*]. if i run sudo dpkg-reconfigure postfix i get "postfix is broken or not fully installed Link to comment https://forums.phpfreaks.com/topic/266253-problems-finding-out-what-mail-server-im-using/#findComment-1364702 Share on other sites More sharing options...
Shadowing Posted July 26, 2012 Author Share Posted July 26, 2012 what im really trying to figure out is the account name that i need to use for my from address Link to comment https://forums.phpfreaks.com/topic/266253-problems-finding-out-what-mail-server-im-using/#findComment-1364704 Share on other sites More sharing options...
Shadowing Posted July 26, 2012 Author Share Posted July 26, 2012 figured out my problem my domain was incorrect on my mail server configuration set up Link to comment https://forums.phpfreaks.com/topic/266253-problems-finding-out-what-mail-server-im-using/#findComment-1364736 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.