Search found 1 match

by pstorralba
Thu Nov 22, 2012 3:06 am
Forum: Installation & Upgrades
Topic: how to SMART RELAY with SMTP AUTH
Replies: 2
Views: 7162

Re: how to SMART RELAY with SMTP AUTH

Hi,

I just went over the same problem. Maybe this answer is a bit late for you, but it may help others. What I did was to edit bin/scripts/semu.py and change the separator character from '@' to a '|'. This is my diff:


169c169
< parts = sexpr.split ('|')
---
> parts = sexpr.split ('@')
172c172 ...