Re: change envelope from line

2001-04-23 Thread Gustav-Martin Olsen
Hi Harald, thanks for your help and the good information, i've written a little shell-script. best regards Gustav -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net

Re: change envelope from line

2001-04-22 Thread Harald Hanche-Olsen
+ Gustav-Martin Olsen <[EMAIL PROTECTED]>: | #include int main(int argc, char* argv[]) { if (argc>1) {fprintf(stderr, "Usage: %s", argv[0]); exit(2);} if (lseek(0,0,SEEK_SET)<0) {perror("rewind"); exit(1);} return 0; } It only remains to name the shell script something like parse-mail-h

Re: change envelope from line

2001-04-19 Thread Gustav-Martin Olsen
http://www.gmx.net

Re: change envelope from line

2001-04-19 Thread Harald Hanche-Olsen
+ Gustav-Martin Olsen <[EMAIL PROTECTED]>: |

Re: change envelope from line

2001-04-19 Thread Gustav-Martin Olsen
change in [EMAIL PROTECTED]). When qmail send the mail via qmail-inject -f $SENDER, i see the original email address with hostname.domain in the log file, but qmail rejected this, because only the domain is in dns configured. When i want use the variables QMAILNAME, QMAILUSER, MAILUSER or MAILHO

Re: change envelope from line

2001-04-18 Thread Harald Hanche-Olsen
+ Gustav-Martin Olsen <[EMAIL PROTECTED]>: | Thanks i known, but my mails get to virtualdomains (fixme:fixup) and | then only the $SENDER variable was set. All other variables are | empty. I want manipulate the envelope from field, how can i this? | Can i change the $SENDER variable? If you for

Re: change envelope from line

2001-04-18 Thread Gustav-Martin Olsen
<- Harald wrote: http://www.gmx.net

Re: change envelope from line

2001-04-18 Thread Harald Hanche-Olsen
+ Gustav-Martin Olsen <[EMAIL PROTECTED]>: | how can i change the envelope from line in qmail? man qmail-inject - Harald

change envelope from line

2001-04-18 Thread Gustav-Martin Olsen
Hello, how can i change the envelope from line in qmail? Thanks a lot Gustav -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net