I noticed something strange, to which I hope to be able to shine a light.
I rely heavily on Pegasus email, and Pegasus enables me to send email to local users without having to add the full domain name, just send it to combined email adresses user1, user2, externaluser@domain.example without nagging.
I've done this on SME6.0.1 by using ofmipd on port 26 (
http://cr.yp.to/proto/ofmip.html) which worked smooth up till now.
I'm moving to SME7.1.3 but haven't found a smooth way of doing the same. Adding ofmipd as a service is my least preferable option, since qpsmtpd has plugin capabilities available. And if it's there, use it!
Tried to understand the qpsmtpd plugin found at
http://www.nntp.perl.org/group/perl.qpsmtpd/2003/10/msg541.html but failed miserably due to bad skills.
Sending email to user, user2 shows strange delivery lines in /var/log/qmail/current:
starting delivery 32: msg 297687 to local @smeserver7.domain.exampleNormal delivery looks like:
starting delivery 25: msg 296866 to local alias-localdelivery-user@domain.exampleNote the missing user! Mail is gone, and I cannot seem to find it anywhere.
Meanwhile i noticed that Horde in SME7.1.3 DOES rewrite email adresses without @ sign, like I want to. user gets rewritten to user@domain.example.
Anyone care to comment or hint me in the right directions?