Already compiling and running for Lua 5.0 (alpha)
This commit is contained in:
parent
b796207ce0
commit
d7e80592a6
12 changed files with 164 additions and 101 deletions
|
@ -19,7 +19,7 @@ Public.TIMEOUT = 180
|
|||
Public.PORT = 25
|
||||
-- domain used in HELO command and default sendmail
|
||||
-- If we are under a CGI, try to get from environment
|
||||
Public.DOMAIN = getenv("SERVER_NAME") or "localhost"
|
||||
Public.DOMAIN = os.getenv("SERVER_NAME") or "localhost"
|
||||
-- default server used to send e-mails
|
||||
Public.SERVER = "localhost"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue