Hi, Your first issue is due to the 'amavis' service not being started correctly on a fresh installation. This is a known issue that will be fixed in version 2.5.8 and 3.0.1 (http://ci-obm.linagora.com/jira/browse/OBMFULL-2902). To recover from this situation, please do:
# /etc/init.d/amavis start # postqueue -f (to flush the mail queue and deliver the blocked messages) For your second issue, did you telnet remotely or locally? And did you log in? By default postfix disables relaying to remote, unauthenticated users to avoid being an 'open relay'. Can you confirm this is what you did? Regards, David Le 28/06/2014 22:49, Dominique Ramaekers a écrit : > Hi, > > I did a fresh installation of OBM on a fresh installed Debian Wheezy > according to http://obm.org/wiki/install-obm-debian-wheezy. > > I did change one line in sources.list to: deb > http://deb.obm.org/30/3.0.0-rc2 obm obm in stead of deb > http://deb.obm.org/30/stable obm obm. This because the stable folder > seems to be missing... > > Opush isn't installed yet. > > I can login as a user and send a e-mail, but the e-mail doesn't reach > destination. > > In the mail.log I see things like: > Jun 28 22:25:55 collaboration postfix/error[17234]: B1DC52E1B16: > to=<[email protected]>, relay=none, delay=2792, > delays=2791/0.23/0/0.15, dsn=4.4.1, status=deferred (delivery > temporarily suspended: connect to 127.0.0.1[127.0.0.1]:10024: Connection > refused) > > Also if I login through telnet, I can do the command: mail > from:[email protected] > > But if I do: rcpt to:[email protected] > > I get: 554 5.7.1 <[email protected]>: Relay access denied > > I can't seem to find a bug rapport describing this issue... > > My main.cf file of postfix: > smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) > biff = no > append_dot_mydomain = no > myhostname = collaboration.cometal.be > myorigin = cometal.be > relayhost = > alias_maps = hash:/etc/aliases > alias_database = hash:/etc/aliases > local_recipient_maps = $alias_maps > mydestination = localhost, $myhostname > mynetworks = 127.0.0.0/8 > virtual_transport = error:mailbox does not exist > virtual_mailbox_domains = hash:/etc/postfix/virtual_domains > virtual_mailbox_maps = hash:/etc/postfix/virtual_mailbox > virtual_alias_maps = hash:/etc/postfix/virtual_alias > transport_maps = hash:/etc/postfix/transport > recipient_delimiter = + > content_filter = smtp-amavis:[127.0.0.1]:10024 > smtp-amavis_destination_concurrency_limit = 2 > > Did I do something wrong? > > This is a freshly installed testing system, so I'm happy to reinstall > the hole system to retry the installation if necessary... > > Greetings and thanks in advance, > > Dominique. > > _______________________________________________ > Obm mailing list > [email protected] > http://list.obm.org/mailman/listinfo/obm _______________________________________________ Obm mailing list [email protected] http://list.obm.org/mailman/listinfo/obm
