Ubuntu 11.10 and Postfix

Shadow121

Member
Messages
901
Reaction score
0
Points
16
Hey there,

I recently reinstalled Ubuntu 11.10 server on a box beneath my desk that I use for various testing websites and I can't seem to get Postfix working again. I've tried posting on Howtoforge but to no prevail. The original problem I was having was fixed but a couple days later if not a week I decided to reformat since it was cluttered with crap I didn't need.

Code:
root@wikiop:/home/shadowmage# cat /etc/mailname
mail.wikiop.in
root@wikiop:/home/shadowmage# hostname
wikiop.in
root@wikiop:/home/shadowmage# hostname -f
wikiop.in
root@wikiop:/home/shadowmage# cat /etc/hosts
127.0.0.1       localhost
127.0.0.1       wikiop.in       wikiop
127.0.0.1       mail.wikiop.in  wikiop

Postfix Conf file:
Code:
myhostname = wikiop.in
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = wikiop.in, mail.wikiop.in, localhost, localhost.localdomain

I followed a guide on howtoforge on how to set this up and after that it still wouldn't work. The SQL settings for postfix and whatnot are correct as I'm not getting any errors. I applied the quickfix located here http://www.howtoforge.com/ubuntu-11...-authentication-failed-no-mechanism-available

This still didn't work and now I have no clue what to do.

If someone could help it would be greatly appreciated.
 
Top